﻿@charset "UTF-8";

body .buorg {
    position: absolute;
    position: fixed;
    z-index: 111111;
    width: 100%;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid #bce8f1;
    text-align: center;
    color: #000;
    background-color: #d9edf7;
    font: 16px "Roboto", Helvetica, Arial, sans-serif;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    -webkit-animation: 1s ease-out 0s buorgfly;
    animation: 1s ease-out 0s buorgfly;
}

body .buorg-pad {
    padding: 9px;
    line-height: 1.7em;
}

body .buorg-buttons {
    padding: 10px 0 0;
    display: block;
    text-align: center;
}

body #buorgig, body #buorgpermanent, body #buorgul {
    color: #001F5F;
    text-decoration: none;
    cursor: pointer;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    padding: 5px 15px;
    border-radius: 4px;
    font-weight: normal;
    background: #BAD200;
    white-space: nowrap;
    margin: 0 2px;
    display: inline-block;
}

body #buorgig {
    background-color: #cccccc;
}

@media only screen and (max-width:700px) {
    body .buorg div {
        padding: 5px 12px 5px 9px;
        line-height: 1.3em;
    }
}

@-webkit-keyframes buorgfly {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes buorgfly {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

body .buorg-fadeout {
    -webkit-transition: visibility 0s 8.5s, opacity 8s ease-out .5s;
    -o-transition: visibility 0s 8.5s, opacity 8s ease-out .5s;
    transition: visibility 0s 8.5s, opacity 8s ease-out .5s;
}

body .buorg-icon {
    width: 22px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    top: -0.05em;
    display: none;
    background: no-repeat 0px center;
}

.responsive-table td {
    vertical-align: middle !important;
}

.responsive-table thead label {
    font-weight: 700;
}

@media (max-width:64rem) {
    .responsive-table tbody tr {
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd;
    }

    .responsive-table table, .responsive-table tbody, .responsive-table td, .responsive-table th, .responsive-table thead, .responsive-table tr {
        display: block;
    }

    .responsive-table .table-bordered {
        border: none;
    }

        .responsive-table .table-bordered td {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-bottom: none;
        }

    .responsive-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .responsive-table td {
        border: none;
        position: relative;
        white-space: normal;
        text-align: left;
    }

        .responsive-table td:before {
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            font-weight: bold;
        }

        .responsive-table td:before {
            content: attr(data-title);
            font-size: 12px;
            white-space: inherit;
        }
}

.lateral-info {
    border: 1px solid #CCC;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 2px 3px rgba(134, 134, 134, 0.1);
    box-shadow: 0 2px 3px rgba(134, 134, 134, 0.1);
    background-color: #fff !important;
}

    .lateral-info hr {
        border-top: 1px solid #CCC;
    }

    .lateral-info table {
        table-layout: fixed;
        word-wrap: break-word;
        margin-bottom: 0;
    }

    .lateral-info td:nth-child(odd), .lateral-info th:nth-child(odd) {
        width: 50%;
        border-right: 1px solid #CCC;
        text-align: left;
        padding-left: 0;
    }

    .lateral-info td:nth-child(2n), .lateral-info th:nth-child(2n) {
        text-align: right;
        padding-right: 0;
    }

.lateral-info__header {
    padding: 20px 10px;
    color: #fff;
    font-size: 16px;
    background-color: #001F5F;
}

.lateral-info__body {
    padding: 5px 10px;
    font-size: 12px;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .lateral-info__body {
        padding: 5px;
    }
}

.lateral-info__body small {
    display: block;
    color: #001F5F;
    font-size: 11px;
    font-weight: 600;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .lateral-info__body small {
        font-size: 10px;
    }
}

.lateral-info__footer {
    padding: 10px;
    margin: 0;
    border-top: 1px solid #ddd;
    background-color: #EEEEEE;
}

    .lateral-info__footer a {
        white-space: inherit;
    }

.breadcrumb {
    padding-left: 0;
    background-color: transparent;
    margin-bottom: 0;
}

    .breadcrumb a {
        color: #001F5F;
        text-decoration: none;
    }

    .breadcrumb .active {
        color: #B4B4B5;
    }

.resumen {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width:54rem) {
    .resumen {
        margin-bottom: 15px;
    }
}

.resumen__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 20px 15px;
    border-radius: 4px;
    border: 1px solid #001F5F;
    margin-bottom: 15px;
}

    .resumen__box:last-of-type {
        margin-right: 0;
    }

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .resumen__box {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

@media (min-width:80rem) {
    .resumen__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
        flex: 0 0 49%;
        margin-bottom: 0;
    }
}

@media (min-width:80rem) and (-ms-high-contrast:none),screen and (min-width:80rem) and (-ms-high-contrast:active) {
    .resumen__box {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44.5%;
        flex: 0 0 44.5%;
    }
}

.resumen__box--100 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .resumen__box--100 {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .resumen__box--100-ie {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
        flex: 1 1 0%;
    }
}

.resumen__header {
    font-size: 16px;
    color: #001F5F;
}

    .resumen__header .fas {
        font-size: 20px;
    }

.resumen__lista dd, .resumen__lista dt {
    margin-bottom: 5px;
}

.resumen__lista--mb-m dd, .resumen__lista--mb-m dt {
    margin-bottom: 10px;
}

.box-border-primary {
    border-radius: 3px;
    border: 1px solid #001F5F;
}

.bc-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
}

    .bc-tabs li a {
        border: none !important;
        color: #337AB7;
        padding: 10px 15px !important;
        margin-right: 5px;
        background-color: #ffffff;
    }

        .bc-tabs li a:hover {
            color: #fff;
            background-color: #001F5F !important;
        }

    .bc-tabs li:last-child a {
        margin-right: 0;
    }

    .bc-tabs .active a {
        color: #fff !important;
        border-bottom: 1px solid #001F5F !important;
        background-color: #001F5F !important;
    }

    .bc-tabs + .tab-content .panel {
        border-top-left-radius: 0;
    }

.InputSliderRange {
    position: relative;
}

.InputSliderRange-Scale {
    height: 6px;
    background: #CCC;
    position: absolute;
    width: 100%;
    cursor: pointer;
}

.InputSliderRange-Goto {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.InputSliderRange-Fill {
    height: 100%;
    width: 0;
    background: #BAD200;
}

.InputSliderRange-Handler {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(18, 41, 62, 0.3);
    box-shadow: 0 2px 2px 0 rgba(18, 41, 62, 0.3);
    border: solid 3px #001F5F;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 2;
    cursor: -webkit-grab;
    cursor: grab;
}

.InputSliderRange-Grid {
    position: relative;
    height: 24px;
    margin-top: 60px;
}

.InputSliderRange-Label {
    font-size: 15px;
    line-height: 1em;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}

    .InputSliderRange-Label:before {
        content: "Mínimo:";
        font-weight: bold;
        padding-right: 5px;
    }

.InputSliderRange-Label_position_last {
    left: 100%;
}

    .InputSliderRange-Label_position_last:before {
        content: "Máximo:";
    }

@media (max-width:32rem) {
    .InputSliderRange-Label_position_last {
        top: 20px;
        position: relative;
    }
}

.InputSliderRange-WrapInput {
    position: relative;
}

.InputSliderRange-Placeholder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
}

.InputSliderRange-Thumb {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
}

.InputSliderRange-ThumbInfo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.InputSliderRange-Input {
    width: 100%;
}

.InputSliderRange.dragged .InputSliderRange-Handler {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.InputSliderRange_disabled .InputSliderRange-Input {
    background-color: #e9ebed;
}

.InputSliderRange_disabled .InputSliderRange-Fill, .InputSliderRange_disabled .InputSliderRange-Goto, .InputSliderRange_disabled .InputSliderRange-Scale {
    display: none;
}

.InputSliderRange_grid_inwardly .InputSliderRange-Label_position_first {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.InputSliderRange_grid_inwardly .InputSliderRange-Label_position_last {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

@media (max-width:960px) {
    .InputSliderRange-Label_position_first {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    .InputSliderRange-Label_position_last {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

.checkbox.checbox-switch {
    padding-left: 0;
}

    .checkbox-inline.checbox-switch, .checkbox.checbox-switch label {
        display: inline-block;
        position: relative;
        padding-left: 0;
    }

        .checkbox-inline.checbox-switch input, .checkbox.checbox-switch label input {
            display: none;
        }

        .checkbox-inline.checbox-switch span, .checkbox.checbox-switch label span {
            width: 35px;
            border-radius: 20px;
            height: 18px;
            border: 1px solid #9e9e9e;
            background-color: #9e9e9e;
            border-color: #9e9e9e;
            -webkit-box-shadow: #9e9e9e 0px 0px 0px 0px inset;
            box-shadow: #9e9e9e 0px 0px 0px 0px inset;
            -webkit-transition: border 0.4s ease 0s, -webkit-box-shadow 0.4s ease 0s;
            transition: border 0.4s ease 0s, -webkit-box-shadow 0.4s ease 0s;
            -o-transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, -webkit-box-shadow 0.4s ease 0s;
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
        }

            .checkbox-inline.checbox-switch span:before, .checkbox.checbox-switch label span:before {
                display: inline-block;
                width: 20px;
                height: 20px;
                border-radius: 50%;
                background: white;
                content: " ";
                top: -2px;
                position: relative;
                left: -2px;
                -webkit-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
                box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
            }

        .checkbox-inline.checbox-switch > input:checked + span:before, .checkbox.checbox-switch label > input:checked + span:before {
            left: 17px;
        }

        .checkbox-inline.checbox-switch.switch-success > input:checked + span, .checkbox.checbox-switch.switch-success label > input:checked + span {
            background-color: #bad200;
            border-color: #bad200;
            -webkit-box-shadow: #bad200 0px 0px 0px 8px inset;
            box-shadow: #bad200 0px 0px 0px 8px inset;
            -webkit-transition: border 0.4s ease 0s, background-color 1.2s ease 0s, -webkit-box-shadow 0.4s ease 0s;
            transition: border 0.4s ease 0s, background-color 1.2s ease 0s, -webkit-box-shadow 0.4s ease 0s;
            -o-transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s;
            transition: border 0.4s ease 0s, box-shadow 0.4s ease 0s, background-color 1.2s ease 0s, -webkit-box-shadow 0.4s ease 0s;
        }

@media (min-width:80rem) {
    #total {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 100vh;
    }

        #total #page-content {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }
}

@media screen and (min-width:80rem) and (min-width:0\0) {
    #total {
        display: block;
    }
}

.progress-tracker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin: 0;
    list-style: none;
}

@media (max-width:32rem) {
    .progress-tracker {
        overflow-x: auto;
    }
}

.progress-tracker__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #a0a0a0;
    border-right: 2px solid #fafafa;
    background-color: #e0e0e0;
}

    .progress-tracker__step:last-of-type {
        border-right: none;
    }

.progress-tracker__step--active-continental {
    position: relative;
    font-weight: bold;
    color: #ffffff;
    background-color: #001F5F;
}

    .progress-tracker__step--active-continental:after {
        content: '';
        position: absolute;
        right: -15px;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #001F5F;
    }

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .progress-tracker__step--active-continental:after {
        top: 0;
    }
}

@media (min-width:54rem) {
    .progress-tracker__step--active-continental:after {
        width: 0;
        height: 0;
        border-top: 38px solid transparent;
        border-bottom: 38px solid transparent;
        border-left: 38px solid #001F5F;
    }
}

.progress-tracker__step--active-continental:last-of-type:after {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
}

.progress-tracker__step--active {
    position: relative;
    font-weight: bold;
    color: #001F5F;
    background-color: #BAD200;
}

    .progress-tracker__step--active:after {
        content: '';
        position: absolute;
        right: -15px;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #BAD200;
    }

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .progress-tracker__step--active:after {
        top: 0;
    }
}

@media (min-width:54rem) {
    .progress-tracker__step--active:after {
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 40px solid #BAD200;
    }
}

.progress-tracker__step--active:last-of-type:after {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
}

.progress-tracker__step--active-resumen {
    position: relative;
    font-weight: bold;
    color: #ffffff;
    background-color: #8d8d8f;
}

    .progress-tracker__step--active-resumen:after {
        content: '';
        position: absolute;
        right: -15px;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 20px solid #BAD200;
    }

@media (min-width:54rem) {
    .progress-tracker__step--active-resumen:after {
        width: 0;
        height: 0;
        border-top: 40px solid transparent;
        border-bottom: 40px solid transparent;
        border-left: 40px solid #BAD200;
    }
}

.progress-tracker__step--active-resumen:last-of-type:after {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid transparent;
}

.progress-tracker__number {
    font-size: 22px;
}

@media (min-width:54rem) {
    .progress-tracker__number {
        font-size: 30px;
    }
}

.progress-tracker__text {
    font-size: 14px;
    line-height: 1.2;
    padding-left: 5px;
    z-index: 10;
}

@media (min-width:54rem) {
    .progress-tracker__text {
        font-size: 18px;
        padding-left: 10px;
    }
}

.onboarding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.onboarding__copy {
    font-size: 20px;
}

.onboarding-indicators li {
    width: 18px;
    height: 18px;
    background-color: #001F5F;
}

    .onboarding-indicators li.active {
        width: 20px;
        height: 20px;
        border-color: #001F5F;
        background-color: #BAD200;
    }

.onboarding-indicators--footer {
    bottom: -42px;
}

.cards-lista {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0 0 5px;
    margin: 0;
    overflow-x: auto;
}

    .cards-lista:before {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        height: calc(100% - 10px);
        width: 45px;
        background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), to(#fff));
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
        background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, #fff 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, #fff 100%);
        z-index: 1;
    }

@media (min-width:54rem) {
    .cards-lista:before {
        height: calc(100% - 20px);
        width: 100px;
    }
}

.cards-lista::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background: #f5f5f5;
}

.cards-lista::-webkit-scrollbar-thumb:horizontal {
    background: #d6d6d6;
    border-radius: 10px;
}

.cards-lista__cuenta {
    right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding: 10px;
    margin-right: 15px;
    border-radius: 4px;
    border: 1px solid #CCC;
    cursor: pointer;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

@media (min-width:64rem) and (orientation:landscape) {
    .cards-lista__cuenta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
    }
}

@media (min-width:80rem) and (orientation:landscape) {
    .cards-lista__cuenta {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}

@media (min-width:80rem) and (orientation:landscape) {
    .cards-lista__cuenta:hover {
        color: #ffffff;
        background-color: #001F5F;
        border-color: #001F5F;
    }
}

.cards-lista__cuenta .fas {
    position: absolute;
    right: -5px;
    top: -5px;
    display: none;
    color: #BAD200;
    font-size: 0;
}

.cards-lista__cuenta--active {
    color: #ffffff;
    background-color: #001F5F;
    border-color: #001F5F;
    z-index: 100;
}

    .cards-lista__cuenta--active .fas {
        display: block;
        font-size: 18px;
    }

.lista-destino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 136px;
    border: 1px solid #CCC;
    border-radius: 4px;
    overflow-y: hidden;
}

    .lista-destino:hover {
        overflow-y: scroll;
    }

.lista-destino__check {
    display: none;
    font-size: 16px;
    color: #BAD200;
}

.lista-destino__avatar {
    width: 25px;
    height: 25px;
    font-size: 11px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    margin-right: 5px;
    color: #ffffff;
    background-color: #001F5F;
}

.lista-destino__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #CCC;
}

    .lista-destino__item:last-of-type {
        border-bottom: none;
    }

.lista-destino__item--active {
    color: #ffffff;
    background-color: #001F5F;
}

    .lista-destino__item--active .lista-destino__check {
        display: block;
    }

    .lista-destino__item--active .lista-destino__avatar {
        color: #001F5F;
        background-color: #BAD200;
    }

    .lista-destino__item--active .lista-destino__name {
        color: #ffffff;
    }

.lista-destino__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
}

.lista-destino__name {
    font-weight: bold;
}

    .lista-destino__name small {
        display: block;
        font-weight: normal;
        margin-top: -5px;
    }

.agregar-destino {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 136px;
    border-radius: 3px;
    font-size: 16px;
    color: #001F5F !important;
    border: 1px dashed #001F5F;
    text-align: center;
}

    .agregar-destino:hover {
        color: #ffffff !important;
        background-color: #001F5F;
    }

    .agregar-destino .fa-user-plus {
        font-size: 24px;
    }

@media (max-width:54rem) {
    .btn-fixed {
        position: fixed;
        padding: 15px;
        font-size: 16px;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        z-index: 99999;
    }
}

.box-number {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    color: #001F5F;
    background-color: #BAD200;
    margin-bottom: 3px;
}

@media (min-width:64rem) {
    .box-number {
        margin-bottom: 0;
    }
}

.list-resumen {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}

    .list-resumen:hover strong {
        text-decoration: underline;
    }

    .list-resumen:last-of-type {
        margin-bottom: 0;
        border-bottom: none;
    }

.box-read-more {
    margin-bottom: 5px;
}

    .box-read-more .elimore_hide, .box-read-more .elimore_show {
        color: #001F5F;
        text-decoration: underline;
        text-align: right;
        display: block;
    }

.view__text {
    color: #9E9E9E;
    font-size: 11px;
}

.view__point {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 3px;
    border-radius: 100px;
    background-color: #eee;
}

.view__point--leido {
    background-color: #BAD200;
}

.view__point--no-leido {
    background-color: #D9534F;
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
    font-family: "slick";
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        outline: none;
        background: transparent;
        color: transparent;
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1;
        }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: 0.25;
    }

    .slick-next:before, .slick-prev:before {
        font-family: "slick";
        font-size: 20px;
        line-height: 1;
        color: white;
        opacity: 0.95;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir=rtl] .slick-next:before {
    content: "←";
}

.limites .slick-prev {
    left: -20px;
}

.limites .slick-next {
    right: -20px;
}

    .limites .slick-next:before, .limites .slick-prev:before {
        color: #001F5F;
    }

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            border: 0;
            background: transparent;
            display: block;
            height: 20px;
            width: 20px;
            outline: none;
            line-height: 0px;
            font-size: 0px;
            color: transparent;
            padding: 5px;
            cursor: pointer;
        }

            .slick-dots li button:focus, .slick-dots li button:hover {
                outline: none;
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1;
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "•";
                width: 20px;
                height: 20px;
                font-family: "slick";
                font-size: 10px;
                line-height: 20px;
                text-align: center;
                color: black;
                opacity: 0.25;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

        .slick-dots li.slick-active button:before {
            color: #001F5F;
            opacity: 0.95;
        }

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.color-1 {
    color: #001F5F;
}

.color-2 {
    color: #BAD200;
}

.bg-color-1 {
    background-color: #001F5F;
}

.bg-color-2 {
    background-color: #BAD200;
}

.color-danger {
    color: #D9534F !important;
}

.color-link {
    color: #337AB7 !important;
}

.icon-xs {
    font-size: 1.5em;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.border-color-primary {
    border-color: #001F5F;
}

.border-color-secondary {
    border-color: #BAD200;
}

.table-vm td {
    vertical-align: middle !important;
}

.table-text-sm {
    font-size: 13px;
}

.br0-tl {
    border-top-left-radius: 0;
}

.br0-tr {
    border-top-right-radius: 0;
}

.br0-br {
    border-bottom-right-radius: 0;
}

.br0-bl {
    border-bottom-left-radius: 0;
}

.br4-tl {
    border-top-left-radius: 4px;
}

.br4-tr {
    border-top-right-radius: 4px;
}

.br4-bl {
    border-bottom-left-radius: 4px;
}

.br4-br {
    border-bottom-right-radius: 4px;
}

.fs18 {
    font-size: 18px;
}

.max-h {
    max-height: 150px;
    overflow-y: auto;
}

.shadow-none {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-white {
    color: #001F5F !important;
    background-color: #ffffff;
    -webkit-transition: background .5s ease-in;
    -o-transition: background .5s ease-in;
    transition: background .5s ease-in;
}

    .btn-white:hover {
        background-color: #EEEEEE;
    }

.box-icon {
    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;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    color: #001F5F;
    font-size: 5em;
    text-align: center;
    border-radius: 100px;
    background-color: #BAD200;
}

@media (min-width:80rem) {
    .box-icon {
        width: 120px;
        height: 120px;
        font-size: 6em;
    }
}

.box-icon--medium {
    width: 90px;
    height: 90px;
    font-size: 50px;
}

.box-icon--small {
    width: 70px;
    height: 70px;
    font-size: 40px;
}

.box-icon--danger {
    color: #ffffff;
    background-color: #D9534F;
}

.box-icon--fz-1 {
    font-size: 55px;
}

.t-head-1 {
    color: #001F5F;
    font-weight: 700;
    margin-top: 0;
}

@media (max-width:54rem) {
    .t-head-1 {
        font-size: 26px;
    }
}

.t-pasos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #001F5F;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.t-pasos__number {
    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;
    color: #001F5F;
    background-color: #BAD200;
    width: 25px;
    height: 25px;
    font-size: 14px;
    border-radius: 50px;
    text-align: center;
    margin-right: 5px;
}

.box-datos {
    padding: 15px;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    background-color: #EEEEEE;
}

    .box-datos legend {
        width: auto;
        padding: 5px 10px;
        border-top: 1px solid #e1e1e1;
        border-left: 1px solid #e1e1e1;
        border-right: 1px solid #e1e1e1;
        border-bottom: none;
        border-radius: 4px 4px 0 0;
        font-size: 14px;
        font-weight: bold;
        color: #001F5F;
        background-color: #EEEEEE;
        margin-bottom: 0;
    }

    .box-datos .btn {
        color: #ffffff;
        background-color: #001F5F;
    }

        .box-datos .btn:hover {
            background-color: #001746;
        }

.box-number-limit {
    position: relative;
}

    .box-number-limit:before {
        content: attr(data-before-content);
        position: absolute;
        left: 30px;
        top: 4px;
        z-index: 100;
        font-size: 24px;
    }

    .box-number-limit input {
        position: relative;
        border: none;
        padding-left: 80px;
        font-size: 28px;
        line-height: 15px;
        font-weight: bold;
        background: transparent url("../images/pen-solid.svg") no-repeat left center;
        background-size: 20px;
        border-bottom: 1px solid #9E9E9E;
        border-radius: 0;
        margin-bottom: 45px;
    }

        .box-number-limit input:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .box-number-limit input {
        background: transparent url("../images/pen-solid@2x.png") no-repeat left center;
        background-size: 23px;
    }
}

.box-number-limit__linea {
    position: absolute;
    top: 52px;
    font-size: 13px;
}

.tooltip.top-left, .tooltip.top-right {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.bottom-left, .tooltip.bottom-right {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.table-wrapper .sticky-table-header {
    height: 10px !important;
}

.table-wrapper .checkbox-row {
    padding: 5px 10px;
}

    .table-wrapper .checkbox-row label {
        cursor: pointer;
        margin-bottom: 0;
    }

.form-control option {
    padding: 1em;
}

.table-expandable tbody > tr:nth-child(4n+1) {
    background-color: #f9f9f9;
}

.hiddenRow {
    padding: 0 !important;
    background-color: #ffffff;
    font-size: 13px;
}

.modal .panel a[aria-expanded=false] .fas {
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.modal .panel a[aria-expanded=true] .fas {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

#content, #sidebar {
    -webkit-transition: all .3s .3s ease-in;
    -o-transition: all .3s .3s ease-in;
    transition: all .3s .3s ease-in;
}

    #sidebar.sidebar-collapse {
        opacity: 0;
    }

@media (min-width:80rem) {
    .buscador-informes {
        min-width: 280px;
    }

        .buscador-informes button {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

    .carousel-control.left:hover, .carousel-control.right:hover {
        color: #001F5F;
    }

.alert-warning {
    color: #B56F00;
    background-color: #FEE898;
    border-color: #FED765;
}
/*# sourceMappingURL=estilos.css.map */
