/*//////////////////////////////////////// importar font family //////////////*/
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins&display=swap');

/*////////////////////////////// gianin ////////////////*/
.form-selector-modern__input:checked ~ .form-selector-modern__label.pink {

    border-color:#E03997 !important;

}

.custom-control-input.pink:checked ~ .custom-control-label::before {

    color:#E03997 !important;
    border-color:#E03997 !important;
    background-color:#E03997 !important;

}


/* flechas contenido */
button.btn.dropdown-toggle.btn-light::after{
    border-top:0;
}

a:hover {
    color: #377dff;
 
}
.sw-btn-next,.sw-btn-prev{
    color:white !important;
}
.note-btn.btn.btn-default.btn-sm.dropdown-toggle::after{
    content:"" !important;
}

.subtipo::after,.tipo::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  content: "";
  margin-left: 10px;
  transition: 0.3s ease;
}
.subtipo1::after,.subtipo2::after{
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  margin-left: 0.5rem;
  margin-right: 0.625rem;
  content: "";
  transition: 0.3s ease;
}
.subtipo2::after{
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: 900;
  margin-left: 0.5rem;
  margin-right: 0.625rem;
  content: "";
  transition: 0.3s ease;
}


.text-black{
    color:#222 !important;
}
/* ir arriba */
.go-to {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9999;
    width: 2.6875rem;
    height: 2.6875rem;
    background-color: rgba(113, 134, 157, 0.1);
    color: #677788;
    font-size: 0.8125rem;
    opacity: 0.5;
    border-radius: 50%;
    transition: 0.3s ease-out;
}
.go-to:hover, .go-to:focus:hover {
    color: #fff;
    background-color: #377dff;
    opacity: 1;
}
/* cuenta */
.u-sidebar--account__toggle-bg {
    position: relative !important;
    top: 1px !important;
    padding: .25rem .25rem .25rem .75rem !important;
    background-color: rgba(55, 125, 255, 0.1) !important;
    border-radius: 6.1875rem !important;
}
.u-sidebar--account__toggle-text {
    color: #1e2022 !important;
    font-size: .75rem !important;
    vertical-align: middle !important;
    margin-right: .3125rem !important;
}
.u-sidebar--account__toggle-img {
    width: 1.5rem !important;
    height: 1.5rem !important;
    border-radius: 50% !important;
}
.badge-pos:not([class*="--top-left"]):not([class*="--bottom-left"]):not([class*="--bottom-right"]) {
    top: 0 !important;
    right: 0 !important;
    -webkit-transform: translate(50%, -50%) !important;
    transform: translate(50%, -50%) !important;
}
.left-auto{
  left:auto !important;
}
/*/////////////////////////  aside ////////////////////////////*/

.hs-unfold-content-initialized {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.hs-unfold-content {
    display: block !important;
    opacity: 0;
    pointer-events: none;
}
.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1003;
    width: 23.4375rem;
    height: 100%;
    background-color: #fff;
    box-shadow: -5px 0px 12px rgba(103, 119, 136, 0.1);
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sidebar-scroller {
    height: 100%;
    overflow: hidden;
        overflow-y: hidden;
    overflow-y: auto;
}

.sidebar-container {
    position: relative;
    height: 100%;
    min-height: 100%;
}

.sidebar-footer-offset {
    height: 100%;
    box-sizing: border-box;
}

.btn-icon.btn-xs {
    font-size: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
}
.btn-icon {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
}

.scrollbar {
    overflow: hidden;
        overflow-y: hidden;
    overflow-y: auto;
}
.sidebar-body, .sidebar-content {
    height: 100%;
}
.sidebar-body, .sidebar-content {
    height: 100%;
}
.pl-7, .px-7 {
    padding-left: 3rem !important;
}
.pr-7, .px-7 {
    padding-right: 3rem !important;
}
.mb-7, .my-7 {
    margin-bottom: 3rem !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1e2022;
}
h3, .h3 {
    font-size: 1.3125rem;
}
.link-underline {
    color: #8c98a4;
    border-bottom: 0.0625rem dashed #97a4af;
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.divider-text {
    color: #8c98a4;
}
.divider-xs {
    font-size: 0.75rem;
}
.divider {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}
.btn-ghost-secondary {
    color: #71869d;
    background-color: transparent;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 0.625rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.text-muted {
    color: #8c98a4 !important;
}
small, .small {
    font-size: 80%;
    font-weight: 400;
}
.font-weight-bold {
    font-weight: 600 !important;
}
.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.5em + 1.375rem);
}
.input-label {
    display: block;
    color: #1e2022;
    font-size: 0.875rem;
}
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3;
}
.custom-select:focus, .form-control:focus {
    box-shadow: 0 0 10px rgba(55, 125, 255, 0.1);
}
.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: 0.625rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}
.sidebar-footer {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}
.border-top {
    border-top: 0.0625rem solid #e7eaf3 !important;
}
/*/////////////////// nav  /////////////////////////////////////*/

.header[data-hs-header-options*="fixMoment"] {
    transition: 0.3s ease;
}
.header-abs-top {
    position: absolute;
    top: 0;
    bottom: auto;
}
.header {
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
}

.hs-unfold-hidden {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}
.hs-unfold-content-initialized {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.search-push-top {
    display: none;
    background-color: #f8fafd;
    padding-top: 3rem;
    padding-bottom: 3rem;
    box-shadow: inset 0 -10px 20px -10px rgba(151, 164, 175, 0.05);
}
.search-push-top-content {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
}
.search-push-top-close-btn {
    position: absolute;
    top: -1.5625rem;
    right: .4375rem;
}
.hs-unfold {
    position: relative;
    display: inline-block;
}
.btn-icon.btn-xs {
    font-size: 0.75rem;
    width: 1.75rem;
    height: 1.75rem;
}
.btn-icon {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 400;
    width: 3.125rem;
    height: 3.125rem;
    padding: 0;
}
.btn-xs {
    font-size: 0.75rem;
    font-weight: 400;
    padding: 0.275rem 0.75rem;
}
.btn-soft-secondary {
    color: #71869d;
    background-color: rgba(113, 134, 157, 0.1);
    border-color: transparent;
}


.btn svg {

    margin-bottom: 0;

}
svg {

    margin-bottom: -8px;
    vertical-align: baseline;

}
svg {

    overflow: hidden;
    vertical-align: middle;

}

.btn-icon.btn-xs {

    font-size: 0.75rem;

}
.btn-icon {

    font-size: 1rem;
    font-weight: 400;

}
.btn-xs {

    font-size: 0.75rem;
    font-weight: 400;

}
.btn-soft-secondary {

    color: #71869d;

}
.btn {

    font-weight: 600;
    color: #677788;
    text-align: center;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.6;

}

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group .input-group-prepend, .input-group .input-group-append {
    z-index: 4;
}
.input-group-append {
    margin-left: -0.0625rem;
}
.input-group-prepend, .input-group-append {
    display: -ms-flexbox;
    display: flex;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.btn-primary {
    color: #fff;
    background-color: #377dff;
    border-color: #377dff;
}
.mt-7, .my-7 {
    margin-top: 3rem !important;
}

.header-bg-transparent:not(.js-header-fix-moment) .header-section {
    background-color: transparent;
}
.header-section {
    position: relative;
    z-index: 1003;
    background-color: #fff;
}
.pt-2, .py-2 {
    padding-top: 0.5rem !important;
}
.dropdown-nav-link {
    color: #677788;
    font-size: 0.875rem;
}
.dropdown-item-icon {
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    min-width: 1rem;
    max-width: 1rem;
    margin-right: 0.25rem;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 80%;
    font-weight: 900;
    content: "";
    margin-left: 0.5rem;
}
.dropdown-menu {
    box-shadow: 0 5px 9px rgba(55, 125, 255, 0.075), 0 5px 9px rgba(103, 119, 136, 0.075);
    font-size: 0.875rem;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000 !important;
    display: none;
    float: left;
    min-width: 8.4375rem;
    padding: 1rem 0;
    margin: 0.5rem 0 0;
    font-size: 1rem;
    color: #677788;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, 0.15);
    border-radius: 0.3125rem;
}
.nav-y-0 .nav-link {
    padding-top: 0;
    padding-bottom: 0;
}
.nav-sm .nav-link {
    font-size: 0.875rem;
}
.nav .nav-link {
    color: #677788;
}
.nav-link {
    color: #677788;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav .nav-link:not(.active):hover {
    color: #377dff;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.list-inline-item {
    display: inline-block;
}
.btn-ghost-secondary:hover, .btn-ghost-secondary:focus, .btn-ghost-secondary:active {
    color: #377dff !important;
}
.btn-ghost-secondary:hover, .btn-ghost-secondary:focus, .btn-ghost-secondary:active, .btn-ghost-secondary.active {
    color: #71869d;
    background-color: rgba(55, 125, 255, 0.1);
}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0;
}

.navbar-nav .nav-link,.text-org{
    font-family: "Poppins", Arial, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
    font-weight: 400 !important;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-right: 0;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}
:focus, a:focus, button:focus {
    outline: 0;
}
.navbar-brand, .navbar-brand > img {
    width: 21rem;
}
.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn {
    font-size: 0.8125rem;
    width: 2.6875rem;
    height: 2.6875rem;
}
.navbar-toggler {
    background-color: #f8fafd !important;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0.0625rem solid transparent;
    border-radius: 0.3125rem;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
.navbar-toggler .navbar-toggler-default {
    display: -ms-flexbox;
    display: flex;
}
.navbar-toggler {
    font-size: 1.25rem;
    line-height: 1;
}
.btn svg {
    margin-bottom: 0;
}
svg {
    margin-bottom: -8px;
    vertical-align: baseline;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
.navbar-toggler .navbar-toggler-toggled {
    display: none;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-default {

    display: none;

}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-toggled {

    display: -ms-flexbox;
    display: flex;

}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}
.nav-link-toggle {
    position: relative;
}
.header .navbar-nav-item:first-child .nav-link {
    padding-left: 0;
}
.nav-link {
    color: #677788;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link-toggle::after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 0.75rem;
    font-weight: 900;
    margin-left: 0.5rem;
    margin-right: 0.625rem;
    content: "";
    transition: 0.3s ease;
}
.dropdown-menu {
    font-size: 0.875rem;
}
.dropdown-menu {
    font-size: 1rem;
    color: #677788;
    text-align: left;
    list-style: none;
}
.header .navbar-nav .dropdown-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.header .dropdown-item-toggle {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.dropdown-item {
    font-size: 0.875rem;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.375rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #677788;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:hover {

    color: #377dff;

}
.dropdown-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  content: "";
  margin-left: 0.5rem;
}

.dropdown-toggle-collapse::after {
  transition: 0.3s;
}

.dropdown-toggle-collapse[aria-expanded="true"]::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header .dropdown-item-toggle::after {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-size: 0.75rem;
  font-weight: 900;
  content: "";
  margin-left: auto;
  transition: 0.3s ease;
}
.transition-3d-hover {

    transition: all 0.2s ease-in-out;

}
.btn-sm, .btn-group-sm > .btn {

    padding: 0.625rem 1.125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.25rem;

}
.btn-primary {

    color: #fff;
    background-color: #377dff;
    border-color: #377dff;

}
.header .active > .nav-link {
    color: #377dff;
}
.btn-suscribase{
  background-color: rgba(55, 125, 255, 0.1);
  color: #377dff !important;
}

.header.js-header-fix-moment {
    position: fixed;
    top: 0;
    bottom: auto;
}

@media (min-width: 992px) {
  [class*="navbar-expand"]:not(.navbar-expand-xl) {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg-collapse-block .navbar-collapse {
    display: block !important;
  }
  .navbar-expand-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .header .navbar-body, .header .navbar-nav {
    margin-left: auto;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-align: center;
    align-items: center;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-top: 0.1875rem solid #377dff;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    box-shadow: 0px 12px 15px rgba(140, 152, 164, 0.1);
}
.navbar-expand-lg .navbar-nav .navbar-nav-last-item {

    text-align: right;
    padding-left: 1rem;
    padding-right: 0;

}
}
.header-floating {
  position: absolute;
  right: 0;
  left: 0;
  margin-top: 2.5rem;
}

.header-floating.js-header-fix-moment {
  position: fixed;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(140, 152, 164, 0.125);
  margin-top: 0;
}

.header-floating.js-header-fix-moment .header-floating-inner {
  box-shadow: none;
}

.header-floating-inner {
  border-radius: 0.3125rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991.98px) {
  .navbar-expand-lg.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .navbar-expand-lg .navbar-brand,
  .navbar-expand-lg .navbar-brand > img {
    width: 13rem;
  }
  .navbar-expand-lg .navbar-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .navbar-expand-lg .navbar-nav-last-item {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .navbar-expand-lg .nav-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .navbar-expand-lg .nav-link-toggle::after {
    margin-left: auto;
  }
  .navbar-expand-lg .hs-mega-menu {
    max-width: 100% !important;
  }
  .navbar-expand-lg .hs-mega-menu-opened .nav-link-toggle::after,
  .navbar-expand-lg .hs-sub-menu-opened .nav-link-toggle::after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .navbar-expand-lg .dropdown-item-toggle::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .navbar-expand-lg .hs-sub-menu-opened > .dropdown-item-toggle::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .navbar-expand-lg .mega-menu-body {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .navbar-expand-lg .dropdown-menu {
    box-shadow: none;
  }
  .navbar-expand-lg .dropdown-menu:not(.navbar-promo):not(.dropdown-menu-no-border-on-mobile) {
    border-left: 0.1875rem solid #e7eaf3;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-expand-lg .dropdown-menu .mega-menu-body {
    padding-left: 1.5rem;
  }
  .navbar-expand-lg .hs-has-sub-menu .hs-sub-menu .hs-sub-menu {
    margin-left: 1.5rem;
  }
  .navbar-expand-lg .hs-has-sub-menu .hs-sub-menu .hs-has-sub-menu .dropdown-item-toggle {
    padding-right: 0.6125rem;
  }
  .navbar-expand-lg .navbar-promo-card-deck:last-child .navbar-promo-item:not(:last-child) {
    border-bottom: 0.0625rem solid #e7eaf3;
  }
}
/*//////////////////////////////////////// summer note ///////////////////*/

.note-editor.note-airframe, .note-editor.note-frame{
    border-radius:5px !important;
    border-color:rgba(34, 36, 38, 0.15) !important;
}

/*//////////////////// autocomplete /////////////////////////////////*/

.ui.search > .results{
    width:100% !important;
}

/*///////////////////////////// input rounded //////////////////////*/

.input-rounded {
    margin: 0em;
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-shadow: none;
    font-style: normal;
    font-weight: normal;
    line-height: 1.21428571em;
    padding: 0.67857143em 1em;
    font-size: 1em;
    background: #FFFFFF;
    border: 1px solid rgba(34, 36, 38, 0.15);
    color: rgba(0, 0, 0, 0.87);
    -webkit-box-shadow: 0em 0em 0em 0em transparent inset;
    box-shadow: 0em 0em 0em 0em transparent inset;
    -webkit-transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: background-color 0.1s ease, color 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
    transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease;
    transition: background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
    border-radius: 500rem !important;
}
/*//////////////////////////// dropzone ///////////////////////////*/

.max-width-10 {

    max-width: 4.5rem;

}
.u-dropzone {

    width: 100%;
    background-color: #f8fafd;
    border: 2px dashed #e7eaf3;
    border-radius: 0.3125rem;
    cursor: pointer;
    padding: 3rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}
.u-dropzone .dz-message {

    width: 100%;
    text-align: center;

}
.u-dropzone .dz-file-preview {

    background-color: #fff;
    border-radius: 0.3125rem;
    padding: 1rem;
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);

}

.u-dropzone .dz-close-icon, .u-dropzone .dz-size {

    color: #77838f;

}
.u-dropzone .dz-details {

    margin-bottom: 1rem;

}
.u-dropzone .dz-file-abbr {

    display: inline-block;
    width: 4rem;
    height: 4rem;
    line-height: 4;
    font-weight: 600;
    font-size: 1rem;
    color: #377dff;
    text-align: center;
    background-color:rgba(55, 125, 255, 0.1);
    border-radius: 0.3125rem;
    margin-right: .75rem;

}
.u-dropzone .dz-file-wrapper {

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.u-dropzone .dz-filename {

    margin-bottom: .25rem;

}
.u-dropzone .dz-title {

    font-size: 0.75rem;
    font-weight: 600;

}
.u-dropzone .dz-size {

    font-size: 80%;

}
.u-dropzone .dz-close-icon, .u-dropzone .dz-size {

    color: #77838f;

}
.u-dropzone .dz-progress {

    margin-bottom: 1rem;

}
.u-dropzone .dz-img {

    max-width: 4rem;
    border: 1px solid #e7eaf3;
    border-radius: 0.3125rem;
    padding: 0.25rem;
    margin-right: .75rem;

}
.u-dropzone .dz-processing.dz-error .dz-error-mark, .u-dropzone .dz-processing.dz-success .dz-success-mark {

    display: block;

}
.u-dropzone .dz-processing .dz-success-mark {

    color: #00c9a7;

}
.u-dropzone .dz-processing .dz-error-mark {

    color: #de4437;

}
.progress {

    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #f8fafd;
    border-radius: 0.3125rem;

}
.bg-success {

    background-color:#00c9a7 !important;

}
.progress-bar {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #377dff;
    transition: width 0.6s ease;

}
.u-dropzone .dz-file-initials {
    display: inline-block;
    width: 3.125rem;
    height: 3.125rem;
    line-height: 3.125rem;
    font-weight: 600;
    font-size: 1rem;
    color: #377dff;
    text-align: center;
    background-color: rgba(55, 125, 255, 0.1);
    border-radius: 0.3125rem;
    margin-right: 0.75rem;
}
[class*="gradient-overlay-half"] {

    position: relative;
    z-index: 1;

}

/*//////////////////////// calendario //////////////////////////*/


.fc-button {

    background: #f8fafc !important;
    border: none !important;
    color:#adb5bd !important;
    text-shadow: none !important;
    text-transform: capitalize !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important;
    font-size: 1em !important;
    line-height: 1.5 !important;

}
.fc-toolbar h2 {

    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
    text-transform: uppercase !important;


}

.fc-button.fc-button-primary:hover {

    color: #fff !important;
    background-color:#377dff !important;
    border-color:#377dff !important;

}
.fc th.fc-widget-header {

    font-size: 13px !important;
    line-height: 20px !important;
    text-transform: uppercase !important;

}

.fc table {

    border-collapse: collapse !important;
    border-spacing: 0 !important;
    font-size: 1em !important;

}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {

    border-color:#f1f3fa !important;

}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {

    background: none !important;
    border-color: transparent !important;

}
.fc-row .fc-content-skeleton td, .fc-row .fc-mirror-skeleton td {

    border-bottom: 0 !important;
    border-bottom-color: currentcolor !important;

}
.fc-day-number, .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {

    float: right;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #f1f3fa;
    border-radius: 50%;
    margin: 5px;
    font-size: 11px;

}


/*//////////////////////// calendario //////////////////////////*/


.fc-button {

    background: #f8fafc !important;
    border: none !important;
    color:#adb5bd !important;
    text-shadow: none !important;
    text-transform: capitalize !important;
    box-shadow: none !important;
    border-radius: 3px !important;
    margin: 0 3px !important;
    padding: 6px 12px !important;
    height: auto !important;
    font-size: 1em !important;
    line-height: 1.5 !important;

}
.fc-toolbar h2 {

    font-size: 1.25rem !important;
    line-height: 1.875rem !important;
    text-transform: uppercase !important;


}

.fc-button.fc-button-primary:hover {

    color: #fff !important;
    background-color:#377dff !important;
    border-color:#377dff !important;

}
.fc th.fc-widget-header {

    font-size: 13px !important;
    line-height: 20px !important;
    text-transform: uppercase !important;

}

.fc table {

    border-collapse: collapse !important;
    border-spacing: 0 !important;
    font-size: 1em !important;

}
.fc-unthemed .fc-divider, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {

    border-color:#f1f3fa !important;

}
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-mirror-skeleton td {

    background: none !important;
    border-color: transparent !important;

}
.fc-row .fc-content-skeleton td, .fc-row .fc-mirror-skeleton td {

    border-bottom: 0 !important;
    border-bottom-color: currentcolor !important;

}
.fc-day-number, .fc-ltr .fc-basic-view .fc-day-top .fc-day-number {

    float: right;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #f1f3fa;
    border-radius: 50%;
    margin: 5px;
    font-size: 11px;

}



/*///////////////////////////////// chat ////////////////////////////////////////////////////////////////*/
#buscarchat{
  height: calc(1.8125rem + 2px) !important;
}
.badge-n-mensaje{
  padding: .3em .45em !important;
  font-size: 80% !important;
  font-weight: 600 !important;
  border-radius: .2rem !important;
}
.media-body-chat{
  font-family: Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}
.chat-online {
    color: #00c9a7;
}
.chat-offline {
    color: #f77481;
}
.btn-chat{
  font-family: inherit;
  padding: .35rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .45rem;
}
.btn-chat.btn-primary{
  background-color:#2c7be5;
  border-color:#2c7be5;
}
.btn-group-lg > .btn .feather, .btn-lg .feather, .fc-unthemed .btn-group-lg > .fc-button .feather {

    width: 15px;
    height: 15px;

}

.chat-messages {

    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    max-height: 800px;
    overflow-y: scroll;

}
.chat-message-right {

    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    margin-left: auto;

}
.chat-message-left {

    margin-right: auto;

}

.chat-message-left, .chat-message-right {

    display: -webkit-box;
    display: flex;
    flex-shrink: 0;

}
.chat-mensaje{
  font-family: Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;
  background-color: #f4f7fa !important;
  font-size: .875rem !important;
  color:#3f4b57;
}
.chat-nombre{
  font-size: .875rem !important;
  font-weight: 600 !important;
  line-height: 1.5;

  text-align: left;
}
.contenedor-usuarios-all-chat{
  overflow-y: auto;
}
/*///////////////////////////////// notificacion ////////////////////////////////////////////////////////*/

.card-notificacion{
  -webkit-box-shadow: 0 7px 14px 0 rgba(65,69,88,.1),0 3px 6px 0 rgba(0,0,0,.07);
   box-shadow: 0 7px 14px 0 rgba(65,69,88,.1),0 3px 6px 0 rgba(0,0,0,.07);
}

.notification:not(.notification-flush) {

    border: 1px solid #f9fafd;
    border-left-width: 1px;
    background-color:#fff;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    border-radius: .375rem;
    padding: 1rem;

}
.border-300 {

    border-color: #d8e2ef !important;

}
.border-x-0 {

    border-left-width: 0 !important;
    border-right-width: 0 !important;

}
.border-bottom-0 {

    border-bottom-width: 0 !important;

}
.notification {

    color: #232e3c;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .83333rem;
    font-family: "Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;

}

.avatar-xl {

    height: 2rem;
    width: 2rem;

}
.notification-avatar .avatar {

    position: relative;
    display: inline-block;

}
.notification-body {

    margin-bottom: .25rem;

}
.notification-time {

    margin-bottom: 0;
    color: #748194;
    font-size: .83333rem;

}
.avatar img {
    -o-object-fit: cover;
    object-fit: cover;
}

.avatar .avatar-name, .avatar img {
    width: 100%;
    height: 100%;
}
.avatar img {
    display: block;
}
.notification:focus, .notification:hover {
    color: #0b1727;
    text-decoration: none;
}


/*///////////////////////////////////////// Ayuda ///////////////////////////////////////////////////////////*/

.contenedor-ayuda{
  box-sizing: inherit;
  font-weight: inherit;
  position: relative !important;
  float: left !important;
  height: 100%;
}
.u-modal-window{
  padding:20px;
}
.card-ayuda{
  position: relative !important;
  width: 100%;
  z-index: 1050;
  box-shadow: 0 0 0.42857rem 0 rgba(0, 0, 0, 0.2);
  background:#fff;
  box-sizing: border-box;
  height: calc(100% - 1.07143rem);
  border:none !important;
  overflow-wrap: break-word;
}
.card-ayuda h3,.card-ayuda label{
  font-weight: 700;
}
.card-ayuda label{
  line-height: 2.14286;
  font-size: 14px;
  color:#2f3941;
}
.form-ayuda textarea{
  max-height: 150px;
}
.btn-ayuda{
    display: inline-block;
    transition: border-color .25s ease-in-out,box-shadow .1s ease-in-out,background-color .25s ease-in-out,color .25s ease-in-out;
    margin: 0;
    border: 1px solid #5293c7;
    border-top-color: rgb(82, 147, 199);
    border-right-color: rgb(82, 147, 199);
    border-bottom-color: rgb(82, 147, 199);
    border-left-color: rgb(82, 147, 199);
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    padding: 0 1.92857em;
    padding-right: 1.92857em;
    padding-left: 1.92857em;
    min-width: 8.57143em;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    line-height: 38px;
    white-space: nowrap;
    color: #1f73b7;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: subpixel-antialiased;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}
.boton-ayuda{

  cursor:pointer;
  position:fixed;
  bottom:15px;
  left: 15px;

  line-height: 46px;
  z-index:1;
  opacity: .8;
  transition: all 0.2s;
}

.icon-ayuda{
  position: relative;
  padding:20px;
  background-color: #377dff;
  border-radius: 0.30rem;
  font-size: 15px;
  font-weight: bold;

}
.card-header-primarys{
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  background: #377dff !important;
}
.bg-primarys{
  background: #377dff !important;
}
.ir-arriba:hover,.boton-ayuda:hover{
  opacity: 1;

}


/*//////////////////////////////////////// pregunta frecuentes /////////////////////////////////////////////////*/
.card-header:first-child {

    border-radius: calc(0.3125rem - 1px) calc(0.3125rem - 1px) 0 0;

}
.card-collapse {

    padding: 0 !important;
    transition: 0.3s ease-in-out !important;

}
.card-btn {

    color: #1e2022 !important;
    text-align: left !important;
    white-space: inherit;

}

.card-header {

    padding: 1rem 1rem;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #e7eaf3;

}
.collapsed .card-btn-arrow {

    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);

}
.card-btn-arrow {

    display: inline-block;

    margin-left: 1rem;
    transition: 0.3s ease-in-out;

}
/*/////////////////////////////////////////// carousel principal //////////////////////////////////////*/
.carousel {
  max-height: 400px;
}
.carousel-principal .slick-list{
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.carousel-principal img{
  height: 100%;
  max-height: 400px;
}

.carousel-principal .slick-prev,.carousel-principal .slick-next {
  opacity: 1;

	z-index: 1;
	line-height: 0;
	display: inline-block;
	color: #fff;
	background-color: rgba(55, 125, 255, 0.5);
	width: 2.5rem;
	height: 2.5rem;
	font-size: 0.875rem;
	cursor: pointer;
	transition: 0.3s;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 50% !important;
  display: inline-block !important;
  line-height: 0;
  font-size: 0.875rem;
  font-weight: 900;
  cursor: pointer;
  border:0;
}
.carousel-principal .slick-prev:hover,.carousel-principal .slick-next:hover {

    color: #fff;
    background-color:#377dff;

}
.carousel-principal .slick-prev::before,.carousel-principal .slick-next::before{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

.carousel-principal .slick-prev{
  left: 0;

}

.carousel-principal .slick-prev::before{

}
.carousel-principal .slick-next{
  right: 0;
}
.carousel-principal .slick-next::before{

}
.carousel-principal .slick-dots{

  position: absolute;
  top: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 920px) {
  .carousel-principal .slick-prev{
    margin-left: 1.5rem !important;
  }
  .carousel-principal .slick-next{
    margin-right: 1.5rem !important;
  }
  .w-lg-40 {

    width: 40% !important;

  }
}
@media (min-width: 720px) {
  .carousel-principal .slick-prev{
    margin-left: 0.5rem !important;
  }
  .carousel-principal .slick-next{
    margin-right: 0.5rem !important;
  }


}
@media (min-width: 576px) {

  .ml-sm-n3, .mx-sm-n3 {

    margin-left: 1rem !important;

  }
  .mr-sm-n3, .mx-sm-n3 {

      margin-right: 1rem !important;

  }



}

/*--------------------------------- administrador ------------------------------------*/
.card-charts,.card-admin,.card-users{
  margin-bottom: 2rem !important;
  box-shadow: 0 0 .875rem 0 rgba(53,64,82,.05) !important;
  position: relative !important;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  flex-direction: column !important;
  min-width: 0 !important;
  word-wrap: break-word !important;
  background-color:#fff !important;
  background-clip: border-box !important;
  border: 0 solid transparent !important;
  border-radius: .25rem !important;
}
.card-header-charts,.card-header-admin,.card-header-users{
  padding: .75rem 1.25rem !important;
  margin-bottom: 0 !important;
  background-color:#fff !important;
  border-bottom: 0 solid transparent !important;
  border-bottom-width: 0px !important;
  font-family: Nunito,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif !important;
  font-size: .875rem !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
  color:#3f4b57 !important;
  text-align: left !important;
}
.card-body-charts,.card-body-admin,.card-body-users{
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.navbar-admin{
  border-bottom: 1px solid #edeef0;
  box-shadow: 0 0 2rem 0 rgba(53,64,82,.1);
  position: relative;
  padding: .875rem 1.25rem;
}

.navbar-expand {

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    justify-content: flex-start;

}
.s-toggle{
  width: 26px;
  height: 26px;
}
.s-toggle i{
    font-size: 24px;
    transition: background .1s ease-in-out,color .1s ease-in-out;
    color:#495057;
}
.navbar-admin .form-inline {

    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;

}
.navbar-admin .navbar-collapse .navbar-nav{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.navbar-admin .dropdown-toggle::after {

    display: none !important;
    content:inherit !important;

}

.nav-flag img {
    border-radius: 50%;
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.navbar-admin .avatar{
  margin-top: -15px;
  margin-bottom: -15px;
  width: 40px;
  height: 40px;
}
.f-20{
  font-size: 20px;
}

.nav-item a:focus {
    outline: 0;
}
.nav-flag.active, .nav-flag:hover, .nav-icon.active, .nav-icon:hover {
    color: #2c7be5;
}
.nav-flag, .nav-icon {

    padding: .1rem .8rem;
    display: block;
    font-size: 1.5rem;
    color: #6c757d;
    -webkit-transition: background .1s ease-in-out,color .1s ease-in-out;
    transition: background .1s ease-in-out,color .1s ease-in-out;
    line-height: 1.4;

}

.nav-flag .feather, .nav-flag svg, .nav-icon .feather, .nav-icon svg {

    width: 20px;
    height: 20px;

}
.nav-item .indicator {

background: #2c7be5;
box-shadow: 0 .1rem .2rem rgba(0,0,0,.05);
border-radius: 50%;
display: block;
height: 18px;
width: 18px;
padding: 1px;
position: absolute;
top: 0;
right: -8px;
text-align: center;
-webkit-transition: top .1s ease-out;
transition: top .1s ease-out;
font-size: .675rem;
color:#fff;

}

.nav-item:hover .indicator {
  top: -4px;
}


.form-control-no-border {

    border: 0;
    border-radius: 0;
    box-shadow: none;

}

.navbar-admin .navbar-expand .navbar-nav .dropdown-menu {

  position: absolute;

}

.navbar-nav .dropdown-menu {

    box-shadow: 0 .1rem .2rem rgba(0,0,0,.05);

}
.navbar-admin .navbar-nav .dropdown-menu {


    float: none;

}
.navbar-admin .dropdown-menu {

    font-size: .875rem;
    color: #495057;
    text-align: left;
    list-style: none;

}
.navbar-admin .dropdown-menu-lg {
    min-width: 20rem;
}

.navbar-admin .dropdown .dropdown-menu.show {

    -webkit-animation-name: dropdownAnimation;
    animation-name: dropdownAnimation;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
.navbar-admin .dropdown-menu-header {

    padding: .75rem;
    text-align: center;
    font-weight: 600;
    border-bottom: 1px solid #dee2e6;

}
.navbar-admin .drowpdown-menu .list-group{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.navbar-admin .dropdown .list-group .list-group-item:first-child, .dropdown .list-group .list-group-item:last-child {

    border-radius: 0;

}
.navbar-admin .dropdown .list-group .list-group-item {

    border-width: 0 0 1px;
    margin-bottom: 0;

}
.navbar-admin .dropdown-menu-footer {

    padding: .5rem;
    text-align: center;
    display: block;
    font-size: .75rem;

}
.dropdown-menu-380{
  width: 380px;
  left:auto;
}
.kt-grid-nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.kt-grid-nav .kt-grid-nav__item {

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    min-height: 160px;
    -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;
    padding: 1rem;
    border-right: 1px solid #ebedf2;
    border-bottom: 1px solid #ebedf2;
    -webkit-transition: all .3s;
    transition: all .3s;

}

.kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-icon {

    display: inline-block;
    text-align: center;
    margin-bottom: .5rem;

}
.kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-title {

    display: inline-block;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: #48465b;

}
.kt-grid-nav .kt-grid-nav__item .kt-grid-nav__item-desc {

    margin-top: .25rem;
    display: inline-block;
    text-align: center;
    font-size: .9rem;
    font-weight: 300;
    color: #74788d;

}





.footer-admin{
  background: #fff !important;
  border-top: 1px solid #dee2e6;
  padding: 1rem .75rem;
}

.wrapper-admin{
  -webkit-box-align: stretch;
  align-items: stretch;
  display: -webkit-box;
  display: flex;
  width: 100%;
}
.sidebar-admin, .sidebar-admin-content {

    -webkit-transition: margin-left .35s ease-in-out,left .35s ease-in-out;
    transition: margin-left .35s ease-in-out,left .35s ease-in-out;
    background: #fff;

}
.sidebar-admin{
  min-width: 260px;
  max-width: 260px;
  border-right: 1px solid#e4ebf6;
}

.sidebar-admin-brand {

    font-weight: 600;
    font-size: 1.15rem;
    padding: 1.15rem 1.5rem;
    color: #2a3540;
    display: block;

}
.sidebar-admin-nav{

  padding-bottom: 3.5rem;
  padding-left: 0;
  list-style: none;

}
.sidebar-admin-header{
  background:transparent;
  color:#60717d;
  padding: 1.125rem 1.5rem .375rem;
  font-size: .65rem;
  text-transform: uppercase;
}
.sidebar-admin-link, a.sidebar-admin-link {

    display: block;
    padding: .7rem 1.5rem;
    color: #60717d;
    font-weight: 600;
    background:#fff;
    -webkit-transition: background 50ms ease-in-out;
    transition: background 50ms ease-in-out;
    position: relative;
    text-decoration: none;
    cursor: pointer;
    font-size: .875rem;
    line-height: 1.5;

}
.sidebar-admin-item.active > .sidebar-admin-link {

    color: #2c7be5;
    background:#fff;

}
.sidebar-admin-link:hover{
  color:#2c7be5;
}
.sidebar-admin-bottom{
  -webkit-transition: margin-left .35s ease-in-out,left .35s ease-in-out;
  transition: margin-left .35s ease-in-out,left .35s ease-in-out;
  padding: 1rem;
  width: inherit;
  font-size: .8rem;
  bottom: 0;
  left: 0;
  position: fixed;
  background:#f4f7fa;
  min-width: 260px;
  max-width: 260px;
  color:#2a3540;
  border-right: 1px solid #e4ebf6;
  margin-left: 0;
}
.sidebar-admin-bottom{
  -webkit-box-flex: 1;
}
.sidebar-admin-bottom h5{
  color: #2a3540;
  font-size: .875rem;
}
.main-administrador{
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-height: 100vh;
  min-width: 0;
  -webkit-transition: margin-left .35s ease-in-out,left .35s ease-in-out;
  transition: margin-left .35s ease-in-out,left .35s ease-in-out;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.sidebar-admin-hidden {
 margin-left:-260px;
 left:-260px;
 -webkit-transition: margin-left .35s ease-in-out,left .35s ease-in-out;
 transition: margin-left .35s ease-in-out,left .35s ease-in-out;
}

@media (min-width:1px) and (max-width:991.98px) {
 .sidebar-admin {
  margin-left:-260px
 }
 .sidebar-admin .sidebar-admin-conten {
  left:-260px
 }
 .sidebar-admin.toggled {
  margin-left:0
 }
 .sidebar-admin.toggled .sidebar-admin-content {
  left:0
 }
 .sidebar-collapsed {
  margin-left:0
 }
 .sidebar-collapsed .sidebar-admin-content {
  left:0
 }
 .sidebar-collapsed.toggled {
  margin-left:-260px
 }
 .sidebar-collapsed.toggled .sidebar-admin-content {
  left:-260px
 }

}


/*--------------------------------- servicios------------------------------------*/
.font-09{
  font-size: 0.9rem;
}
.f-6{
  font-size: 6px;
}
.f-8{
  font-size: 8px;
}
.close-up{
  position: absolute;
  top: -50px;
  right: 2px;

}
.close-up span{
  font-size: 50px;
}

.close-ups{
  position: absolute;
  top: -30px;
  right: 2px;

}
.close-ups span{
  font-size: 25px;
}
.modal-content-u{
  background-color: rgb(255,255,255,0.5) !important;
  border-color: rgb(255,255,255,0.5) !important;
}
.contenedor-popups{
  border-radius: 0.3rem;
}
.contenedor-popups img{
  border-radius: 0.3rem;
}

.text-prim{
    color:#377dff !important;
}
.btn-sms{
  padding: 0.625rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.btn-primarys{
  color:white !important;
  background: #377dff !important;
  border: 1px solid transparent !important;
}

.wizard-ul,.nav-preguntas{
  border-bottom:none !important;
}
.wizard-ul .nav-item{
  width: 25%;
  border-bottom: 2px solid #e3e6f0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
  margin-right: -.25rem;
  margin-left: -.25rem;
}
.wizard-ul .nav-item.active{
  border-bottom-color: #377dff !important;
}
.wizard-ul .nav-item .nav-link,.nav-preguntas .nav-item .nav-link{
  border:none;
}
.nav-preguntas .nav-item:not(:last-child) {

    margin-right: 0;

}
.nav-preguntas .nav-item {

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;

}
.nav-preguntas .nav-link{
  border-bottom: 2px solid #e3e6f0 !important;
}
.nav-preguntas .nav-link-laboral.active{
  color:#ff5733 !important;
  border-bottom-color: #ff5733 !important;
}
.nav-preguntas .nav-link-tributario.active{
  color:#377dff !important;
  border-bottom-color: #377dff !important;
}
.nav-preguntas .nav-link-educacional.active{
  color:#40d4bc !important;
  border-bottom-color: #40d4bc !important;
}

.form-selector-modern {

    width: 100%;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 1rem;
}

.form-selector-modern__input:checked ~ .form-selector-modern__label {

    border-color:#377dff;

}

.form-selector-modern__label {

    width: 100%;
    cursor: pointer;
    border: 2px solid #e3e6f0;
        border-top-color: rgb(227, 230, 240);
        border-right-color: rgb(227, 230, 240);
        border-bottom-color: rgb(227, 230, 240);
        border-left-color: rgb(227, 230, 240);
    border-radius: 0.25rem;
    padding: 1.25rem;
        padding-left: 1.25rem;
    padding-left: 3rem;

}
.custom-control-label {

    position: relative;
    margin-bottom: 0;
    vertical-align: top;

}

.custom-control-input:checked ~ .custom-control-label::before, .custom-control-input:focus ~ .custom-control-label::before, .custom-control-input:active ~ .custom-control-label::before {

    box-shadow: 0 0 0 0 transparent;

}
.custom-control-input:checked ~ .custom-control-label::before {

    color:#fff;
    border-color:#377dff;
    background-color:#377dff;

}
.custom-radio .custom-control-label::before {

    border-radius: 50%;

}
.form-selector-modern__label::before, .form-selector-modern__label::after {

    top: 1.5rem;
    left: 1.25rem;

}
.custom-control-label::before, .custom-file-label, .custom-select {

    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;

}
.form-selector-modern__label::before {

    position: absolute;
    top: 1.2rem !important;
    left: 1.5rem !important;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;


}
.form-selector-modern__label::after {

    top: 1.5rem;
    left: 1.25rem;

}
.custom-control-label::after {

    position: absolute;
    top: 1.2rem;
    left: 1.7rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
        background-image: none;

}
.font-size-sm {
    font-size: .875rem !important;
}
.font-size-base {
    font-size: 1rem !important;
}

.w-lg-50 {

    width: 60% !important;

}

.max-width-11 {

    max-width: 5rem;

}


/*--------------------------------- quienes somos------------------------------------*/

.quienes-somos-1{
  position: relative;
  padding: 90px 0 40px;
  color:white;

}

.quienes-somos-1::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(72, 199, 236, 0.90);
    z-index: 0;
}
.text-educacional{
 color: #40d4bc;
}
.bgc-educacional{
  background: #40d4bc !important;
}
.text-laboral{
  color: #FF5733;
}
.bgc-laboral{
  background: #FF5733 !important;
}
.text-tributario{
  color:#377dff;
}
.bgc-tributario{
  background: #377dff !important;
}

.text-rrhh{
  color:#4FC6D6;
}
.bgc-rrhh{
  background: #4FC6D6 !important;
}
.btn-pill {
    border-radius: 6.1875rem !important;
}
.btn-wide {
    min-width: 9.6875rem;
}
.input-group-pill {

    border-radius: 6.1875rem;

}
.input-group-lg.input-group-pill > .form-control:first-child {

    padding-left: 2rem;

}
.we-are-in-office-33 {

    fill: #377dff !important;

}
.input-group-pill > .form-control:first-child {

    border-top-left-radius: 6.1875rem;
    border-bottom-left-radius: 6.1875rem;

}
lg.input-group-pill .input-group-append > .btn {

    padding-right: 1.5rem;

}
.input-group-pill .input-group-append > .btn {

    border-top-right-radius: 6.1875rem !important;
    border-bottom-right-radius: 6.1875rem !important;
    padding-bottom: 33px !important;
}




.bg-light {
    background-color:#f8f9fa !important;
}
.bg-img-quienessomos{
  background-image:url(../imagen/fondos/bg3.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}


.contenedorperfilasesoresfoto{
  width: 216px;
  height: auto;
}
.contenedorasesoresdescripcion{
  color:#666;
  font-size:15px;
}

.mt-n6, .my-n6 {
    margin-top: -2.5rem !important;
}
.font-size-1 {

    font-size: 0.875rem;

}

.f-16{
  font-size: 16px;
  font-weight: 500;
}
.f-14{
  font-size: 14px;
  font-weight: 500;
}
.tox .tox-statusbar{
  border-top: none !important;
}
.tox-statusbar__path,.tox-statusbar__branding{
  display: none !important;
}


.branded #okewa-floating_popup > a{
 display:none !important;
}

.ui-menu{
  width: 100% !important;
}
.dropdown-unfold{
  z-index: 1055 !important;
}
.contenedorbuscadorindex .input-group-prepend,.contenedorbuscadorindex .input-group-append{
  background: #fff;
  border-radius: 0.3125rem;
  color:#77838f !important;
  text-align: center !important;
  font-weight: 900 !important;
}

#buscadorcerrar{
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
display: flex;
padding: 0.375rem 0.75rem;
border-radius: 0.3125rem;
}
#busquedageneral{
  border:none;
  background: #fff;
}

/*///////////////////////////////////// corousel noticias ////////////////////////////////////////////*/

.font-size-1{
  color:#77838f !important;
  line-height: 1.7;
  font-size: 0.775rem;
  text-align: justify;
  font-weight: 400;
}
.slick-next,.slick-prev{
  display: none !important;
}
.carousel-noticias-destacada .js-slide,.carousel-noticias-destacada .slick-list{
  height: 280px !important;
}

.h5 {

    font-size: 1.25rem;

}
.u-slick.slick-initialized .js-slide, .u-slick.slick-initialized .js-thumb {

    visibility: visible;

}
.badge-bigger {

    padding: 0.625rem !important;

}
[class*="badge-"] {

    z-index: 3;

}
.badge-primary {
 color:#fff;
 background-color:#377dff;
}
.badge-pill {

    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;

}
.js-slide a{
  text-decoration: none;
  color: #212529;
}
.js-slide a:hover{
  text-decoration: none;
  color:#77838f;
}

.slick-dots{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  padding-left: 0;
}
.slick-dots li{
  display: -ms-flexbox;
  display: flex;
  pointer-events: all;
  margin: 0 .25rem;
  cursor: pointer;
}
.slick-dots li button{
  display: inline-block;
  width: 0.9375rem;
  height: 0.9375rem;
  box-sizing: border-box;
  background-color: #377dff !important;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  transition: 0.3s;
}
li.slick-active button{
  background: transparent !important;
  border-color:#377dff !important;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.carousel-noticias-destacada img{
  height: 100%;
  max-height: 190px;
}
.titulo-noticia-slide{

  font-size: 12px !important;
  text-transform: uppercase;
  font-weight: bold;


}


/*/////////////////////////// admin contacto ////////////////////////////////*/
.contenedormensaje{
  cursor:pointer;

}


.btn-falcon-default, .falcon-data-table .paging_first_last_numbers .page-link, .falcon-data-table .paging_full .page-link, .falcon-data-table .paging_full_numbers .page-link, .falcon-data-table .paging_numbers .page-link, .falcon-data-table .paging_simple_numbers .page-link {
color: #4d5969;
background-color:#fff;
border-color:#fff;
-webkit-box-shadow: 0 0 0 1px rgba(43,45,80,.1),0 2px 5px 0 rgba(43,45,80,.08),0 1px 1.5px 0 rgba(0,0,0,.07),0 1px 2px 0 rgba(0,0,0,.08);
box-shadow: 0 0 0 1px rgba(43,45,80,.1),0 2px 5px 0 rgba(43,45,80,.08),0 1px 1.5px 0 rgba(0,0,0,.07),0 1px 2px 0 rgba(0,0,0,.08);
}
.border-200 {
  border-color: #edf2f9 !important;
}
.fs-0{
  font-size: 1rem;
}
.fs--1 {
    font-size: .83333rem !important;
}
.fs-0 h5{
  font-weight: 500;
  line-height: 1.2;
  color: #5e6e82;
}
.hover-actions-trigger {
    position: relative;
}
.hover-actions {
    display: none;
    position: absolute;
}
.a-0, .r-0 {
    right: 0;
}
.destacado a:hover{
  color:#d8e2ef;
}



/*//////////////////////////// divisa ///////////////////////*/

.divisa-resultado1{
  text-align: right;
}
.divisa-resultado1 dt,.divisa-resultado2 dt{
  font-size: 40px;
  font-weight: 700;
  color: #4db8ea;

}
.divisa-resultado1 dl,.divisa-resultado1 small{
  float: right;
  clear: right;
}
.divisa-resultado1 dl,.divisa-resultado2 dl{

    width: 80%;
    display: block;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
    margin-bottom: 10px !important;

}

.divisa-resultado1 dd, .divisa-resultado2 dd {

    font-size: 15px;
    font-weight: 400;

}

.divisa-resultado1 .iconoigual {

  display: block;
  width: 16px;
  height: 15px;
  border-top: 5px solid #ddd;
  border-bottom: 5px solid #ddd;
  margin-top: 26px;
  position: absolute;
  right: 0;
  margin-right: -10px;
  top: 0;

}


/*///////////////////////////////// calculo de indeminzacion   //////////////*/
.formcalculodeindemnizacion label{
  font-size: 13px;
}
.formcalculohorasextra, .formcalculohorasextra input, .formcalculohorasextra select{
  font-size:0.9rem;
}
.formcalculodeindemnizacion input,.formcalculodeindemnizacion select,#formulario-contrato input,#formulario-contrato select,#inputboletahonorario,.formcalculohorasextra input,.formcalculohorasextra select{
  border: none;
  border-radius: 0;
  border-bottom: solid 1px;
  border-color:#ddd;
  background: transparent;
}
#inputboletahonorario:focus{
  border-color:#4db8ea !important;
  box-shadow: none;
}
.formcalculodeindemnizacion input:focus,#formulario-contrato input:focus,.formcalculohorasextra input:focus{
  border-color:#FF5733;
  box-shadow: none;
}

.formcalculodeindemnizacion input:disabled, .formcalculodeindemnizacion input[readonly],#formulario-contrato input[readonly],#formulario-contrato input:disabled,.formcalculohorasextra input:disabled,.formcalculohorasextra input[readonly]{
    border-bottom: dotted 1px;
    background-color: #fff;
    opacity: 1;

}

/*////////////////////////////// finiquito /////////////////////////////*/
#form-calculo-finiquito select, #form-calculo-finiquito textarea{
  font-size: .75rem !important;
}
label.error {
  color: #dc3545 !important;
    font-size: 0.75rem;
    font-style: italic;
}
.ui.horizontal.divider {

    font-size: 0.8rem;
    display: table;
    white-space: nowrap;
    height: auto;
    margin: '';
    line-height: 1;
    text-align: center;

}
.ui.divider {

    font-size: 1rem;

}
.ui.divider {

    margin: 1rem 0;
    line-height: 1;
    height: 0;
    font-weight: 700;

    letter-spacing: .05em;
    color: rgba(0,0,0,.85);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;

}

.ui.horizontal.divider::after, .ui.horizontal.divider::before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABaAAAAACCAYAAACuTHuKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1OThBRDY4OUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1OThBRDY4QUNDMTYxMUU0OUE3NUVGOEJDMzMzMjE2NyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU5OEFENjg3Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU5OEFENjg4Q0MxNjExRTQ5QTc1RUY4QkMzMzMyMTY3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+VU513gAAADVJREFUeNrs0DENACAQBDBIWLGBJQby/mUcJn5sJXQmOQMAAAAAAJqt+2prAAAAAACg2xdgANk6BEVuJgyMAAAAAElFTkSuQmCC);
}
.ui.horizontal.divider::before {
    background-position: right 1em top 50%;
}
.ui.horizontal.divider::after {

    background-position: left 1em top 50%;

}
.ui.horizontal.divider::after, .ui.horizontal.divider::before {
    content: '';
    display: table-cell;
    position: relative;
    top: 50%;
    width: 50%;
    background-repeat: no-repeat;
}
.ui.divider {

    line-height: 1;
    font-weight: 700;

    letter-spacing: .05em;
    color: rgba(0,0,0,.85);

}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}



/*///////////////////////// tags ////////////////////////////////////*/
.bootstrap-tagsinput {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: inline-block;
    padding: 4px 6px;
    color: #555;
    vertical-align: middle;
    border-radius: 4px;
    max-width: 100%;
    line-height: 22px;
    cursor: text;
}
.bootstrap-tagsinput {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
}

.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #555;
}
.bootstrap-tagsinput{
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}
.bootstrap-tagsinput .tag{
    position: relative;
    display: inline-block;
    font-size: .875rem;
    color: #77838f !important;
    background-color: rgba(119, 131, 143, 0.1);
    border-radius: 0.3125rem;
    padding: .15rem .75rem .15rem .75rem;

    margin-right: 0;
}


#link-imprimir{
 display:none;
}

/*////////////////////// login ////////////////////////////////////////*/
.min-vh-100 {
    min-height: 100vh;
}

.bg-auth-circle-shape, .bg-auth-circle-shape-2 {
    display: block;
}
.bg-auth-circle-shape {
    position: absolute;
    right: -140px;
    top: -82px;
}
.z-index-1 {
    z-index: 1;
}
.cardlogin {
    -webkit-box-shadow: 0 7px 14px 0 rgba(59,65,94,.1),0 3px 6px 0 rgba(0,0,0,.07);
    box-shadow: 0 7px 14px 0 rgba(59,65,94,.1),0 3px 6px 0 rgba(0,0,0,.07);
}
.bg-auth-circle-shape-2 {
    position: absolute;
    left: -100px;
    bottom: -39px;
}

.bg-auth-card-shape {
    background-position: 0 133% !important;
}
.bg-auth-card-shape {
    background-position: 0 100% !important;
}
.titulologin{
  font-size: 1.728rem;
  margin-bottom: .5rem;
  font-family: Poppins,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.2;
  color: #344050;
}
.labellogin{
  font-size: .83333rem;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1.5;
  color: #5e6e82;
  text-align: left;
}
.fs--1{
  font-size: .83333rem;
}
.custom-control-label {

    line-height: 1.45rem;

}
.form-c{
display: block !important;
width: 100% !important;
height: calc(1.5em + .625rem + 2px) !important;
padding: .3125rem 1rem !important;
font-size: 1rem !important;
font-weight: 400 !important;
line-height: 1.5 !important;
color: #344050 !important;
background-color: #fff !important;
background-clip: padding-box !important;
border: 1px solid #d8e2ef !important;
border-radius: .25rem !important;
-webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
-o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out !important;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out !important;
}
.custom-control-label {
    font-size: .83333rem;
    font-weight: 700;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    color: #5e6e82;

}
.bg-card-gradient {
    background-image: -webkit-linear-gradient(135deg,#1970e2,#4695ff);
    background-image: -o-linear-gradient(135deg,#1970e2,#4695ff);
    background-image: linear-gradient(-45deg,#1970e2,#4695ff);
    background-position: center;
}
.pb-md-7, .py-md-7 {
    padding-bottom: 5rem !important;
}
.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}
.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}



/*///////////////////////////////////////////// finiquitos ///////////////////////////*/
.input-sm{
  height: calc(1.5em + 0.75rem + 2px) !important;
}

/*///////////////////////////////////////////// focus //////////////////*/

.activeLaboral{
  color:#FF5733 !important;
}
.activeEducacional{
  color:#3EC37C !important;
}
.activeRRHH{
  color:#4FC6D6 !important;
}
.activeTributario{
  color:#3982D2 !important;
}

button#download{
    display: none;
}


/*//////////////////////////////////////////////////////////////// perfil /////////////////////////////////////////////////*/
.bg-azul{
  background-color: #4db8ea !important;
}
.space-1{
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.breadcrumb-no-gutter {
    padding: 0 !important;
}
.breadcrumb-white {
    background-color: transparent !important;
}
.breadcrumb-white .breadcrumb-item {
    color: #fff !important;
    font-family: "Segoe UI";

}
.breadcrumb-white .breadcrumb-link {
    color: rgba(255, 255, 255, 0.7);

}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">" !important;
}
.btn.btn-soft-white {
    color: #fff;
    font-family: "Segoe UI";
    border-radius: 3px;

    font-weight: bold;
    padding: 10px 10px 10px 10px;
}
.transition-3d-hover {
    transition: all 0.2s ease-in-out;
}
.btn-soft-white {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}
.btn-soft-white[href]:hover, .btn-soft-white[href]:focus, .btn-soft-white[href]:active, .btn-soft-white[href].active, .btn-soft-white[type]:hover, .btn-soft-white[type]:focus, .btn-soft-white[type]:active, .btn-soft-white[type].active {
    color: #1e2022;
    background: #fff;
    box-shadow: 0 4px 11px rgba(255, 255, 255, 0.35);
}
.transition-3d-hover:hover, .transition-3d-hover:focus {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.space-2{
  padding-bottom: 4rem !important;
  padding-top: 4rem !important;
}
.small{
  font-size: 80%;
  font-weight: 400;
}
.u-lg-avatar {
    width: 4rem;
    height: 4rem;
}

.font-weight-medium {
    font-weight: 500 !important;
    font-size: 1rem;
}
.btn.btn-soft-primary {
    color: #377dff;
    font-weight: 500;
    background: rgba(55, 125, 255, 0.1);
    border-color: transparent;
    padding:7px;
}


.btn-soft-primary:hover{
  color:white;
  background: #377dff;
  box-shadow: 0 4px 11px rgba(55, 125, 255, 0.35);
  border-color: transparent;
}
.badge-success {
    color: #fff;
    background-color: #00c9a7;
}
.border-0{
  border: 0;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;

}
.text-lh-sm {
    line-height: 1.2;
}
.text-lh-sm a{
    font-size:0.875rem;
}

.space-top-1{
  padding-top: 2rem !important;
}



.u-lg-avatar .rounded-circle + .badge-md.badge-pos--bottom-right {

    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);

}
.badge-md[class*="badge-outline"] {

    line-height: 1.3;

}
.badge.badge-pos {

    position: absolute;

}
.badge-pos--bottom-right {

    bottom: 0;
    right: 0;
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);

}
.badge-outline-success {

    color: #fff;
    background: #00c9a7;
    border-color: #fff;

}
.badge-md {

    width: 1.375rem;
    height: 1.375rem;
    line-height: 1.7;
    font-size: 0.625rem;

}
[class*="badge-outline"] {

    border-style: solid;
    border-width: 0.125rem;
    box-shadow: 0 3px 6px 0 rgba(140, 152, 164, 0.25);

}
[class*="badge-"] {

    z-index: 3;

}
.order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2{
  -ms-flex-order: 2;
    order: 2;
}
.space-bottom-lg-0 {

    padding-bottom: 0 !important;

}



.z-index-4 {

    z-index: 4;

}
.u-header {

    position: relative;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 1001;

}
.u-header__section {

    position: relative;
    z-index: 1;
    background-color: #fff;


}
.u-header-left-aligned-nav .u-header__navbar-nav {
    width: 100%;
}
.u-header-left-aligned-nav .u-header__navbar-nav {

    margin-left: 0;
    margin-right: auto;

}
.u-header__navbar-nav {

    margin-left: auto;

}

.u-header--white-nav-links:not(.bg-white):not(.js-header-fix-moment) .u-header__nav-link {

    color: rgba(255, 255, 255, 0.7);

}

.u-header .u-header__nav-item:first-child .u-header__nav-link {

    padding-left: 0;

}
.navbar-expand-lg .u-header__navbar-nav .u-header__nav-link {

    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 0.875rem;
    padding-left: 0.875rem;

}

.navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu.hs-sub-menu {

    padding-top: 1rem;
    padding-bottom: 1rem;

}

.navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu {

    border-top: 0.1875rem solid #4db8ea;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    box-shadow: 0 8px 20px rgba(55, 125, 255, 0.075);

}

.navbar-expand-lg .u-header__navbar-nav .u-header__sub-menu-nav-link {

    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;

}

.u-header__sub-menu-nav-link {

    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.875rem;
    color: #77838f !important;
    font-weight: 500;

}





.card-header{
  background: #fff !important;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}

.height-lg-100vh {
    height: 100vh;
}
.gradient-half-primary-v1 {
    background-image: linear-gradient(150deg, #2d1582 0%, #19a0ff 100%);
    background-repeat: repeat-x;
}
.order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2{
  -ms-flex-order: 2;
    order: 2;
}
.space-bottom-lg-0 {

    padding-bottom: 0 !important;

}

.file-attachment-btn {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.file-attachment-btn__label {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    min-width: 100%;
    min-height: 100%;
    cursor: inherit;
    opacity: 0;
}
.btn-primary-white{
  color: #fff !important;
  font-family: "Segoe UI";
  border-radius: 3px;
  font-weight: bold !important;
  padding: 10px 10px 10px 10px !important;

  background-color: #377dff !important;
}
.btn-primary-white:hover{
box-shadow: 0 4px 11px rgba(119, 131, 143, 0.35);
}
.btn-soft-secondary {
    color: #77838f !important;
    font-family: "Segoe UI";
    background: rgba(119, 131, 143, 0.1) !important;
    border-color: transparent;
    font-weight: bold !important;
    padding: 10px 10px 10px 10px !important;

}
.btn-soft-secondary:hover {
  color: #fff;
  background: #77838f;
  box-shadow: 0 4px 11px rgba(119, 131, 143, 0.35);
}
/*/////////////////////////////////////////////// registro ////////////////////////////////////*/
.banner-registro{
  background-image: url("..views/imagen/banner/registro.jpg");
}
.areas-titulo{
  margin-bottom: 13.174%;
}
.areas-titulo strong{
  color: #666;
}
.areas-imagen{
  margin-bottom: 13.174%;
  margin-left: 0;
  position: relative;
}
.areas-imagen img{
  position: relative;
  max-width: 100%;
  height: auto;
}
.areas-detalles{
  margin-bottom: 13.174%;
  border: 1px solid;
  cursor: pointer;
}
.areas-detalles h5{
  color: #666;
  position: relative;
  padding: 10px 10px 0px 10px;
}
.areas-detalles i{
  padding-left: 50px;
}
.rlb{
  border-color: #ef7f1e;
}
.rlt{
  border-color: #004a80;
}
.rld{
  border-color: #008b27;
}
.rh{
  border-color: #007dab;
}
.art{
  display: block;
  position: relative;

}
.art ul{
  padding-right: 5px;
  padding-left: 5px;
  font-size:12px;

}
.font-size-2{
  font-size: 25px;
}
.card-registro{
  border-radius: 0 !important;

}
.bg-laboral{

  border-radius: 0 !important;
  background-image: url("../../views/imagen/fondo_laboral.jpg") !important;

  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;

}
.btn-laboral{

  border: 1px solid #ef7f1e !important;
  border-radius: 0 !important;
  color:#ef7f1e !important;
  font-weight: bold !important;

}
.bg-tributario{
  border-radius: 0 !important;
  background-image: url("../../views/imagen/fondo_tributario.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.btn-tributario{
  border: 1px solid #004a80 !important;
  border-radius: 0 !important;
  color:#004a80 !important;
  font-weight: bold !important;
}

.bg-educacional{
  border-radius: 0 !important;
  background-image: url("../../views/imagen/fondo_docente.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.btn-educacional{
  border: 1px solid #008b27 !important;
  border-radius: 0 !important;
  color:#008b27 !important;
  font-weight: bold !important;
}

.bg-rrhh{
  border-radius: 0 !important;
  background-image: url("../../views/imagen/fondo_rrhh.jpg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.btn-rrhh{
  border: 1px solid #007dab !important;
  border-radius: 0 !important;
  color:#007dab !important;
  font-weight: bold !important;
}



.header-controls{
    display:none;
}
.header-controls__button header-controls__download is-visible{
    display:none;
}


*{
margin:0;
padding:0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;

}
body{
  overflow-x: hidden;

}


.contenedor-categoria li{
  list-style: none;
}
a{
  text-decoration: none;
  display: inline-block;
  outline: none;
  color: #222;

}

.owl-nav{
  display: none;
}


.nav-i{
    border-bottom: 1px solid #fff;
}
.nav-i li{
  list-style: none;
}
.nav-i li a{
  text-decoration: none;
  display: inline;
  color:#fff;
}

/*////////////////////////////////////////////////////////////////////// home //////////////////////////////////////////////////////////////*/


.dropdown-areas{
  margin-top: 14px !important;
  border-radius: 0 !important;
}



.main-home,.main-noticias,.main-oficinas,.main-contacto{
  background-image: url("../../views/imagen/bg1.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.contenedor-servicios{
width: 100%;
display: block;
position: relative;
overflow: hidden;
background-image:url(../../views/imagen/bg2.png);
background-attachment: fixed;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 140px 0;
color: #777;
font-size: 14px;
font-family: "Open Sans", arial, sans-serif;
line-height: 1.6;
}
.contenedor-servicios::before {
    background-image: linear-gradient(30deg, rgba(121, 110, 255, 0.95) 0%, rgba(33, 200, 122, 0.95) 100%);
    background-repeat: repeat-x;
}

.contenedor-servicios .relative{
position:relative;
border-bottom: 1px solid #f0f0f0;
border-top: 1px solid #f0f0f0;
}
.section-title{
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 4px;
    line-height: 1.4;
}
.font-alt {
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color:#343a40;
}
.alt-features-item {
    margin-top: 30px;
}
.align-center {
    text-align: center !important;
}
.alt-features-icon {

    font-size: 48px;
    line-height: 1.3;
    color: #343a40;
}

.alt-features-title {
    margin-bottom: 21px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
}
.alt-features-descr {
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.86;
    text-align: justify !important;
}

.h-d{
  position: relative;


}



.contenedor-noticias-destacadas{
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.section-more {

    margin-top: 7px;
    color: #999;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.4em;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.right {
    float: right !important;
}
.align-left{
  text-align: left;
}
.noticia-destacada-img {
    margin-bottom: 23px;
    position: relative;
}
.noticia-destacada-titulo {
    margin-bottom: 6px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.2em;

}
.noticia-destacada-titulo a{
  color:#111;
  text-decoration: none;
}
.noticia-destacada-titulo a:hover{
  color:#777;
  text-decoration: none;
}

.noticia-destacada-info, .noticia-destacada-info a {
    margin-bottom: 15px;
    font-size: 11px;
    text-decoration: none;
    color: #aaa;
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}

.noticia-destacada-texto {
    margin-bottom: 22px;
    color: #777;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.75;
    text-align: justify;
}
.noticia-destacada-img img {
    width: 100%;
    max-width: 100%;
    height: 200px;
    max-height: 200px;
}
.noticia-destacada-mas a{
  text-decoration: none;
  color:#777;
}
.noticia-destacada-mas a:hover{
  color:#777;
}
.btn-mod.btn-gray {
    color: #777;
    background: #e5e5e5;
}
.sidebar-home{
position: relative;
height: 100%;
max-height: 100%;
width: 220px;
left: 0;
border-right: 1px solid #ddd;
transition: ease .5;

}
.section-indicadores,.section-descripcion{
  margin: 0;
  width: 100%;
}
.contenedor-indicadores-fecha,.contenedor-breadcrumbs-l{

margin-left: auto;
margin-right: auto;
height: inherit;
border-bottom: 1px solid #ddd;
}

.contenedor-indicadores-fecha select,#indicadores-select{
  margin: 10px;

}
#indicadores-select{
  color:#222;
  border: 1px solid #f0f0f0;
  padding: 5px 10px;
}
.contenedor-indicadores-fecha a:hover,.contenedor-breadcrumbs-l a:hover{

  color:#222;

}

.contenedor-indicadores-fecha a:hover,.contenedor-breadcrumbs-l a:hover{
  text-decoration: none;
}

.contenedor-indicadores-fecha input[type="submit"],.contenedor-indicadores-fecha button{
  border-radius: 20px;
  margin-top: 10px;
  height: 36px;
  background: #fff;
  color: #0974b7;
  border: 1px solid #0974b7;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}
.contenedor-indicadores-fecha input[type="submit"]:hover,.contenedor-indicadores-fecha button:hover{
  color: #fff;
  background:#0974b7;
}
.titulo-h6 a{
  color:#212529;
  text-decoration: none;
}
.titulo-h6 a:hover{

  text-decoration: none;
}
.indicadores-anios a{
  display: block;

  width: auto;
  color: #222;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;
}
div.dropdown-menu.indicadores-anios{
  width: 74px;
  min-width: 74px;
  border-radius: 0;
}


.desactivar{
margin-right:260px;
transition: ease .5;
}
#carouselhome{
  max-height: 380px;
  display: block;
  overflow: hidden;

}
.contenedor-indicadores{
  margin-bottom: 0;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  text-rendering: optimizelegibility;
}
.indicadores-val{
  background-color:#f0f0f0;
  font-size: 13px;
  padding: 20px 0px 15px 0px;
  background-repeat: repeat !important;
  line-height: 20px;
  overflow: hidden;
}
.center-indicador{
  margin: auto;
  width: 100%;
  float: left;
  justify-content: center;
}
.ui-autocomplete-input{
  width: 100% !important;
}

@media screen and (max-width: 700px){
.contenedor-indicadores{
display: none;
}


.servicio-b-g a{
    width:105px;
    margin: 0 10px;
}



}

@media screen and (max-width: 768px){

#contenedor-boletin {

    min-height: 1000px !important;

}

}
.span .nombre{
  width: auto;
  margin-left: 10px;
  float: left;
  margin-bottom: 4px;
}
.leftgris{
background-color: #377dff;
color: #FFF;
height: 35px;
line-height: 35px;
padding: 0 8px;
font-size: 13px;

border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
float: left;
}
.valor{
  background-color: #779dd8;
  color: #FFF;
  height: 35px;
  line-height: 35px;
  padding: 0px 10px;
  float: left;
  width: auto;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;

}
.contenedor-v2{
  background: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  display: inline-block;
  height: auto;
  position: relative;
  margin-bottom: 13px;

}
.servicio-b-g{
  border-bottom: 1px  solid #f0f0f0;
}
.servicio-b-g a{
color: #343a40;
width: 90px;
display: inline-block;
float: left;
font-size: 20px;
text-align: center;
margin: 0 4px;
white-space: normal;
text-decoration: none;
transition: all 0.3s;
}
.servicio-b-g a:hover{
  color: #777;
  text-decoration: none;
}

.servicio-b-g a:hover em i{
transform: scale(1.1);
transition: all 0.3s;
text-decoration: none;
}
.servicio-b-g a em{
font-size: 40px;
}

.servicio-b-g a p{
  font-size: 13px;
}
.contenedor-areas{
  padding: 10px 0 10px 0;
  margin-bottom: 5px;
}
.contenedor-areas-titulo{
  width: 100%;
}
.contenedor-areas-titulo{
  font-size: 26px;
  color:#777;
}
.contenedor-areas-tarjetas{
  display: flex;
}
.contenedor-areas-tarjetas-1{
  width: 80%;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.contenedor-areas-tarjetas-1 .tarjeta-areas{
  width: 24.98%;
  height: 210px;
  padding: 5px;
}
.tajetas-areas{
  width: 100%;
  height: 100%;
  position: relative;
}
.hover-1{
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  background-size: 100%;
  background-position: top left;
  transition: all 1500ms ease;
}
.hover-1 svg {

    transition: all 750ms ease;
    right: -38%;
    width: 130%;
    position: relative;
}
.hover-1:hover svg {

    right: 40px !important;
    opacity: 0.9;
}
.hover-1-wrapper{
  padding: 0 20px;
  width: 55%;
  opacity: 1;
  transition: all 300ms ease;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.hover-1:hover .hover-1-wrapper {
    opacity: 0;
    right: -20px;
}
.hover-1-wrapper .hover-1-description p, .hover-1-wrapper-hidden .hover-1-description p{
  margin-bottom: 0.3em;
  font-size: 10px;

}
.hover-1 .hover-1-description * {
    transition: all 500ms ease;
}

.hover-1-description h3 {
    color: #777;
    font-size: 18px;
    letter-spacing: -0.025em;
    border: 0;
    margin: 0.4em 0;
    padding: 0;
    font-family: 'Overpass', sans-serif;
    line-height: 1.1em;
    font-weight: 300;
}
.hover-1:hover .hover-1-description * {
    color: #909090;
    transition: all 500ms ease;
}
.hover-1-description p {

    color: #909090;
    font-size: 12px;
    line-height: 1.18em;
}

.hover-1-wrapper-hidden {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    right: 80px;
    transition: all 600ms ease;
    padding: 0 20px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 30px;
    z-index: 9;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.hover-1:hover .hover-1-wrapper-hidden {
    opacity: 1;
    visibility: visible;
    right: 0;
}
.hover-1 .hover-1-description * {
    transition: all 500ms ease;
}
.hover-orange{
  background-image: url(../imagen/fondo_laboral.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hover-blue{
  background: url(../imagen/fondo_tributario.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hover-green{
  background: url(../imagen/fondo_docente.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
.hover-od{
  background: url(../imagen/fondo_rrhh.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.hover-blue svg g path, .hover-green svg g path , .hover-orange svg g path, .hover-od svg g path {
    fill: #ffffff;
}

.btn-wrapper-hidden {
    border: 1px solid #909090;
    padding: 5px 15px;
    background-color: #0000;
    border-radius: 15px;
    font-size: 12px;
    font-family: inherit;
    margin-top: 5px;
}
.header-controls__item:first-of-type,.header-controls__item:first-of-type,div#toolbarViewerRight{
    visibility: hidden;
}
.contenedor-des{
  font-size: 12px;
}
.contenedor-des a{
  color:#0974b7;
  text-decoration: none;
}

.sidebar-home .logo{
  position: relative;
  padding: 18px 0.7rem;
  z-index: 4;
  display: flex;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
}
.sidebar-home .logo a{
text-decoration: none;
}
.sidebar-home .logo i{
display: flex;
padding: 5px;
cursor:pointer;
}

.logo-normal{

display: flex;
opacity: 1;
padding: 11px 15px 8px 15px;
color: #66615B;
margin-right: 60px;

}

.sidebar-wrapper{
position: relative;
height: calc(100vh - 75px);
overflow: auto;
width: 220px;
z-index: 4;
padding-bottom: 100px;
touch-action: auto;
overflow: auto !important;
}

.nav-sidebar{
  margin-top: 20px;
  display: block;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;

}
.nav-sidebar li{
  padding: 5px 1.7rem;

}
.nav-sidebar li:hover{
  background-color: #f8f9fa;

}
.nav-sidebar li a{
color: #66615B;
font-size: 14px;
text-decoration: none;
}
.nav-sidebar .collapse{
  list-style-type: circle;
}
.nav-sidebar .collapse li{

  padding-left: 40px;
}

#newslleter{
  border-radius: 0;
}
#contenedor-consulta{
  color:white;
}
#contenedor-indicadores{
  background:#6c757d;
  color:white;
}
#contenedor-indicadores li{
  list-style: none;
}

#contenedor{
  width:40%;
  background: white;
  margin:0 auto;
  padding:20px;
  border-radius: 12px;
  -moz-border-radius:12px;
  -o-border-radius:12px;
  -webkit-border-radius:12px;
}
#caja-chat{
  width:90%;
  height: 400px;
}
#datos-chat{
  width: 100%;
  padding: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid silver;
  font-weight:bold;
}
#contenedor input[type='text']{
  width: 100%;
  height: 40px;
  border: 1px solid gray;
  border-radius: 5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
}
#contenedor input[type='submit']{
  width: 100%;
  height: 40px;
  border: 1px solid gray;
  border-radius: 5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;
  cursor:pointer;
}
#contenedor textarea{
  width: 100%;
  height: 40px;
  border: 1px solid gray;
  border-radius: 5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -webkit-border-radius:5px;

}
#contenedor input,textarea{
  margin-bottom: 5px;
}


.metismenu {
padding: 0;
}
.metismenu ul{

  margin-top: 0;
  margin-bottom: 1rem;

}
.metismenu li{
  list-style: none;
}
.wrapper{
  margin:0;
}

.main{
  width: 100%;
}
.hidden{
  margin-left: -250px;
  transition: all 0.3s;
}


.logo {
    display: block;
    line-height: 80px;
  }

  .side-nav .side-nav-title {

    padding: 12px 30px;
    letter-spacing: .05em;
    pointer-events: none;
    cursor: default;
    font-size: .6875rem;
    text-transform: uppercase;
    color: #cedce4;
    font-weight: 700;

}
.side-nav .side-nav-link.active {

    color: #fff;

}
.side-nav .side-nav-link {
    color: #cedce4;
    padding: 12px 30px;
}
.side-nav .side-collapse{
  color: #cedce4;
  font-size: 0.8rem;
  padding: 3px 30px;
}

.content-page {
    margin-left: 250px;
    overflow: hidden;
    padding: 5px 20px;
    min-height: 80vh;
}






#dropdown-contenido{
  max-height: 300px;
  overflow-y: scroll;
}

#dropdown-contenido::-webkit-scrollbar{
  width: 7px;
  background: rgba(147,206,222,1);
}
#dropdown-contenido::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background: white;
}


#buscadordeContenido{
  cursor:pointer;
}
.sidebar-toggle{
  cursor:pointer;
}

body::-webkit-scrollbar{
  width: 7px;
  background: #f4f4f4;
}
body::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background: #C8C6C4;
}
body::-moz-scrollbar{
  width: 7px;
  background: #f4f4f4;
}
body::-moz-scrollbar-thumb{
  border-radius: 5px;
  background: #C8C6C4;
}

.modal-right {
    position: absolute;
    right: 0;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0;
    background-color: #fff;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-transform: translate(25%,0) !important;
    transform: translate(25%,0) !important;
}
.caja-chat{
  height: 350px;
}

.spotlight{
  background-image: url("../imagen/fondo.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  position:relative;

  height: 500px;
}
.spotlight-holder{
  height: 483px;

}
.mask{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  background: linear-gradient(80deg,#05172a 0,#051e2a 100%) !important;
  opacity: .5;
}
.mask + .container{
  position:relative;
}
.py-md{
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}
.header-transparent{
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-color: rgba(255,255,255,.08) !important;
  background-color: transparent !important;

}
#btn-contacto{
  background: none;
  border: 1px solid #fff !important;
  color: #fff;
  border-radius: 20px !important;
  text-decoration: none;


}
#btn-contacto:hover{
  background:#fff;
  color:#17a2b8;
}
.avatar-sm {
    height: 3rem;
    width: 3rem;
}
.avatar-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #FF5733;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
#iniciar_sesion{
  border-radius: 20px;
}




.nav-holder{
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
z-index: 999;
-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}


.font-weight-bold{
  font-size: 10px;
}

#breadcrumb{
  margin-bottom: 0;
  background: none;
  font-size: 0.9rem;
}
#breadcrumb-c{
  margin-bottom: 0;
  background: none;
  font-size: 10px;
  padding: 0;
}

#download{
  display: none;
}

#heading-breadcrumbs {
  padding: 3rem 0;
  border-top: none !important;
  border-bottom: none !important;
}


#heading-breadcrumbs .breadcrumb {
  margin-bottom: 0;
  background: none;
  font-size: 0.9rem;
}

#form-contacto input,#form-contacto textarea,#form-contacto select,#form-asesoria input,#form-asesoria textarea,#form-asesoria select{
  border-radius: 0;
  height: 51px;
}
#form-contacto textarea{
  height: 150px;
}

#h1 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 0;
}

#li {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}


.bar {
  padding: 60px 0;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
  color: #999;
}
.heading{
  margin-bottom: 1rem;
}
.text-sm{
  color: #999;
}
.heading h1{
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn-template-outlined {
  background: none;
  border: 1px solid #377DFF !important;
  color: #377DFF !important;
  border-radius: 0 !important;
  text-decoration: none;
}

.btn-template-outlined:hover, .btn-template-outlined:focus {
  background: #377DFF;
  color: #fff !important;
}


.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.u-ver-divider {
    position: relative;
}
.u-ver-divider::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #e7eaf3;
    content: "";
}
.max-width-8 {
    max-width: 3.5rem;
}
.max-width-8 {
    font-size: 3.5rem;
    color:#377DFF;
}
.space-bottom-1 {
    padding-bottom: 2rem !important;
}
.space-2 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important;
}
.dzsparallaxer.height-is-based-on-content {
    height: auto;
    padding: 0;
}
.dzsparallaxer:not(.mode-oneelement) {
    height: 300px;
    overflow: hidden;

    position: relative;
    transition-property: height;
    transition-duration: 0.3s;
    -moz-transition-property: height;
    -moz-transition-duration: 0.3s;
    -webkit-transition-property: height;
    -webkit-transition-duration: 0.3s;
    -o-transition-property: height;
    -o-transition-duration: 0.3s;
    -ms-transition-property: height;
    -ms-transition-duration: 0.3s;
    -ms-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.breadcrumb-noticia{

  background-image: url("../../views/imagen/banner/blog-banner.jpg");
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;

}
.banner-trabajaconnosotros {
    background-image: url('../imagen/banner/asesoria16.jpg');
    background-position: center;
}
.banner-quienessomos{
  background-image: url('../imagen/banner/banner-quienessomos.jpg');
  background-position:center;
}
.banner-asesoria{
  background-image: url('../imagen/banner/banner-asesoria.jpg');
  background-position:center;
}

.banner-noticias{
  background-image: url('../imagen/banner/blog-banner.jpg');
  background-position:center;
}
.banner-nuestraoficina{
  background-image: url('../imagen/banner/banner-nuestraoficina.jpg');
  background-position:center;
}
.banner-contacto{
  background-image: url("../imagen/banner/banner-contacto1.jpg");
  background-position:center;
}
.dzsparallaxer.use-loading.loaded .dzsparallaxer--target {
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    height: 120%;

    background-attachment: fixed;

    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transform: translate3d(0px, -66.5324px, 0px);
}
.dzsparallaxer.use-loading .dzsparallaxer--target {
    opacity: 0;
    visibility: hidden;
    transition-property: opacity, visibility;
    transition-duration: 0.7s;
    -moz-transition-property: opacity, visibility;
    -moz-transition-duration: 0.7s;
    -webkit-transition-property: opacity, visibility;
    -webkit-transition-duration: 0.7s;
    -o-transition-property: opacity, visibility;
    -o-transition-duration: 0.7s;
    -ms-transition-property: opacity, visibility;
    -ms-transition-duration: 0.7s;
    -ms-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}
.dzsparallaxer:not(.mode-oneelement) .dzsparallaxer--target {
    position: relative;
}
.dzsparallaxer.height-is-based-on-content > div {
    position: relative;
}
.h6-contacto{
    font-size: 1rem !important;
    font-weight: bold;
    line-height: 1.5;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    color: #1e2022;
}
.r-contacto{
  font-family: "Poppins", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: #77838f;
  line-height: 1.7;

}
.box-simple {
  margin-bottom: 40px;
  text-align: center;
}
.box-simple:hover .icon-outlined {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.box-simple .icon-outlined {
  color: #377dff;
  border: 1px solid #377dff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box-simple h3 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.box-simple p {
  color: #999;
  margin: 20px 0;
  font-size: 0.9rem;
}
.icon-outlined {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
.icon-outlined i{
  padding-top: 37%;
}
.sponsor{
  margin:0 20px;
}
.sponsor img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sponsor img:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transform: scale(1.5);
}

.sponsor-line{
  display: inline-block;
  margin: 0 5px;
  margin-top: 20px;
  text-align: center;
  background: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;

}
.showcase {
  color: #555;
}
.showcase .icon-outlined {
  border-color: #555;
}
.showcase .counter {
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 0;
}
.showcase h4 {
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.935rem;
  margin-top: 0;
}
.icon-outlined {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-bottom: 20px;
}
.icon-outlined.icon-sm {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 1.15rem;
}
.icon-outline.icon-thin {
  border-width: 1px;
}
.icon-outlined.icon-thin i{
  padding:15px;
}

/*----------------------------------------newslleter---------------------------------------------------*/
.u-overlay {
  position: relative;
  background-image: url("../../views/imagen/bg3.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.u-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.u-overlay--dark::after {
  background-color: rgba(27, 30, 36, 0.8);
}
.u-overlay--darks::after {
  background-color: rgba(27, 30, 36, 0.6);
}
.u-overlay__inner {
  position: relative;
  z-index: 1;
}
.u-hero-img {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.u-content-space-top {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.input-group-append button{
  max-height: 38px;

}
.u-overlay .img-fluid{
  max-width: 250px;
  transition: all 0.3s;
}
.u-overlay .img-fluid:hover{
  transform: scale(1.1);
  transition: all 0.3s;
}

/*--nav1--*/
.navbar-brand img:hover{
  transform: scale(1.1);
  transition: all 0.3s;
}
.u-promo-block {

  position: relative;
  min-height: 80vh;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;

}
.u-promo-block--mheight-600 {
  min-height: 500px;
}
.u-content-space {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.top-bar{
  position: relative;
  z-index: 9;
  color: #fff;
  font-size: 0.9rem;
  padding: 10px 0;
  border-bottom: 1px solid #fff;
  line-height: 26px;
}
.top-bar ul {
  margin-bottom: 0;
}
.top-bar .contact-info {
  margin-right: 20px;
}

.top-bar .contact-info a {
  font-size: 0.8rem;
}
.top-bar ul li a{
  text-decoration: none;
  color: #999;
}
.top-bar ul li a:hover{
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  transform: scale(1.1);
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.top-bar .dropdown-menu-right{
  position: absolute;
  z-index: 9999;
  background: white;
}
div.dropdown-menu.dropdown-menu-right.show{
  z-index: 9999;
  line-height: 25px;
}
@media (max-width: 1199px) {
  .u-promo-block {
    background-attachment: fixed;
  }
}
/*---------------------------------------------------------------tarjetas----------------------------------------------------------------*/
.tarjetas{
  color: #fff;
}
.box-image{
  margin: 0;
}
.box-image {
  position: relative;
  margin: 20px 0;
}
.box-image:hover .overlay{
  opacity:1;
}

.box-image:hover h3, .box-image:hover p, .box-image:hover .buttons {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.box-image:hover p {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.box-image:hover .buttons {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.box-image .name {
  margin-bottom: 20px;
}

.box-image a {
  text-decoration: none !important;
  color:#fff;
}
.box-image h3 {
  font-size: 1.125rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.box-image .buttons a {
  margin: 0 3px;
}
.box-image .buttons {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}
.box-image p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.box-image-text .content {
  text-align: center;
}

.box-image-text p {
  color: #777;
  font-size: 0.9rem;
}
.box-image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(79, 191, 168, 0.6);
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
.btn-template-outlined-white {
  background: none;
  border: 1px solid #fff !important;
  color: #fff;
  border-radius: 0 !important;
  text-decoration: none;
}

.btn-template-outlined-white:hover, .btn-template-outlined-white:focus {
  background: #fff;
  color: #0974b7 !important;
}

/*--------------------------------- quienes somos------------------------------------*/

.quienes-somos-1{
  position: relative;
  padding: 90px 0 40px;
  color:white;

}

.quienes-somos-1::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(72, 199, 236, 0.90);
    z-index: 0;
}
/*----------------------------- registro ----------------------------------------------*/
.espacio-4-arriba{
  padding-top: 12.5rem;
}
.espacio-3-abajo{
  padding-bottom: 8rem;
}
.espacio-2{
  padding-top: 4rem;
  padding-bottom: 4rem;
}


.orden-lg-1 {
  -ms-flex-order: 1;
  order: 1;
}
.contenedor-registro-1{
  background-position: 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: cover;
  padding: 0 0 100px;
}
.heading-underline{
  margin-bottom: 20px;
}
.heading-underline h5, .heading-underline .h5 {
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;

}

.nav-pills.custom-nav {
    padding: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
}
.nav-item{
    font-size: 15px;
    font-weight: 500;
}

.nav-item.active > .nav-link{
  color:#377dff !important;
  font-weight: 600;
}


.custom-nav .nav-item {
    background: #f8f9fa;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.custom-nav .nav-link.active {
    background: #495057;
    color: #fff;
}
.custom-nav .nav-link.active {
    background: #495057;
    color: #fff;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #212529;
    background-color: #e9ecef;
}
.custom-nav .nav-link {
    position: relative;
    height: 100%;
    border: none !important;
    background: none;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    text-align: center;
    background: none;
    border-radius: 0 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #495057;
}
.nav-pills .nav-link {
    border-radius: 0;
}
.text-sm {
    font-size: .7875rem;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
}
.form-row{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row input{
  border-radius: 0;
  font-size: .75rem;
  height: 50px;
}

.form-row1{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -5px;
margin-left: -5px;
}
.form-row1 input,.form-row1 select{
  border-radius: 0;
  font-size: .75rem;
  height: 38px;
}
/*---------------------------social bar----------------------------------------------*/

.consultas-bar{
  position: fixed;
  right:0;
  top:35%;
  font-size: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items:flex-end;
  z-index: 100;
}
.consultas-bar li{
  list-style: none;
}
.consultas-bar li a{
 text-decoration: none;
 color:#fff;
 display: flex;
 padding: .7rem;
 transition: all 0.3s;
}
.consultas-bar li a:hover{
transform: scale(1.5);
color:#fff;
transition: all 0.3s;
}
.icono1{
  background:#2E406E;
  border-radius: 1rem 0 0 0;
}
.icono2{
  background:#2dce89;
}
.icono3{
  background:#E83028;
  border-radius: 0 0 0 1rem;
}



/*--------------------------menu usuario ---------------------------------------------*/



@media screen and (max-width: 600px){
.sidebar-sticky{
  margin-left: -240px;
  transition: all .3s ;
}

/*--------indicadores economicos---------*/
}
#indicadoresEconomicos{
  background:rgb(0,0,0,.8);
  font-size: 0.8rem;
  color: #999;
}
#indicadoresEconomicos a{
  text-decoration: none;
  color: #999;
  transition: all 0.3s;
}
#indicadoresEconomicos a:hover{
  transform: scale(1.3);
  transition: all 0.3s;
  color:#fff;
}

#indicadoresEconomicos .card{
border: none;
border-right: 1px solid #999;
text-align: center;
background: transparent;
padding-top: 10px;
padding-bottom: 0px;
}
#indicadoresEconomicos .card-u{
  border-right:none;
}

@media screen and (max-width:600px){
  #indicadoresEconomicos .card{
    border-right:none;
    border-bottom:1px solid #999;

  }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: -10px;
    left: 100%;
    margin-top: 0px;


}
.dropdown-submenu .dropdown-menu .collapse{
  background: black;
  color:#fff;
}



/*------------------Contenido----------------------*/

#tarjetas-dictamen{
  border-radius: 0;
}



.activeT{
  margin-left: -280px;
  transition: all .3s;
}
nav#sidebar{
  width: 280px;
  background: #2d3035;
  color: #fff;
  border-right: 1px solid #34373d;
  transition: all .3s ;
}

nav#sidebar a {
  color: inherit;
  text-decoration: none;
  position: relative;
}


nav#sidebar a i {
  font-size: 1.2em;
  margin-right: 10px;
  -webkit-transition: none;
  transition: none;
}
nav#sidebar .sidebar-header {
  padding: 10px 40px;
}
nav#sidebar .sidebar-header h1,
nav#sidebar .sidebar-header p {
  margin-bottom: 0;
}
nav#sidebar .sidebar-header h1 {
  color: #fff;
}
nav#sidebar .sidebar-header p {
  font-size: 0.9rem;
}
nav#sidebar span.heading {
  font-weight: 300;
  margin-left: 20px;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

nav#sidebar .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  background: none;
  padding: 4px;
  border: 3px solid #282b2f;
}
nav#sidebar ul {
  max-height: none;
}
nav#sidebar li {
  position: relative;
}
nav#sidebar li a {
  padding: 0.20rem 1rem;
  display: block;
  font-weight: 160;
}
nav#sidebar li a:hover{
  background: #34373d;
}


nav#sidebar li a:hover i {

}
nav#sidebar li a i {
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 10px;
  border-right: 1px solid #454649;
}
nav#sidebar li li a {
  padding: 5px;
  padding-left: 18px;
  padding-right: 6px;
  font-size: 12px;
  background: #22252a;
  color:#fff;
  line-height: 1.5;
  text-align: left;
}

nav#sidebar li li a i{
  margin: 0;
  padding:0;
  padding-left: 10px;
  border-right: none;
}


nav#sidebar ul div ul{
  z-index:1;
  color: #6a6c70;
  font-size: 14px;
  background: #22252a;

}



nav#sidebar ul div ul a{
  padding: 3px;
  padding-left: 20px;
}

nav#sidebar ul div ul a ul li a{
  padding: 3px;
  padding-left: 46px;
}


a.dropdown-toggle.y{
  padding:5px;
  padding-left:40px;
  font-size: 14px;
}


#buscador-contenido{
  z-index:1;
  width: 100%;
}
.logo-lg{
  text-align: center;
}
.logo-lg:hover{
  transform: scale(1.1);
  transition:all .3s;
}
.ir-arriba{
  display: none;
  padding:20px;
  background-color: #377dff;
  color: #fff;
  border-radius: 0.30rem;
  font-size: 15px;
  cursor:pointer;
  position:fixed;
  bottom:15px;
  right: 15px;
  line-height: 46px;
  opacity: .8;
  z-index:1;
}


nav#sidebar2{
  width: 280px;
  height: auto;
  background: #eeee;
  color: #66615B;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  transition: all .3s ;

}
nav.sidebar3{
    width: 320px !important;
}
nav#sidebar2 a {
  color: #66615B;
  text-decoration: none;
  position: relative;
}



nav#sidebar2 a i {
  font-size: 14px;
  margin-right: 10px;
  -webkit-transition: none;
  transition: none;
}
nav#sidebar2 .sidebar-header {
  padding: 10px 40px;
}
nav#sidebar2 .sidebar-header h1,
nav#sidebar2 .sidebar-header p {
  margin-bottom: 0;
}
nav#sidebar2 .sidebar-header h1 {
  color: #66615B;
}
nav#sidebar2 .sidebar-header p {
  font-size: 0.9rem;
}
nav#sidebar2 span.heading {
  font-weight: 300;
  margin-left: 20px;
  color: #66615B;
  font-size: 1.2rem;
  margin-bottom: 15px;
}

nav#sidebar2 .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  background: none;
  padding: 4px;
  border: 3px solid #282b2f;
}
nav#sidebar2 ul {
  max-height: none;
}
nav#sidebar2 li {

  position: relative;
}
nav#sidebar2 li a {
  padding: 5px 1.6rem;
  display: block;
  font-weight: 400;
  font-size: 14px;
}
nav#sidebar2 li a:hover{
  background-color: #f8f9fa;
}



nav#sidebar2 li a i {
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding-right: 10px;
  border-right: 1px solid #ddd;
}
nav#sidebar2 li li a {
  padding: 5px;
  padding-left: 18px;
  padding-right: 6px;
  font-size: 12px;
  background: #f5f5f5;
  color:#66615B;
  line-height: 1.5;
  text-align: left;
}

nav#sidebar2 li li a i{
  margin: 0;
  padding:0;
  padding-left: 10px;
  border-right: none;
}


nav#sidebar2 ul div ul{

  color: #6a6c70;
  font-size: 14px;
  background: #f5f5f5;;
  z-index:1;

}



nav#sidebar2 ul div ul a{
  padding: 3px;
  padding-left: 20px;
  padding-right: 20px;
}

.sub2 li a{
  padding-left: 46px !important;
  padding-right: 46px;
}
.o-hidden {
    overflow: hidden !important;
}

.main nav{
  background: #eeee;
}

/*----------------------------------Inicio administrador------------------------------------*/
.card-body-icon{
  position:absolute;
  z-index:0;
  top:-1.25rem;
  right:-1rem;
  opacity: 0.4;
  font-size:5rem;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  }
  #card-panel{
    max-height: 110px;
  }
/*--------------------------- Chat Administrador---------------------------------------------*/
.chat{
 list-style: none;
 margin: 0;
 padding: 0;
}

#btn-chat{
  border-radius: 0;
  background: #FF5733;
  height: 100%;
  max-height: 38px;
}

.chat-orange{
  background: #FF5733;
  color:white;
}

.chat li
{
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #B3A9A9;
}

.chat li.left .chat-body
{
    margin-left: 60px;
}

.chat li.right .chat-body
{
    margin-right: 60px;
}

.chat li .chat-body p
{
    margin: 0;
    color: #777777;
}

.panel-body
{
    overflow-y: scroll;
    overflow-x: hidden;
    height: 250px;
}

.panel-body::-webkit-scrollbar{
  width: 7px;
  background: #eeee;
}
.panel-body::-webkit-scrollbar-thumb{
  border-radius: 5px;
  background: white;
}
/*--------------------------------------------------------Consultas---------------------------------------------*/



.container{max-width:1170px; margin:auto;}
img{ max-width:100%;}
.inbox_people {
  background: #f8f8f8 none repeat scroll 0 0;
  float: left;
  overflow: hidden;
  width: 40%; border-right:1px solid #c4c4c4;
}
.inbox_msg {
  border: 1px solid #c4c4c4;
  clear: both;
  overflow: hidden;
}
.top_spac{ margin: 20px 0 0;}


.recent_heading {float: left; width:40%;}
.srch_bar {
  display: inline-block;
  text-align: right;
  width: 60%;
}
.headind_srch{ padding:10px 29px 10px 20px; overflow:hidden; border-bottom:1px solid #c4c4c4;}

.recent_heading h4 {
  color: #05728f;
  font-size: 21px;
  margin: auto;
}
.srch_bar input{ border:1px solid #cdcdcd; border-width:0 0 1px 0; width:80%; padding:2px 0 4px 6px; background:none;}
.srch_bar .input-group-addon button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  padding: 0;
  color: #707070;
  font-size: 18px;
}
.srch_bar .input-group-addon { margin: 0 0 0 -27px;}

.chat_ib h5{ font-size:15px; color:#464646; margin:0 0 8px 0;}
.chat_ib h5 span{ font-size:13px; float:right;}
.chat_ib p{ font-size:14px; color:#989898; margin:auto}
.chat_img {
  float: left;
  width: 11%;
}
.chat_ib {
  float: left;
  padding: 0 0 0 15px;
  width: 88%;
}

.chat_people{ overflow:hidden; clear:both;}
.chat_list {
  border-bottom: 1px solid #c4c4c4;
  margin: 0;
  padding: 18px 16px 10px;
}
.inbox_chat { height: 550px; overflow-y: scroll;}

.active_chat{ background:#ebebeb;}

.incoming_msg_img {
  display: inline-block;
  width: 6%;
}
.received_msg {
  display: inline-block;
  padding: 0 0 0 10px;
  vertical-align: top;
  width: 92%;
 }
 .received_withd_msg p {
  background: #ebebeb none repeat scroll 0 0;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.time_date {
  color: #747474;
  display: block;
  font-size: 12px;
  margin: 8px 0 0;
}
.received_withd_msg { width: 57%;}
.mesgs {
  float: left;
  padding: 30px 15px 0 25px;
  width: 60%;
}

 .sent_msg p {
  background: #05728f none repeat scroll 0 0;
  border-radius: 3px;
  font-size: 14px;
  margin: 0; color:#fff;
  padding: 5px 10px 5px 12px;
  width:100%;
}
.outgoing_msg{ overflow:hidden; margin:26px 0 26px;}
.sent_msg {
  float: right;
  width: 46%;
}
.input_msg_write input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #4c4c4c;
  font-size: 15px;
  min-height: 48px;
  width: 100%;
}

.type_msg {border-top: 1px solid #c4c4c4;position: relative;}
.msg_send_btn {
  background: #05728f none repeat scroll 0 0;
  border: medium none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  height: 33px;
  position: absolute;
  right: 0;
  top: 11px;
  width: 33px;
}
.messaging { padding: 0 0 50px 0;}
.msg_history {
  height: 516px;
  overflow-y: auto;
}




/*----------------------------------menu circular--------------------------------------*/



/* RESET STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.chart-skills {
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.chart-skills *,
.chart-skills::before {
  box-sizing: border-box;
}


/* CHART-SKILLS STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.chart-skills {
  position: relative;
  width: 250px;
  height: 125px;

}

.chart-skills::before,
.chart-skills::after {
  position: absolute;
}

.chart-skills::before {
  content: '';
  width: inherit;
  height: inherit;
  border: 45px solid rgba(211, 211, 211, .3);
  border-bottom: none;
  border-top-left-radius: 175px;
  border-top-right-radius: 175px;
}

.chart-skills::after {
  content: '';
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  font-size: 1.1rem;
  font-weight: bold;
  color: cadetblue;
}

.chart-skills li {
  position: absolute;
  top: 100%;
  left: 0;
  width: inherit;
  height: inherit;
  border: 45px solid;
  border-top: none;
  border-bottom-left-radius: 175px;
  border-bottom-right-radius: 175px;
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  animation-fill-mode: forwards;
  animation-duration: .4s;
  animation-timing-function: linear;

}

.chart-skills li:nth-child(1) {
  z-index: 4;
  border-color: blue;
  animation-name: rotate-one;

}

.chart-skills li:nth-child(2) {
  z-index: 3;
  border-color: green;
  animation-name: rotate-two;
  animation-delay: .4s;
}

.chart-skills li:nth-child(3) {
  z-index: 2;
  border-color: orange;
  animation-name: rotate-three;
  animation-delay: .8s;
}

.chart-skills li:nth-child(4) {
  z-index: 1;
  border-color: orange;
  animation-name: rotate-four;
  animation-delay: 1.2s;
}

.chart-skills li {
  position: absolute;
  font-size: .85rem;
  backface-visibility: hidden;
  animation: fade-in .4s linear forwards;
}

.chart-skills li:nth-child(1) a {
  top: 5px;
  left: 10px;
  transform: rotate(0deg);
  text-align: center;
}

.chart-skills li:nth-child(2) a {
  top: 20px;
  left: 10px;
  transform: rotate(0deg);
  animation-delay: .4s;
}

.chart-skills li:nth-child(3) a {
  top: 18px;
  left: 10px;
  transform: rotate(0deg);
  animation-delay: .8s;
}




/* ANIMATIONS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@keyframes rotate-one {
  100% {
    transform: rotate(0deg);

  }
}

@keyframes rotate-two {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);

  }
}

@keyframes rotate-three {
  0% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(180deg);

  }
}



@keyframes fade-in {
  0%,
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*---------------------- footer --------------------------------------*/
footer{
background: #eeee;

}


footer .list-unstyled{
  border-left: 1px solid #6c757d;
  padding:10px;
}

footer .justificar{
  padding-left:80px;
  padding-right: auto;
}


/*----------------------------------- contenido ---------------------------------*/

#contenedor-boletin{
  width:100%;
  min-height: 700px;
  background-image: url("../imagen/fondos/fondoarea.png");
  background-size: cover;
  background-position: center;
}
#contenedor-boletin2{
  width: 100%;
  min-height: 500px;
  height: 100%;
  background-image: url("../../views/imagen/fondo2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity:.1;
}
#contenedor-boletin2 div p{
opacity:1;
color:black;
text-align: justify;
}
#tabContenido{
  color: black;
}
.collap{
  margin-left: 15px;
  word-wrap: break-word;
}
ul.dropdown-menu.m3{
  word-wrap: break-word;

}


.dropdown-ite{
display: block;
 width: 100%;
 padding: 0.25rem 1.5rem;
 clear: both;
 font-weight: 400;
 color: #212529;
 text-align: inherit;
 white-space: nowrap;
 background-color: transparent;
 border: 0;
}

.fa-angle-down{
margin: 0;
border-: none;
}



.contenedor-jurisprudencia{
  list-style-type: square;
  border-bottom: 1px solid black;
}
.ctj-titulo{
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 20px;
}
.ctj-t{
  font-weight: bold;
}

/*-------------------------------------------nuestras oficinas---------------------------------------------*/
#f-oficina{
  max-height: 170px;
  width: 100%;
  margin-bottom: 10px;
}








/*-------------------------------------- noticias -----------------------------------------------------*/
.ct-noticias{
  border-right: 1px solid #f1f1f1;
}
.detalles-noticias{
  border-right: 1px solid #f1f1f1;
}

.contenedor-noticias{
  position:relative;
  transition: .5s ease-in-out;
  margin-bottom: 40px;
}
.contenedor-noticias .img-box{
  position:relative;
  margin:0;
  display: block;
}

.contenedor-noticias .img-box a{
 background: transparent;
 width:100%;
}
.contenedor-noticias .img-box a img{
  width: 100%;
  max-width: 100%;
  display:inline-block;
  border:0;
  vertical-align: middle;
  max-height:300px;
}
.contenedor-noticias .img-box .overlay{
  position:absolute;
  text-align: center;
  left:0;
  align-items:center;
  justify-content: center;
  top:0;
  width: 100%;
  display: flex;
  background: rgb(0,0,0,.8);
  visibility: hidden;
  opacity: 0;

}
.contenedor-noticias .lower-content{
  padding: 30px;
  border: 1px solid #f4f4f4;
}
.contenedor-noticias:hover .lower-content{

  border: 1px solid #0974b7;
}
.contenedor-noticias .lower-content a{
  text-decoration: none;
}
.contenedor-noticias .lower-content a:hover{
  color:#0974b7;
}
.contenedor-noticias .lower-content .fecha-p{
  color: #848484;
  font-size:13px;
}
.contenedor-noticias .lower-content a{
  text-decoration: none;
  color:#222;
}
.contenedor-noticias .lower-content a h3{
  position:relative;

  font-weight: bold;
  font-size: 17px;
  line-height: 32px;
  transition:  .5s ease;
}
.contenedor-noticias .lower-content .text-d{
  font-size: 14px;
  color:#848484;
  line-height: 24px;
  font-weight: 400;
}
.contenedor-noticias .lower-content  .clearfix{
padding-top: 25px;
border-top: 1px solid #f4f4f4;
}
.contenedor-noticias .lower-content  .clearfix .link{
float:right;
font-weight: bold;
font-size: 13px;
}

.contenedor-noticia-left{
  color:#999;

  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  font-size: 1rem;
}
.contenedor-noticia-left h4:after{
  text-align: inherit;
  border-bottom: 2px solid #999;
}
.contenedor-categoria{
  margin-bottom: 60px;
  font-size: .8125rem;
}
.contenedor-noticia-buscador{
  margin-bottom: 60px;
}
.contenedor-categoria h4{
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-weight: 700;
  font-size: .6875rem;
  margin: 0;
  line-height: 1.3;
  color: #222;
  margin-bottom: 24px;
}
.contenedor-categoria ul li{
border-bottom: 1px solid #f0f0f0;
padding: 10px 0;
margin: 0;
}
.contenedor-categoria ul li a{
  text-decoration: none;
  font-weight: 400;
  line-height: 1.8;
  color: #788487;
  text-align: left;
  transition: all .3s ease-in-out;
}


.contenedor-ultimospost .post-popular{
  position:relative;
}
.contenedor-ultimospost .titulo h4{
  text-transform: uppercase;
  letter-spacing: 2.6px;
  font-weight: 700;
  font-size: .6875rem;
  margin: 0;
  line-height: 1.3;
  color: #222;
  margin-bottom: 24px;
}



.contenedor-ultimospost .post-popular .item{
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  min-height: 50px;
  padding: 0px 0px 16px 86px;
  border-bottom: 1px solid #f1f1f1;

}


.contenedor-ultimospost .post-popular .item .post-thumb{
position:absolute;
left:0;
top:0;
width: 64px;
height: 64px;
}
.contenedor-ultimospost .post-popular .item .post-thumb img{
max-width: 100%;
display: block;
}
.contenedor-ultimospost .post-popular .item a{
  text-decoration: none;

}
.contenedor-ultimospost .post-popular .item a h5{
position:relative;
color:#788487;
top:0px;
font-size:14px;
font-weight: 600;
margin:0px 0px 17px;
line-height: 15px;
transition: .5s ease;

}

.contenedor-ultimospost .post-popular .post-info{
  color:#0974b7;
  font-size: .6875rem;
  color: #a3a6a8;
  display: block;
  margin: 0;
}

.contenedor-ultimospost .post-popular .post-info i{
margin-right: 10px;
}

.paginacion{
  font-size: 13px;
  font-family: "Open Sans", arial, sans-serif;
}

.paginacion a {
    display: inline-block;
    min-width: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 14px;
    border: 1px solid #eaeaea;
    border-top-color: rgb(234, 234, 234);
    border-right-color: rgb(234, 234, 234);
    border-bottom-color: rgb(234, 234, 234);
    border-left-color: rgb(234, 234, 234);
    color: #999;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    transition: all 0.27s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    margin-left: 10px;
    text-decoration: none;
}
#buscador-noticia{
  border-radius: 0;
}
#boton-buscar-noticia{
  border-radius: 0;
  border-color: #ced4da;

}

/*------------------------------------------noticias detalles --------------------------------------------------*/

/*------------------------------------------------ noticias detalles -------------------------------------------------------------------*/

.contenedor-figura-detalles-imagen{
  position: relative;
  margin-bottom: 1.875rem;
}
.contenedor-figura-detalles-imagen img{
  width:100%;
  max-width:100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  max-height:350px;

}
.contenedor-figura-detalles-imagen span{

position: absolute;
left: 1.875rem;
top: 1.875rem;
background-color: rgb(0,0,0,.6);

}
.contenedor-figura-detalles-imagen span a{
text-decoration: none;
color:#fff;
display: inline-block;
font-family: 'Merriweather',Georgia,Serif;
font-size: 0.9375rem;
font-weight: 900;
text-transform: uppercase;
line-height: 1;
padding: 0.625rem 0.9375rem;

transition: all 0.5s ease-in-out;
font-size: 0.875rem;
padding: 0.3125rem 0.625rem;
}
.contenedor-noticia-detalles-header .title{
  font-weight: 700;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 1.875rem;
  color:#222;
  text-rendering: optimizeLegibility;
  text-align: center;
}
.contenedor-noticia-detalles-header .resumen{
  font-size: 1.125rem;
  font-weight: 300;
  font-style: italic;
  padding: 0 1.25rem;
  margin-bottom: 1.875rem;
  color: #696969;
}
.noticia-share{
  padding: 0.9375rem 0;
  margin-bottom: 0px !important;
  border-top: 1px solid rgba(0,0,0,0.05);
  border-bottom: 1px solid rgba(0,0,0,0.05);
}
.noticia-share .autor{
  float: left;
  width: 50%;
  border-right: 1px solid rgba(0,0,0,0.05);
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;

}
.noticia-share .autor .foto{
  float: left;
  padding-right: 1.25rem;
}
.noticia-share .autor .foto a img{
  width: 45px;
  height: auto;
  border-radius: 50%;
  transition: all .5s ease-in-out;

}
.noticia-share .autor span{
  display: block;
  font-weight: normal;
  text-transform: lowercase;
  color: #696969;
}
.noticia-share .date{
  float: left;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;

}
.noticia-share .date span{
  display: block;
  font-weight: normal;
  text-transform: lowercase;
  color: #696969;
}
.contenedor-noticia-detalles .contenedor-contenido{
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  color:#848484;
  text-align: justify;
  padding: 20px;
  font-size: 17px;
  line-height: 24px;
  box-sizing: inherit;
  margin: 0cm 0cm 10pt;
}
.contenedor-noticia-detalles .compartir{
padding: 0.9375rem 0;
margin-bottom: 0px !important;
display: block;
border-bottom: 1px solid rgba(0,0,0,0.05);
}
.contenedor-noticia-detalles .compartir .contenedor-compartir{
  float: left;
  width: 50%;

  padding-left: 1.25rem;
  font-size: 0.6875rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
}
.contenedor-noticia-detalles .compartir .contenedor-compartir span{
  display: inline-block;
  line-height: 1 !important;

  font-size: 16px;
}
.contenedor-noticia-detalles .compartir .contenedor-compartir span i{
  margin-right: 5px;
  color:#848484;
}

.contenedor-noticias-comentarios{
  display: block;
  font-weight: normal;
  line-height: 1.5;
  border: 1px solid rgba(0,0,0,0.05);
}

.comentarios-caja{
  position: relative;
  padding: 1.875rem;
  margin-bottom: 1.875rem;

}
 .comentarios-caja .comentarios-caja-titulo{
  box-sizing: inherit;

}
 .comentarios-caja .comentarios-caja-titulo h3{
font-size: 1.25rem;
font-weight: 900;
text-rendering: optimizeLegibility;
text-transform: uppercase;
margin-bottom: 1.875rem;
color: #333333;
}
.comentarios-caja .comentarios-form{
  color: #555555;
  font-weight: normal;
  line-height: 1.5;
}
.comentarios-form .form-item{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.comentarios-form .form-item label{
font-size: 0.6875rem;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.0625rem;
}

.comentarios-form .form-item input[type="text"]{
color: inherit;
font-size: 0.9375rem;
font-weight: 300;
border-width: 1;
border-color: rgba(0,0,0,0.05);
box-shadow: none;
background-color: rgba(0,0,0,0.02);
display: block;
box-sizing: border-box;
width: 100%;
height: 2.4375rem;
padding: .5rem;
border: 1px solid #cacaca;
}

.comentarios-form .form-item textarea{
  color: inherit;
  font-size: 0.9375rem;
  font-weight: 300;
  border-width: 1;
  border-color: rgba(0,0,0,0.05);
  box-shadow: none;
  background-color: rgba(0,0,0,0.02);
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 195px;
  padding: .5rem;
  border: 1px solid #cacaca;
}
.comentarios-form .form-item button{
float: right;
overflow: hidden;
text-align: right;
height: 51px;
background: #fff;
color: #666;
line-height: 1.7em;
font-weight: 500;
font-size: 20px;
font-family: inherit;
border: 1px solid #cacaca;
border-radius: 0;
margin: 0 0 0 15px;
cursor: pointer;
padding-left: 10px;
padding-right: 10px;
}
.comentarios-form .form-item button:hover{
  background: #cacaca;
  color: #555555;
}
.contenedor-noticia-left .noticia-mas-leidas{
  padding: 1.875rem;
  color:#999;
  position:relative;
}



/*----------------------------------- noticias administrador -------------------------------------------*/



#noticia-resumen{
  height: 100%;
  min-height: 100px;
}

/*------------------------------------------ nav --------------------------------------------------------*/


.t-bar{
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
  line-height: 20px;
  z-index: 9;
  display: block;
}


.top-bar-info{
  display: inline-block;
  margin-bottom: 0.8rem;
}

.top-bar-info ul{
list-style-type: none;
margin: 0;
padding: 0;
color: #222222;
font-size: 16px;

}

.top-bar-info li{
color: #170c44cc;
margin-right: 30px;
display: inline-block;
position: relative;
top: 3px;
font-size: 12px;
font-weight: bold;
}
.top-bar-info  li a{
  list-style: none;
  text-decoration: none;
  color:black;
  display: inline-block;
  outline: none;
}
.top-bar-info  li a i{
color: #377dff;
margin-right: 10px;
font-size: 20px;
position: relative;
top: 3px;
}


.col-right ul{
  color: #222222;
  font-size: 16px;
  margin-bottom: 0rem;
}

.col-right ul li a{
  list-style: none;
  text-decoration: none;
  color:black;
  display: inline-block;
  outline: none;
}





.navbar-bottom{
background: rgba(255, 255, 255, 0.8);
position: relative;
z-index: 2;
box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.04);
line-height: 1.42857143;
}
#login-password{
  border-radius: 0;
}
.btn-login-iniciar{
  border-radius: 0;
  background: black;
}



/* carousel popups */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23377dff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23377dff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}