@charset "UTF-8";
@media (max-width: 680px) {
  .table-separated tbody tr th,
  .table-separated tbody tr td {
    border-top: none;
    width: 100%;
    float: left;
    display: block;
  }
}
#Perfil .nav-link.active {
  color: #fff !important;
}
#Perfil .nav-link.active:hover {
  color: #fff !important;
}
#Perfil .nav-link {
  color: #a5b3c7 !important;
}
#Perfil .nav-link:hover {
  color: #fff !important;
  background-color: #EF8030;
}
#Perfil .text-data-secondary span {
  font-size: 12px;
}
#Perfil .tab-perfil {
  min-height: 550px;
}
#Perfil .card-perfil {
  min-height: 603px;
}
#Perfil .img-back-perfil {
  object-fit: cover;
  object-position: center;
  max-height: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
#Perfil .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem;
}
#Perfil .gallery .img {
  position: relative;
  flex: 1 0 22rem;
  margin: 1rem 0;
  height: 50vh;
  color: #fff;
  cursor: pointer;
  object-fit: contain;
}
#Perfil .gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Perfil .text-perfil-usuario {
  text-align: center;
}
#Perfil .text-perfil-usuario h5 {
  margin-bottom: 0;
}
#Perfil .img-perfil-dest {
  height: 140px;
  width: 100%;
  position: relative;
  text-align: center;
}
#Perfil .img-perfil-dest a {
  position: absolute;
  display: flex;
  bottom: -52px;
  left: 38.5%;
}
#Perfil .data-perfil-num {
  width: 32px;
  height: 32px;
  border: 2px solid grey;
  border-radius: 45px;
}
#Perfil .dataTables_empty {
  height: auto;
}
#Perfil .dataTables_wrapper,
#Perfil #tblSiguiendo,
#Perfil #tblMeSiguen {
  height: 54vh;
  overflow-y: scroll;
}
#Perfil .file-group i {
  width: 30px;
  height: 30px;
  border-radius: 20px;
}
#Perfil .file-group.file-group-inline {
  height: 40px;
  right: 0px;
  bottom: 20px;
  position: absolute;
}
#Perfil .file-group.file-group-inline button {
  padding: 5px !important;
}
#Perfil .borde-btn {
  border-radius: 20px;
  border: 1px solid #90bfcc;
  width: 170px;
  margin: 0 auto;
  background-color: #fff;
  padding: 7px;
  position: relative;
  z-index: 2;
}
#Perfil .container {
  position: relative;
}
#Perfil .container .hr {
  height: 1px;
  position: absolute;
  top: 17px;
  width: 100%;
  left: 0;
  background-color: #90bfcc;
  z-index: 1;
}
#Perfil #TabContent .media-body a.hover-terciario,
#Perfil #TabContent .CMCumpleNombreApe a {
  color: #90BFCC !important;
}
#Perfil .descrip.estado2 {
  font-size: 16px;
  margin-bottom: 134px;
  color: #90bfcc;
  display: block;
  font-weight: 500;
  width: 170px;
  padding: 7px;
  background-color: #f5f6f7;
  margin: 0 auto 20px;
  border-radius: 20px;
}
#Perfil #tblUsuarioJefe {
  margin-bottom: 0;
}
#Perfil #tblUsuarioJefe thead {
  display: none;
}

.media.NotificacionItemSinLeer {
  background-color: #ddeef3;
}

#headerBuscador h4#titleBuscador {
  display: none;
}
#headerBuscador .card-header-actions.lookup {
  width: 100%;
}
#headerBuscador .lookup.no-icon input {
  padding-left: 43px;
  width: 100%;
}
#headerBuscador button#btnBuscar {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: none;
}

#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button {
  color: #8b95a5 !important;
  font-weight: 400 !important;
  border-color: #ebebeb !important;
  padding: 0 8px !important;
  margin: 0 3px !important;
  min-width: 31px !important;
  line-height: 29px !important;
  text-align: center !important;
  border-radius: 2px !important;
}

#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.current,
#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.current:hover,
#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.previous,
#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.next {
  z-index: 1 !important;
  color: #fff !important;
  font-weight: 500 !important;
}

#tblUsuariosBusquedaBody .btn.btn-terciario.btn-outline {
  background-color: #EF8030 !important;
}

#TabContent .tab-perfil {
  min-height: none !important;
  height: auto;
  max-height: none !important;
}
#TabContent .tab-perfil #Equipo hr {
  margin-top: 0;
  margin-bottom: 10px;
}
#TabContent .dataTables_wrapper {
  height: auto;
  overflow-y: hidden;
}
#TabContent #tblEquipoUsuario_paginate {
  float: initial;
  display: block;
  height: 30px;
  margin: 0 auto;
  width: 290px;
}
#TabContent a#tblEquipoUsuario_next,
#TabContent a#tblEquipoUsuario_previous {
  margin: 5px;
  background-color: #F8A400;
  padding: 4px 11px;
  color: #fff;
  border-radius: 14px;
  cursor: pointer;
}
#TabContent a#tblEquipoUsuario_next:hover,
#TabContent a#tblEquipoUsuario_previous:hover {
  background-color: #90BFCC;
}
#TabContent a.paginate_button {
  padding: 3px;
  color: #616A78;
  cursor: pointer;
}
#TabContent a.paginate_button.current {
  padding: 3px;
  color: #F8A400;
  cursor: pointer;
}

#pnlPopUpEditImage .flex-row-reverse {
  background-color: #EF8030;
  border-radius: 4px;
}

#Detalle .gallery {
  display: block;
  flex-wrap: wrap;
}
#Detalle .gallery .img {
  position: relative;
  height: 53vh;
  color: #fff;
  cursor: pointer;
  object-fit: contain;
  min-height: 200px;
  background-color: #ccc;
}
#Detalle .gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Detalle .res a,
#Detalle .det a {
  color: #F8A400;
  line-height: normal;
  padding: 0 4px;
  border-bottom: 1px dotted #929DAF;
}
#Detalle .res a img,
#Detalle .det a img {
  cursor: pointer;
}

#Detalle .InsideContent .card #CardFooter {
  float: left;
  width: 96%;
  position: absolute;
  bottom: 0;
  right: 2%;
}
#Detalle .InsideContent .card .content .img img {
  width: 100%;
  min-height: 200px;
  background-color: #ccc;
  margin-bottom: 18px;
}

#Detalle.Left .InsideContent .img {
  width: 40%;
  float: left;
  padding-right: 1rem;
  padding-bottom: 0.7rem;
  z-index: 3;
  position: relative;
}
#Detalle.Left .InsideContent iframe,
#Detalle.Left .InsideContent video {
  width: 100%;
  height: 310px;
  background-color: #000;
}
#Detalle.Left .InsideContent .tit h3,
#Detalle.Left .InsideContent .tit h4 {
  margin: 0;
}
#Detalle.Left .InsideContent .tit hr {
  width: 60.19% !important;
  float: right !important;
}
#Detalle.Left .res a,
#Detalle.Left .det a {
  color: #EF8030;
  line-height: normal;
  padding: 0 4px;
  border-bottom: 1px dotted #929DAF;
}
#Detalle.Left .res a img,
#Detalle.Left .det a img {
  cursor: pointer;
}

#Detalle.Left .InsideContent .img {
  width: 38%;
  float: left;
  padding: 0px;
  z-index: 3;
  position: relative;
  overflow: hidden;
  margin-right: 2%;
}

#Detalle.Left .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px !important;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  font-size: 0;
  padding: 4px;
}

#Detalle.Left .swiper-pagination-bullet {
  position: relative;
  background: #929DAF;
  border: none;
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: 0.3s;
}

#Detalle.Left .swiper-pagination-bullet-active {
  background-color: #EF8030 !important;
  opacity: 0.8;
}

#Detalle.Left .swiper-pagination-bullet:hover {
  background-color: #EF8030;
  opacity: 1;
}

#Detalle.Left .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  display: inline-block;
  border-radius: 20px;
}

@media (max-width: 1350px) {
  #Detalle.Left .InsideContent .img iframe {
    height: 220px;
  }
}
@media (max-width: 680px) {
  #Detalle.Left .InsideContent .img {
    width: 100%;
    padding-right: 0;
  }
  #Detalle.Left .InsideContent .tit hr {
    width: 100% !important;
  }
}
#Organigrama .gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem 0rem;
}
#Organigrama .gallery .img {
  position: relative;
  margin: 0.3rem 0 0.8rem;
  max-height: 210px;
  color: #fff;
  object-fit: contain;
}
#Organigrama .gallery .img img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: top;
}

#OpsReconocimiento .media-list {
  height: 60vh !important;
}
#OpsReconocimiento #Ranking .media-list {
  height: 64vh !important;
}
@media (max-width: 1440px) {
  #OpsReconocimiento #Ranking .media-list {
    height: 65vh !important;
  }
}

#AboutImg .gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem 0rem;
}
#AboutImg .gallery .img {
  position: relative;
  margin: 0.3rem 0 0.8rem;
  max-height: 350px;
  color: #fff;
  object-fit: contain;
}
#AboutImg .gallery .img img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  object-position: top;
}

#Valores .card {
  height: 180px;
}
#Valores .card .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #919191;
  z-index: 3;
  text-indent: -999999px;
  opacity: 0;
}
#Valores .det {
  position: relative;
}
#Valores .det a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  text-indent: -9999999px;
}

#Valores.Listado .card-body {
  min-height: 160px;
}

#PropII .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -9999999px;
  font-size: 0;
}

.opsFormularioContainer {
  background-color: #fff;
  padding: 3%;
  font-size: 14px;
  width: 500px;
  margin: 0 auto;
}
.opsFormularioContainer .form-check-label {
  font-size: 14px;
}
.opsFormularioContainer label {
  font-size: 14px;
}
.opsFormularioContainer .form-check {
  float: left;
  margin: 5px 20px 20px 0;
  padding-right: 20px;
  width: 100%;
}
.opsFormularioContainer .form-group label {
  text-align: left;
  float: left;
  display: block;
  width: 100%;
}
.opsFormularioContainer button.btn.btn-label {
  background-color: #90BFCC;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  padding: 10px;
  color: white;
}

@media (max-width: 680px) {
  .opsFormularioContainer {
    padding: 5%;
  }
  .opsFormularioContainer {
    width: auto;
  }
}
/* Carousel Slider gallery*/
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 43px !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

.NewsContent .swiper-container-horizontal > .swiper-pagination-bullets,
.NewsContent .swiper-pagination-custom,
.NewsContent .swiper-pagination-fraction {
  bottom: 43px;
  left: 0;
  width: 100%;
  display: none;
}

#Slider .ops-swiper-button-next {
  right: 15px;
}

#Slider .ops-swiper-button-prev {
  left: 15px;
}

#Slider .ops-swiper-button-next,
#Slider .ops-swiper-button-prev {
  display: none;
}

#Slider .swiper-horizontal > .swiper-pagination-bullets,
#Slider .swiper-pagination-bullets.swiper-pagination-horizontal,
#Slider .swiper-pagination-custom,
#Slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
  position: relative;
}

.page-link {
  /*border-color: $color-divider;*/
}
.page-link:hover, .page-link:focus {
  background-color: #90BFCC;
  color: #fff !important;
  /*border-color: rgba($color-terciario, 0.5) !important;*/
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  background-color: #F8A400;
  border-color: #F8A400;
  font-weight: 500;
}

.btn-light {
  background-color: #C09474;
  color: #fff;
}

.pagination .btn {
  cursor: auto;
}
.pagination .btn-light {
  background-color: #ffffff;
  border: none;
  color: #616A78;
  border-radius: 20px;
}

.btn-light {
  background-color: #C09474;
}

select.pagSel {
  border: none;
  margin: 10px;
  padding: 9px;
  background-color: #fff;
}

.jPag-Label-Sup.resultado-pag {
  display: none;
}

#pagIni,
#pagFin,
.page-link,
#pagSiguiente,
#pagAnterior {
  background-color: #F8A400;
  color: #fff !important;
  cursor: pointer;
  border-radius: 20px !important;
}

#pagIni.btnInicio {
  padding: 0 !important;
  border-radius: 100% !important;
}

#pagFin.btnFinal {
  padding: 0 !important;
  border-radius: 100% !important;
}

#pagIni:hover,
.page-link:hover,
#pagSiguiente:hover,
#pagAnterior:hover {
  background-color: #90BFCC !important;
  color: #fff;
  cursor: pointer;
}

.pagination .btn-light {
  background-color: #ffffff;
  border: none;
  color: #616A78;
  border-radius: 0;
}

.page-link:hover,
.page-link:focus {
  background-color: #90BFCC !important;
  color: #fff !important;
}

#Slider.Home h2 a, #Slider.Home h3 a, #Slider.Home h4 a {
  color: #fff !important;
}
#Slider.Home #CardFooterSlider {
  z-index: 15;
  position: absolute;
  background-color: transparent;
  width: auto;
  bottom: 0;
  right: 0;
  height: 58px;
}
#Slider.Home #CardFooterSlider .card-footer {
  background-color: transparent;
  z-index: 12;
  border: none !important;
}
#Slider.Home #CardFooterSlider .card-footer i#ModalComentarios {
  color: #fff;
}
#Slider.Home .swiper-pagination-fraction,
#Slider.Home .swiper-pagination-custom,
#Slider.Home .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 23px !important;
  left: 3%;
  width: 76%;
  text-align: left;
  font-size: 0;
}
#Slider.Home .swiper-pagination-bullet {
  height: 5px;
  width: 40px;
  height: 6px;
  display: inline-block;
  border-radius: 10px;
  background: #D4D4D4;
  opacity: 1;
  border: none;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}
#Slider.Home .swiper-pagination-bullet-active {
  background: #EF8030 !important;
}
#Slider.Home .black-to-fade-home {
  position: absolute;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, black 100%);
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}
#Slider.Home h3 {
  position: absolute;
  height: auto;
  bottom: 39px;
  left: 3%;
  z-index: 1;
}
#Slider.Home .card .card-body {
  padding: 0;
}
#Slider.Home .swiper-container, #Slider.Home .ops-swiper-container {
  overflow: hidden;
}

.ops-swiper-container {
  position: initial !important;
}

.swiper-wrapper .swiper-slide .badge {
  position: absolute;
  top: 10px;
  right: 20px;
  opacity: 0.8;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  min-height: 10px;
}

.swiper-slide .carousel-item {
  height: 390px;
}
.swiper-slide .carousel-item img,
.swiper-slide .carousel-item a img {
  width: 100%;
  height: 100%;
}
.swiper-slide .carousel-item h3 a {
  color: #fff !important;
}

#Slider h3.text-white {
  font-size: 14px;
}
#Slider .swiper-slide .carousel-item {
  height: 340px;
}
#Slider .swiper-slide .carousel-item img {
  width: 100%;
  height: 100%;
}
#Slider .swiper-wrapper {
  /*overflow: hidden;*/
}

#Slider .gap-items-2 .text-lighter.float-md-right {
  color: #ffffff !important;
  float: left !important;
  margin-right: 20px;
}

#Slider .content-heart {
  width: 20px;
  float: left;
}

@media (max-width: 1350px) {
  .swiper-slide .carousel-item {
    height: 280px;
  }
}
@media (max-width: 990px) {
  .swiper-slide .carousel-item {
    height: auto;
  }
}
@media (max-width: 680px) {
  #Home .carousel-inner .card-body {
    padding-bottom: 0;
  }
  #Home .carousel-inner .card-body .text-white {
    margin-bottom: 0;
    font-size: 15px;
  }
  #Home .swiper-slide .carousel-item a img {
    height: auto;
  }
  #Home .swiper-slide .img {
    min-height: auto !important;
  }
  #Home #CardFooterSlider {
    padding-top: 0 !important;
  }
}
.tit-slider .hover-terciario:nth-child(2) {
  display: none;
}

.tit-slider .hover-terciario span.No {
  opacity: 0;
  width: 0;
  height: 0;
  font-size: 0;
}

.logo-header {
  background-image: url("/assets/img/brand/logos/logo-login2.png");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  height: auto;
  min-height: 110px;
  display: flex;
  margin: 0 auto;
}

.LogoFooter {
  background-image: url("/assets/img/brand/logos/logo-login2.png");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  width: 90px;
  height: auto;
  display: flex;
  margin: 0 auto;
}

::selection {
  color: #fff;
}

::-moz-selection {
  color: #fff;
}

a {
  color: #EF8030;
  transition: 0.2s linear;
}
a:hover, a:focus {
  color: #EF8030;
  text-decoration: none;
  outline: none;
}
a.media {
  color: #616A78;
}
a[class*=text-]:hover, a[class*=text-]:focus {
  text-decoration: none;
}
a[class*=hover-] {
  color: #616A78;
}

.hover-terciario:hover,
.hover-terciario:focus {
  color: #EF8030;
}

.text-title,
.text-title a {
  color: #37404D !important;
}

.text-primary,
.text-primary a {
  color: #90BFCC !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #90BFCC !important;
}

.text-secondary {
  color: #EF8030 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #EF8030 !important;
}

.text-terciario {
  color: #EF8030 !important;
}

a.text-terciario:focus, a.text-terciario:hover {
  color: #EF8030 !important;
}

.sidebar-header {
  background-color: #90BFCC;
  color: #fff;
}
.sidebar-header a {
  color: #fff;
}

.sidebar.sidebar-light .menu > .menu-item:hover > .menu-link {
  color: #EF8030;
  background-color: #fbfef9;
}
.sidebar.sidebar-light .menu > .menu-item.active.open:hover > .menu-link {
  color: #fff;
  background-color: #EF8030;
}
.sidebar.sidebar-light .menu > .menu-item > .menu-link.open {
  color: #EF8030;
  background-color: #fbfef9;
}
.sidebar.sidebar-light .menu-submenu .menu-item:hover a.menu-link,
.sidebar.sidebar-light .menu-submenu .menu-item.active a.menu-link {
  color: #EF8030;
}
.sidebar.sidebar-light .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-light .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #F8A400;
  border-color: #F8A400;
}
.sidebar.sidebar-light .menu > .menu-item > .menu-submenu > .menu-item > .menu-submenu-3 > .menu-item > a.menu-link {
  color: #616A78 !important;
}
.sidebar.sidebar-light .menu > .menu-item.open > .menu-submenu > .menu-item > .menu-submenu-3 > .menu-item:hover > a.menu-link,
.sidebar.sidebar-light .menu > .menu-item.active > .menu-submenu > .menu-item.active > .menu-submenu-3 > .menu-item.active > a.menu-link {
  color: #C70064 !important;
}
.sidebar.sidebar-light .menu-submenu-3 .menu-item:hover a.menu-link,
.sidebar.sidebar-light .menu-submenu-3 .menu-item.active a.menu-link {
  color: #C70064;
}
.sidebar.sidebar-light .menu-submenu-3 .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-light .menu-submenu-3 .menu-item:hover > .menu-link .dot::after {
  background-color: #C70064;
  border-color: #C70064;
}

.sidebar .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #EF8030 !important;
}
.sidebar.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(239, 128, 48, 0.95) !important;
}
.sidebar.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(239, 128, 48, 0.85) !important;
}
.sidebar.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #EF8030;
}
.sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #EF8030;
}
.sidebar .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #EF8030;
}
.sidebar.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #EF8030 !important;
}
.sidebar .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #EF8030;
  border-color: #EF8030;
}
.sidebar .menu > .menu-item.open > .menu-submenu > .menu-item:hover > .menu-submenu-3 > .menu-item > a.menu-link {
  color: #616A78 !important;
}
.sidebar .menu > .menu-item.open > .menu-submenu > .menu-item > .menu-submenu-3 > .menu-item:hover > a.menu-link,
.sidebar .menu > .menu-item.open > .menu-submenu > .menu-item > .menu-submenu-3 > .menu-item.active > a.menu-link {
  color: #C70064;
}
.sidebar .menu-submenu-3 .menu-item.active > .menu-link .dot::after, .sidebar .menu-submenu-3 .menu-item:hover > .menu-link .dot::after {
  background-color: #C70064;
  border-color: #C70064;
}

.topbar .menu-item:hover > .menu-link, .topbar .menu-item.active > .menu-link {
  border-top-color: #90BFCC;
}

.menu-submenu .menu-item:hover > .menu-link {
  color: #616A78;
}
.menu-submenu .menu-item.active > .menu-link {
  color: #616A78;
}
.menu-submenu .menu-item .dot::after {
  border-color: #616A78;
}

.dropdown.show .topbar-btn {
  border-top-color: #90BFCC;
}

.topbar-btn:hover {
  border-top-color: #90BFCC;
}

.fc-event:not(.badge),
.fc-event-dot:not(.badge) {
  background-color: #90BFCC;
}

.dropdown.show .nav-link {
  border-bottom-color: #90BFCC;
}

.header-action .nav-link.active, .header-action .nav-link:hover {
  border-bottom-color: #90BFCC;
}

.topbar-right .dropdown-menu::before, .topbar-right .dropdown-menu::after,
.topbar-right .dropdown-grid::before,
.topbar-right .dropdown-grid::after {
  left: 165px;
}
.topbar-right li.show span.topbar-btn {
  color: #90BFCC !important;
}

.btn-primary {
  color: #fff;
  background-color: #90BFCC;
  border-color: #90BFCC;
}
.btn-primary:hover {
  color: #fff;
  background-color: #90BFCC;
  border-color: #90BFCC;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #90BFCC;
  border-color: #90BFCC;
}
.btn-primary.active, .btn-primary:active {
  background-color: #90BFCC;
  background-image: none;
  border-color: #90BFCC;
}

.show > .btn-primary.dropdown-toggle {
  background-color: #90BFCC;
  background-image: none;
  border-color: #90BFCC;
}

.btn-secondary {
  color: #fff;
  background-color: #EF8030;
  border-color: #EF8030;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #EF8030;
  border-color: #EF8030;
}
.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #EF8030;
  border-color: #EF8030;
}
.btn-secondary.active, .btn-secondary:active {
  background-color: #EF8030;
  background-image: none;
  border-color: #EF8030;
}

.show > .btn-secondary.dropdown-toggle {
  background-color: #EF8030;
  background-image: none;
  border-color: #EF8030;
}

.btn-terciario,
.btn-tertiary {
  color: #fff;
  background-color: #EF8030;
  border-color: #EF8030;
}
.btn-terciario:hover,
.btn-tertiary:hover {
  color: #fff;
}
.btn-terciario.focus, .btn-terciario:focus,
.btn-tertiary.focus,
.btn-tertiary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-terciario.disabled, .btn-terciario:disabled,
.btn-tertiary.disabled,
.btn-tertiary:disabled {
  background-color: #EF8030;
  border-color: #EF8030;
}
.btn-terciario.active, .btn-terciario:active,
.btn-tertiary.active,
.btn-tertiary:active {
  background-color: #EF8030;
  background-image: none;
  border-color: #EF8030;
}

.show > .btn-terciario.dropdown-toggle,
.btn-tertiary.dropdown-toggle {
  background-color: #EF8030;
  background-image: none;
  border-color: #EF8030;
}

.btn-outline-primary {
  color: #90BFCC;
  background-color: transparent;
  background-image: none;
  border-color: #90BFCC;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #90BFCC;
  border-color: #90BFCC;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #90BFCC;
  background-color: transparent;
}
.btn-outline-primary.active, .btn-outline-primary:active {
  color: #fff;
  background-color: #90BFCC;
  border-color: #90BFCC;
}

.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #90BFCC;
  border-color: #90BFCC;
}

.btn-outline-secondary {
  color: #EF8030;
  background-color: transparent;
  background-image: none;
  border-color: #EF8030;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #EF8030;
  border-color: #EF8030;
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #EF8030;
  background-color: transparent;
}
.btn-outline-secondary.active, .btn-outline-secondary:active {
  color: #fff;
  background-color: #EF8030;
  border-color: #EF8030;
}

.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #EF8030;
  border-color: #EF8030;
}

.badge-primary {
  color: #fff;
  background-color: #90BFCC;
}
.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #90BFCC;
}

.badge-secondary {
  color: #fff;
  background-color: #EF8030;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #EF8030;
}

.text-white a {
  color: #fff !important;
}

.bg-primary {
  background-color: #90BFCC !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #90BFCC !important;
}

.bg-secondary {
  background-color: #EF8030 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.border-primary {
  border-color: #90BFCC !important;
}

.border-secondary {
  border-color: #EF8030 !important;
}

.card-footer {
  color: #EF8030;
}

li > a {
  color: #EF8030;
}
li > a:hover {
  color: #90BFCC;
}

.site-footer a:hover {
  color: #90BFCC;
}

#NuevosIngresos .card {
  max-height: 67.6vh;
  margin-bottom: 30px;
}

#IngresosList .img img,
#CardListDefault .img img {
  width: 100% !important;
}

#CardListDefault .card-body {
  min-height: 20vh;
}

#Cumple .card {
  max-height: 40.4vh;
}

#pnlCumpleanoCM {
  height: 220px !important;
  overflow-y: auto !important;
}

#centro-notificaciones-container #pnlAniversarioMesOPS a.btn.btn-xs.btn-bold.btn-round.btn-terciario,
#centro-notificaciones-container #pnlCumpleanoMesOPS a.btn.btn-xs.btn-bold.btn-round.btn-terciario,
#centro-notificaciones-container #pnlCumpleanoCM a.btn.btn-xs.btn-bold.btn-round.btn-terciario {
  position: relative;
  margin-top: -9px;
}

#Home #pnlCumpleanoCM a.btn.btn-xs.btn-bold.btn-round.btn-terciario {
  position: relative;
  margin-top: -9px;
}

#pnlAniversarioMesOPS .media.media-single,
#pnlCumpleanoMesOPS .media.media-single,
#pnlCumpleanoCM .media.media-single {
  position: relative;
}

#ImgSwipe .card {
  overflow: hidden;
}
#ImgSwipe .swiper-slide .carousel-item {
  height: 180px !important;
}
#ImgSwipe .absolute-content {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

#TeaserImg .card {
  overflow: hidden;
}

#Tiendas #TieContent .card {
  height: 390px;
  overflow: hidden;
}
#Tiendas #TieContent .card .img a {
  margin: 0 auto;
  width: 200px;
  display: block;
}

.MensajeSinCumpleHome {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #F8A400 !important;
  padding: 1rem !important;
}

#GaleHome .card-body .res {
  height: 34px;
  overflow: hidden;
}
#GaleHome .NewsComponent.card {
  margin-bottom: 0 !important;
  border-radius: 0;
}
#GaleHome div.text-center.bt-1 {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#GaleHome .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -9999999px;
  font-size: 0;
  z-index: 1;
}

#weather .clima {
  font-size: 12px;
  color: #EF8030 !important;
}

#Documentos #MenuSuperior ul li {
  margin-bottom: 2px;
}
#Documentos .busResultado4 {
  font-weight: bold;
  text-align: center;
  background: white;
  padding: 1rem;
  border-radius: 0.25rem;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}

button,
input,
optgroup,
select,
textarea {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

canvas:focus {
  outline: none;
}

::selection {
  background: #a8cdd7;
  color: #fff;
}

::-moz-selection {
  background: #a8cdd7;
  color: #fff;
}

a {
  color: #90BFCC;
  transition: 0.2s linear;
}
a:hover, a:focus {
  color: #616A78;
  text-decoration: none;
  outline: none;
}
a.media {
  color: #616A78;
}
a[class*=text-]:hover, a[class*=text-]:focus {
  text-decoration: none;
}
a[class*=hover-] {
  color: #616A78;
}

b,
strong {
  font-weight: 600;
  color: #465161;
}

small,
time,
.small {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #EF8030;
}
small a,
time a,
.small a {
  color: #EF8030;
  border-bottom: 1px dotted #EF8030;
}
small a:hover,
time a:hover,
.small a:hover {
  color: #90BFCC;
  border-bottom-color: transparent;
}

.lead {
  font-size: 14px;
  line-height: 32px;
}

.semibold {
  font-weight: 400;
}

.dropcap:first-child:first-letter {
  float: left;
  color: #903;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.3px;
  margin-bottom: 0.9rem;
}
h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong,
h4 b,
h4 strong,
h5 b,
h5 strong,
h6 b,
h6 strong,
.h1 b,
.h1 strong,
.h2 b,
.h2 strong,
.h3 b,
.h3 strong,
.h4 b,
.h4 strong,
.h5 b,
.h5 strong,
.h6 b,
.h6 strong {
  font-weight: 400;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-size: 65%;
}
h1 a,
h1 a[class*=hover-],
h2 a,
h2 a[class*=hover-],
h3 a,
h3 a[class*=hover-],
h4 a,
h4 a[class*=hover-],
h5 a,
h5 a[class*=hover-],
h6 a,
h6 a[class*=hover-],
.h1 a,
.h1 a[class*=hover-],
.h2 a,
.h2 a[class*=hover-],
.h3 a,
.h3 a[class*=hover-],
.h4 a,
.h4 a[class*=hover-],
.h5 a,
.h5 a[class*=hover-],
.h6 a,
.h6 a[class*=hover-] {
  color: #37404D;
}

h1,
.h1 {
  font-size: 24px;
}

h2,
.h2 {
  font-size: 22px;
}

h3,
.h3 {
  font-size: 18px;
}

h4,
.h4 {
  font-size: 16px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 13px;
}

.font-alt {
  font-family: Roboto, sans-serif;
}

.sidetitle {
  font-style: italic;
  margin-left: 0.5rem;
}
.sidetitle::before {
  content: "— ";
}

.subtitle {
  display: block;
  margin-top: 8px;
}

.list-iconic {
  list-style: none;
  padding-left: 1.5rem;
}
.list-iconic .icon {
  padding-right: 0.5rem;
  font-size: 0.75em;
}

.blockquote {
  font-style: italic;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  color: #616A78;
}
.blockquote p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}
.blockquote a {
  color: #616A78;
}
.blockquote footer {
  color: #EF8030;
  font-size: 0.875rem;
}
.blockquote footer::before {
  content: "— ";
}

.blockquote-inverse,
.blockquote-inverse footer {
  color: #fff;
}

dt {
  font-weight: 400;
}

time {
  font-size: 12px;
  color: #EF8030;
}

.dl-inline dt,
.dl-inline dd {
  display: inline-block;
}
.dl-inline dd {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  html {
    font-size: 14px;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 13px;
  }
  .blockquote {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 15px;
  }
  h1,
  .h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 16px;
  }
  h5,
  .h5 {
    font-size: 14px;
  }
  h6,
  .h6 {
    font-size: 13px;
  }
  .lead {
    font-size: 15px;
  }
  .blockquote {
    margin-left: 0;
    margin-right: 0;
  }
}
.content-heart {
  position: relative;
  display: inline-block;
  width: auto;
  padding-left: 21px;
}

.heart {
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-image: url("/assets/img/bg/web_heart_animation4.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 2900%;
  position: absolute;
  top: -18px;
  left: -17px;
}

.heart.is_animating,
.heart:hover {
  background-position: right;
}

.is_animating {
  animation: heart-burst 0.8s steps(28) 1;
}

@keyframes heart-burst {
  from {
    background-position: left;
  }
  to {
    background-position: right;
  }
}
hr {
  border-top-color: rgba(97, 106, 120, 0.07);
}

.divider-dash {
  opacity: 0.7;
  margin: 0 4px;
  vertical-align: middle;
  color: #EF8030;
}
.divider-dash::before {
  content: "— ";
}

.divider-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 4px;
  vertical-align: middle;
  opacity: 0.5;
  background-color: #EF8030;
}

.divider-line {
  display: inline-flex;
  height: 20px;
  width: 1px;
  margin: 0 4px;
  background-color: rgba(97, 106, 120, 0.07);
}

.divider {
  display: flex;
  align-items: center;
  flex: 0;
  color: #EF8030;
  font-size: 11px;
  letter-spacing: 0.5px;
  margin: 2rem auto;
  width: 100%;
}
.divider::before, .divider::after {
  content: "";
  flex-grow: 1;
  border-top: 1px solid #ebebeb;
}
.divider::before {
  margin-right: 16px;
}
.divider::after {
  margin-left: 16px;
}
.divider a {
  color: #EF8030;
}

.divider-vertical {
  display: inline-flex;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2rem;
}
.divider-vertical::before, .divider-vertical::after {
  border-top: none;
  border-right: 1px solid #ebebeb;
  margin: 0;
}
.divider-vertical::before {
  margin-bottom: 16px;
}
.divider-vertical::after {
  margin-top: 16px;
}

.hr-sm,
.divider-sm {
  margin: 1rem auto;
}

.hr-lg,
.divider-lg {
  margin: 3rem auto;
}

.divider-vertical.divider-sm {
  padding: 0 1rem;
}
.divider-vertical.divider-lg {
  padding: 0 3rem;
}

.article a {
  color: #90BFCC;
}
.article .lead {
  font-size: 17px;
  color: #788394;
  opacity: 0.8;
}
.article p {
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.1px;
}
.article b, .article strong {
  font-weight: 500;
}
.article blockquote {
  margin: 40px 0;
}
.article blockquote p {
  font-size: 18px;
}

.container-article {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .article .lead {
    font-size: 15px;
  }
  .article p {
    font-size: 13px;
    line-height: 24px;
  }
  .article blockquote p {
    font-size: 15px;
  }
}
pre {
  background-color: #f9fafb;
  border-left: 5px solid #ebebeb;
  padding: 12px;
  border-radius: 3px;
  color: #788394;
}

code {
  white-space: nowrap;
  color: #ba5e63;
}

.code-bold {
  color: #bd4147;
  font-weight: 600;
  letter-spacing: 0.5px;
}

kbd {
  background-color: #465161;
}

.pre-scrollable {
  max-height: 360px;
}

.clipboard-copy {
  position: absolute;
  top: 6px;
  right: 13px;
  line-height: 20px;
  opacity: 0;
  z-index: 9;
  transition: opacity 0.5s;
}
.clipboard-copy:hover {
  text-decoration: none;
}

pre:hover .clipboard-copy {
  opacity: 1;
  transition: transform 0s, opacity 0.5s;
}

:not(pre) > code[class*=language-],
pre[class*=language-] {
  position: relative;
  background-color: #f9fafb;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 25px;
  word-wrap: normal;
  border: 1px solid #ebebeb;
}

.line-numbers .line-numbers-rows {
  border-right-color: #ebebeb;
}

div.prism-show-language > div.prism-show-language-label {
  border-radius: 0;
  background-color: transparent;
  color: #EF8030;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  opacity: 0.5;
  letter-spacing: 1px;
  right: 8px;
  top: 4px;
}

.prism-show-language {
  display: none;
}

.line-highlight {
  background: rgba(255, 255, 0, 0.1);
}

.token.badge {
  font-size: 100%;
  padding: 0;
}

.code-preview {
  border: 1px solid #ebebeb;
  border-bottom: none;
  padding: 20px;
  background-color: #fff;
}
.code-preview > *:last-child {
  margin-bottom: 0;
}

.code-title {
  background-color: #f9fafb;
  border: 1px solid #ebebeb;
  border-bottom: none;
  padding: 15px 20px;
  margin-bottom: 0;
}
.code-title > *:last-child {
  margin-bottom: 0;
}

.code {
  margin-bottom: 30px;
}
.code.code-fold pre {
  display: none;
}
.code pre {
  margin-bottom: 0;
}
.code.show-language .prism-show-language {
  display: block;
}

.code-card .code-title {
  font-family: Roboto, sans-serif;
}
.code-card .code-preview {
  padding: 0;
}

.code-toggler {
  border-top: 1px solid #ebebeb;
  margin-top: -1px;
  text-align: right;
}
.code-toggler .btn {
  border-radius: 0;
  background-color: #f9fafb;
  border-top: none;
  color: #EF8030;
}
.code-toggler .btn i {
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.img-thumbnail {
  padding: 0.25rem;
  border-color: #f3f3f3;
  border-radius: 3px;
}

.img-shadow {
  box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.2);
}

.img-outside-right {
  overflow: hidden;
}
.img-outside-right img {
  width: 100%;
  transform: translateX(15%);
}

.img-object-fit {
  object-fit: cover;
  object-position: center;
  max-height: 100%;
  min-height: 175px;
  width: 100%;
}

.content-object-fit {
  height: 175px;
  width: 100%;
}

.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #EF8030;
  text-transform: uppercase;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  vertical-align: top;
}

.avatar.user {
  background-image: url(/assets/img/avatar/user.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: #eaeaea;
}

.media .avatar {
  background-image: url(/assets/img/avatar/user.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: #eaeaea;
}

.avatar-bordered {
  border: 4px solid #fff;
  -webkit-background-clip: padding-box; /* for Safari */
  background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
}

.avatar-square {
  border-radius: 0;
}

.avatar-sm {
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-size: 0.75rem;
}

.avatar-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.125rem;
}

.avatar-xl {
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 1.25rem;
}

.avatar-xxl {
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 1.375rem;
}

.avatar-xxxl {
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 1.5rem;
}

.avatar-pill {
  width: auto;
  border-radius: 18px;
  color: #788394;
  text-transform: none;
  letter-spacing: 0;
  background-color: #f9fafb;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
}
.avatar-pill:hover, .avatar-pill:focus {
  color: #788394;
  background-color: #f5f6f7;
}
.avatar-pill img {
  width: 36px;
}
.avatar-pill span {
  padding-right: 18px;
  padding-left: 8px;
}
.avatar-pill .close {
  padding-left: 0;
  padding-right: 8px;
  font-size: 19px;
  line-height: inherit;
}
.avatar-pill.avatar-sm {
  border-radius: 14.5px;
  font-size: 0.8125rem;
}
.avatar-pill.avatar-sm img {
  width: 29px;
}
.avatar-pill.avatar-sm span {
  padding-right: 14.5px;
}
.avatar-pill.avatar-sm .close {
  padding-right: 6px;
  font-size: 18px;
}
.avatar-pill.avatar-lg {
  border-radius: 24px;
  font-size: 0.9375rem;
}
.avatar-pill.avatar-lg img {
  width: 48px;
}
.avatar-pill.avatar-lg span {
  padding-right: 24px;
}
.avatar-pill.avatar-lg .close {
  padding-right: 10px;
  font-size: 20px;
}
.avatar-pill.avatar-xl {
  border-radius: 33px;
  font-size: 1rem;
}
.avatar-pill.avatar-xl img {
  width: 66px;
}
.avatar-pill.avatar-xl span {
  padding-right: 33px;
  padding-left: 12px;
}
.avatar-pill.avatar-xl .close {
  padding-right: 12px;
  font-size: 22px;
}
.avatar-pill.avatar-xxl {
  border-radius: 42.5px;
  font-size: 1.125rem;
}
.avatar-pill.avatar-xxl img {
  width: 85px;
}
.avatar-pill.avatar-xxl span {
  padding-right: 42.5px;
  padding-left: 12px;
}
.avatar-pill.avatar-xxl .close {
  padding-right: 16px;
  font-size: 24px;
}
.avatar-pill.avatar-xxxl {
  border-radius: 60px;
  font-size: 1.25rem;
}
.avatar-pill.avatar-xxxl img {
  width: 120px;
}
.avatar-pill.avatar-xxxl span {
  padding-right: 60px;
  padding-left: 12px;
}
.avatar-pill.avatar-xxxl .close {
  padding-right: 20px;
  font-size: 24px;
}

.avatar[class*=status-]::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #90BFCC;
}
.avatar[class*=status-].avatar-sm::after {
  right: -2px;
  width: 9px;
  height: 9px;
}
.avatar[class*=status-].avatar-lg::after {
  right: 4px;
}
.avatar[class*=status-].avatar-xl::after {
  right: 5px;
  width: 11px;
  height: 11px;
}
.avatar[class*=status-].avatar-xxl::after {
  right: 15px;
  width: 12px;
  height: 12px;
}
.avatar[class*=status-].avatar-xxxl::after {
  right: 25px;
  width: 16px;
  height: 16px;
}

.avatar.status-success::after {
  background-color: #15c377;
}

.avatar.status-info::after {
  background-color: #48B0F7;
}

.avatar.status-warning::after {
  background-color: #faa64b;
}

.avatar.status-danger::after {
  background-color: #f96868;
}

.avatar.status-dark::after {
  background-color: #465161;
}

.avatar-list {
  display: inline-flex;
}
.avatar-list:not(.avatar-list-overlap) {
  margin: -2px;
}
.avatar-list:not(.avatar-list-overlap) > * {
  margin: 2px;
}

.avatar-list-overlap .avatar {
  border: 2px solid #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  transition: 0.15s linear;
}
.avatar-list-overlap .avatar + .avatar {
  margin-left: -16px;
}
.avatar-list-overlap .avatar + .avatar-sm {
  margin-left: -12px;
}
.avatar-list-overlap .avatar + .avatar-lg {
  margin-left: -20px;
}
.avatar-list-overlap .avatar + .avatar-xl {
  margin-left: -26px;
}
.avatar-list-overlap .avatar + .avatar-xxl {
  margin-left: -36px;
}
.avatar-list-overlap .avatar + .avatar-xxxl {
  margin-left: -48px;
}
.avatar-list-overlap .overlap-exclude,
.avatar-list-overlap .avatar:hover + .avatar {
  margin-left: 0;
}

.avatar-add {
  font-family: themify;
  background-color: transparent;
  border: 1px dashed #f39d5f;
  color: #EF8030;
  font-size: 0.875rem;
}
.avatar-add::before {
  content: "\e61a";
}
.avatar-add:hover {
  background-color: #90BFCC;
  border-color: #90BFCC;
  color: #fff;
}

.avatar-more span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
}
.avatar-more:hover span {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
}

[data-provide~=more-avatar] ~ .avatar {
  display: none;
}

[class*=img-hov-] {
  overflow: hidden;
}
[class*=img-hov-] img {
  transition: 0.45s;
  -webkit-backface-visibility: hidden;
}

.img-hov-fadein {
  transition: 0.45s;
}
.img-hov-fadein:hover {
  opacity: 0.7;
}

.img-hov-fadeout {
  opacity: 0.7;
  transition: 0.45s;
}
.img-hov-fadeout:hover {
  opacity: 1;
}

.img-hov-zoomin img:hover {
  transform: scale(1.045);
}

.img-hov-zoomout img {
  transform: scale(1.045);
}
.img-hov-zoomout img:hover {
  transform: scale(1);
}

.img-hov-stretchin img {
  transform-origin: left top 0;
}
.img-hov-stretchin img:hover {
  transform: scale(1.045);
}

.img-hov-stretchout img {
  transform-origin: left top 0;
  transform: scale(1.045);
}
.img-hov-stretchout img:hover {
  transform: scale(1);
}

.img-hov-slideleft img {
  transform-origin: left center 0;
  transform: scale(1.045) translateX(0);
}
.img-hov-slideleft img:hover {
  transform: scale(1.045) translateX(-4.5%);
}

.img-hov-slideright img {
  transform-origin: right center 0;
  transform: scale(1.045) translateX(0);
}
.img-hov-slideright img:hover {
  transform: scale(1.045) translateX(4.5%);
}

.img-hov-slideup img {
  transform-origin: center top 0;
  transform: scale(1.045) translateY(0);
}
.img-hov-slideup img:hover {
  transform: scale(1.045) translateY(-4.5%);
}

.img-hov-slidedown img {
  transform-origin: center bottom 0;
  transform: scale(1.045) translateY(0);
}
.img-hov-slidedown img:hover {
  transform: scale(1.045) translateY(4.5%);
}

.img-hov-rotateleft img {
  transform: rotateZ(0) scale(1);
}
.img-hov-rotateleft img:hover {
  transform: rotateZ(-5deg) scale(1.1);
}

.img-hov-rotateright img {
  transform: rotateZ(0) scale(1);
}
.img-hov-rotateright img:hover {
  transform: rotateZ(5deg) scale(1.1);
}

.teaser {
  background: #465161;
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
}
.teaser img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  width: 100%;
  opacity: 0.7;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.teaser figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.teaser figcaption::before, .teaser figcaption::after {
  pointer-events: none;
}
.teaser figcaption,
.teaser figcaption > a:not(.btn) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teaser figcaption > a {
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.teaser h2,
.teaser h3,
.teaser h4 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  margin: 0;
}
.teaser h2 span,
.teaser h3 span,
.teaser h4 span {
  font-weight: 500;
}
.teaser p {
  letter-spacing: 1px;
  font-size: 68.5%;
  margin: 0;
}

.teaser-honey img {
  opacity: 0.9;
  transition: opacity 0.35s;
}
.teaser-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #90BFCC;
  content: "";
  transform: translate3d(0, 10px, 0);
}
.teaser-honey h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  transform: translate3d(0, -30px, 0);
}
.teaser-honey h3 i {
  font-style: normal;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, -30px, 0);
}
.teaser-honey figcaption::before,
.teaser-honey h3 {
  transition: transform 0.35s;
}
.teaser-honey:hover img {
  opacity: 0.5;
}
.teaser-honey:hover figcaption::before, .teaser-honey:hover h3, .teaser-honey:hover h3 i {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.teaser-zoe figcaption {
  top: auto;
  bottom: 0;
  padding: 1em;
  height: 3.75em;
  background: #fff;
  color: #3c4a50;
  transition: transform 0.35s;
  transform: translate3d(0, 100%, 0);
}
.teaser-zoe h3 {
  color: #37404D;
  float: left;
}
.teaser-zoe .icon-links a {
  float: right;
  color: #616A78;
  font-size: 1.4em;
}
.teaser-zoe:hover .icon-links a:hover, .teaser-zoe:hover .icon-links a:focus {
  color: #37404D;
}
.teaser-zoe p.description {
  position: absolute;
  bottom: 8em;
  padding: 2em;
  color: #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
}
.teaser-zoe h3,
.teaser-zoe .icon-links a {
  transition: transform 0.35s;
  transform: translate3d(0, 200%, 0);
}
.teaser-zoe .icon-links a span::before {
  padding: 8px 10px;
}
.teaser-zoe h3 {
  display: inline-block;
}
.teaser-zoe:hover p.description {
  opacity: 1;
}
.teaser-zoe:hover figcaption, .teaser-zoe:hover h3, .teaser-zoe:hover .icon-links a {
  transform: translate3d(0, 0, 0);
}
.teaser-zoe:hover h3 {
  transition-delay: 0.05s;
}
.teaser-zoe:hover .icon-links a:nth-child(3) {
  transition-delay: 0.1s;
}
.teaser-zoe:hover .icon-links a:nth-child(2) {
  transition-delay: 0.15s;
}
.teaser-zoe:hover .icon-links a:first-child {
  transition-delay: 0.2s;
}

.teaser-marley figcaption {
  text-align: right;
}
.teaser-marley h3,
.teaser-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}
.teaser-marley p {
  bottom: 30px;
  line-height: 1.5;
  transform: translate3d(0, 100%, 0);
}
.teaser-marley h3 {
  top: 30px;
  transition: transform 0.35s;
  transform: translate3d(0, 20px, 0);
}
.teaser-marley:hover h3 {
  transform: translate3d(0, 0, 0);
}
.teaser-marley h3::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: "";
  transform: translate3d(0, 40px, 0);
}
.teaser-marley h3::after,
.teaser-marley p {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.teaser-marley:hover h3::after, .teaser-marley:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.teaser-bubba img {
  opacity: 0.7;
  transition: opacity 0.35s;
}
.teaser-bubba:hover img {
  opacity: 0.4;
}
.teaser-bubba figcaption::before,
.teaser-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.teaser-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
}
.teaser-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
}
.teaser-bubba h3 {
  padding-top: 27%;
  transition: transform 0.35s;
  transform: translate3d(0, -20px, 0);
}
.teaser-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 20px, 0);
}
.teaser-bubba:hover figcaption::before, .teaser-bubba:hover figcaption::after {
  opacity: 1;
  transform: scale(1);
}
.teaser-bubba:hover h3, .teaser-bubba:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.teaser-milo img {
  max-width: none;
  width: 100%;
  opacity: 1;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-20px, 0, 0) scale(1.12);
  backface-visibility: hidden;
}
.teaser-milo h3 {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 1em 1.2em;
}
.teaser-milo p {
  padding: 0 10px 0 0;
  width: 50%;
  border-right: 1px solid #fff;
  text-align: right;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-40px, 0, 0);
}
.teaser-milo:hover img {
  opacity: 0.5;
  transform: translate3d(0, 0, 0) scale(1);
}
.teaser-milo:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.teaser-hera h3 {
  font-size: 158.75%;
}
.teaser-hera h3,
.teaser-hera p {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0);
  transform-origin: 50%;
}
.teaser-hera figcaption::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  border: 2px solid #fff;
  content: "";
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform-origin: 50%;
}
.teaser-hera p {
  width: 60px;
  text-transform: none;
  font-size: 121%;
  line-height: 2;
}
.teaser-hera p a {
  color: #fff;
}
.teaser-hera p a:hover,
.teaser-hera p a:focus {
  opacity: 0.6;
}
.teaser-hera p a i {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
}
.teaser-hera p a:first-child i {
  transform: translate3d(-60px, -60px, 0);
}
.teaser-hera p a:nth-child(2) i {
  transform: translate3d(60px, -60px, 0);
}
.teaser-hera p a:nth-child(3) i {
  transform: translate3d(-60px, 60px, 0);
}
.teaser-hera p a:nth-child(4) i {
  transform: translate3d(60px, 60px, 0);
}
.teaser-hera:hover figcaption::before {
  opacity: 1;
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}
.teaser-hera:hover h3 {
  opacity: 0;
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}
.teaser-hera:hover p i:empty {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.teaser-winston {
  text-align: left;
}
.teaser-winston img {
  transition: opacity 0.45s;
  backface-visibility: hidden;
}
.teaser-winston figcaption::before {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 200%;
  height: 100%;
  background-color: #fff;
  content: "";
  transition: opacity 0.45s, transform 0.45s;
  transform-origin: 0 100%;
}
.teaser-winston h3 {
  transition: transform 0.35s;
  transform: translate3d(0, 20px, 0);
}
.teaser-winston p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 1.5em 7% 0;
}
.teaser-winston a {
  margin: 0 10px;
  color: #37404D;
  font-size: 170%;
}
.teaser-winston a:hover,
.teaser-winston a:focus {
  color: #90BFCC;
}
.teaser-winston p a i {
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 50px, 0);
}
.teaser-winston:hover img {
  opacity: 0.6;
}
.teaser-winston:hover h3 {
  transform: translate3d(0, 0, 0);
}
.teaser-winston:hover figcaption::before {
  opacity: 0.7;
  transform: rotate3d(0, 0, 1, -15deg);
}
.teaser-winston:hover p i {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.teaser-winston:hover p a:nth-child(3) i {
  transition-delay: 0.05s;
}
.teaser-winston:hover p a:nth-child(2) i {
  transition-delay: 0.1s;
}
.teaser-winston:hover p a:first-child i {
  transition-delay: 0.15s;
}

.teaser-terry figcaption {
  padding: 1em;
}
.teaser-terry figcaption::before,
.teaser-terry figcaption::after {
  position: absolute;
  width: 200%;
  height: 200%;
  border-style: solid;
  border-color: #101010;
  content: "";
  transition: transform 0.35s;
}
.teaser-terry figcaption::before {
  right: 0;
  bottom: 0;
  border-width: 0 70px 60px 0;
  transform: translate3d(70px, 60px, 0);
}
.teaser-terry figcaption::after {
  top: 0;
  left: 0;
  border-width: 15px 0 0 15px;
  transform: translate3d(-15px, -15px, 0);
}
.teaser-terry img,
.teaser-terry p a {
  transition: opacity 0.35s, transform 0.35s;
}
.teaser-terry img {
  opacity: 0.85;
}
.teaser-terry h3 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.4em 10px;
  width: 50%;
  transition: transform 0.35s;
  transform: translate3d(100%, 0, 0);
}
@media screen and (max-width: 920px) {
  .teaser-terry h3 {
    padding: 0.75em 10px;
    font-size: 120%;
  }
}
.teaser-terry p {
  float: right;
  clear: both;
  text-align: left;
  text-transform: none;
  font-size: 111%;
}
.teaser-terry p a {
  display: block;
  margin-bottom: 1em;
  color: #fff;
  opacity: 0;
  transform: translate3d(90px, 0, 0);
}
.teaser-terry p a:hover,
.teaser-terry p a:focus {
  color: #f3cf3f;
}
.teaser-terry:hover figcaption::before, .teaser-terry:hover figcaption::after {
  transform: translate3d(0, 0, 0);
}
.teaser-terry:hover img {
  opacity: 0.6;
}
.teaser-terry:hover h3, .teaser-terry:hover p a {
  transform: translate3d(0, 0, 0);
}
.teaser-terry:hover p a {
  opacity: 1;
}
.teaser-terry:hover p a:first-child {
  transition-delay: 0.025s;
}
.teaser-terry:hover p a:nth-child(2) {
  transition-delay: 0.05s;
}
.teaser-terry:hover p a:nth-child(3) {
  transition-delay: 0.075s;
}
.teaser-terry:hover p a:nth-child(4) {
  transition-delay: 0.1s;
}

.teaser-steve {
  z-index: auto;
  overflow: visible;
}
.teaser-steve:before,
.teaser-steve h2:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #000;
  content: "";
  transition: opacity 0.35s;
}
.teaser-steve:before {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.teaser-steve figcaption {
  z-index: 1;
}
.teaser-steve img {
  opacity: 1;
  transition: transform 0.35s;
  transform: perspective(1000px) translate3d(0, 0, 0);
}
.teaser-steve h2,
.teaser-steve p {
  background: #fff;
  color: #2d434e;
}
.teaser-steve h2 {
  position: relative;
  margin-top: 2em;
  padding: 0.25em;
}
.teaser-steve h2:before {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.teaser-steve p {
  margin-top: 1em;
  padding: 0.5em;
  font-weight: 800;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale3d(0.9, 0.9, 1);
}
.teaser-steve:hover:before {
  opacity: 1;
}
.teaser-steve:hover img {
  transform: perspective(1000px) translate3d(0, 0, 21px);
}
.teaser-steve:hover h2:before {
  opacity: 0;
}
.teaser-steve:hover p {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.teaser-kira {
  text-align: left;
}
.teaser-kira img {
  transition: opacity 0.35s;
}
.teaser-kira figcaption {
  z-index: 1;
}
.teaser-kira h2 {
  color: #fff;
}
.teaser-kira p {
  padding: 28px 10px;
  font-weight: 500;
  font-size: 100%;
  opacity: 0;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, -10px, 0);
}
.teaser-kira p a {
  margin: 0 0.5em;
  color: #37404D;
  vertical-align: middle;
}
.teaser-kira p a:hover, .teaser-kira p a:focus {
  opacity: 0.6;
}
.teaser-kira figcaption::before {
  position: absolute;
  top: 8px;
  right: 2em;
  left: 2em;
  z-index: -1;
  height: 3.1em;
  background: #fff;
  content: "";
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(0, 4em, 0) scale3d(1, 0.023, 1);
  transform-origin: 50% 0;
}
.teaser-kira:hover img {
  opacity: 0.5;
}
.teaser-kira:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.teaser-kira:hover figcaption::before {
  opacity: 0.7;
  transform: translate3d(0, 5em, 0) scale3d(1, 1, 1);
}

.teaser-julia img {
  max-width: none;
  transition: opacity 1s, transform 1s;
  backface-visibility: hidden;
}
.teaser-julia figcaption {
  text-align: left;
}
.teaser-julia h2 {
  position: relative;
  padding: 0.5em 0;
}
.teaser-julia p {
  display: table;
  margin: 0 0 0.25em;
  padding: 0.4em 1em;
  background: rgba(255, 255, 255, 0.9);
  color: #616A78;
  text-transform: none;
  font-weight: 500;
  font-size: 75%;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(-360px, 0, 0);
}
.teaser-julia p:first-child {
  transition-delay: 0.15s;
}
.teaser-julia p:nth-of-type(2) {
  transition-delay: 0.1s;
}
.teaser-julia p:nth-of-type(3) {
  transition-delay: 0.05s;
}
.teaser-julia:hover p:first-child {
  transition-delay: 0s;
}
.teaser-julia:hover p:nth-of-type(2) {
  transition-delay: 0.05s;
}
.teaser-julia:hover p:nth-of-type(3) {
  transition-delay: 0.1s;
}
.teaser-julia:hover img {
  opacity: 0.4;
  transform: scale3d(1.1, 1.1, 1);
}
.teaser-julia:hover p {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.teaser-simple {
  cursor: default;
}
.teaser-simple img {
  opacity: 1;
  transition: opacity 0.5s;
}
.teaser-simple figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none;
  transform: scale(0);
  transition: 0.35s;
}
.teaser-simple figcaption > * {
  margin-left: 4px;
  margin-right: 4px;
}
.teaser-simple figcaption > *:first-child {
  margin-left: 0;
}
.teaser-simple figcaption > *:last-child {
  margin-right: 0;
}
.teaser-simple figcaption a {
  position: static;
  z-index: auto;
  text-indent: 0;
  white-space: nowrap;
  font-size: inherit;
  opacity: 1;
}
.teaser-simple figcaption a:not(.btn) {
  width: auto;
  height: auto;
  font-size: 13px;
}
.teaser-simple:hover img {
  opacity: 0.5;
}
.teaser-simple:hover figcaption {
  transform: scale(1);
}

.media {
  padding: 12px;
  transition: background-color 0.2s linear;
}
.media > * {
  margin: 0 8px;
}
.media a:not(.btn):not(.avatar) {
  color: #616A78;
}
.media.flex-column > * {
  margin: 0;
}
.media.flex-column > div {
  width: 100%;
}
.media.active {
  background-color: #f9fafb;
}
.media.bordered {
  border: 1px solid #ebebeb;
}
.media.items-center {
  align-items: center;
}
.media[data-provide~=checkable], .media[data-provide~=selectable] {
  cursor: pointer;
}
.media .media {
  margin-top: 1.25rem;
}
.media .lead {
  line-height: 1.875rem;
}
.media .title {
  flex: 1;
}
.media .avatar {
  flex-shrink: 0;
}
.media .align-center {
  align-self: center;
}
.media .media-hover-show {
  opacity: 0;
  transition: 0.3s;
}
.media .dropdown .dropdown-toggle {
  opacity: 0.7;
}
.media .dropdown:hover .dropdown-toggle, .media .dropdown.open .dropdown-toggle {
  opacity: 1;
}
.media:hover .media-hover-show {
  opacity: 1;
}
.media .custom-control {
  margin-right: 0;
}
.media .nav {
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}
.media .nav-link {
  line-height: 24px;
  font-size: 90%;
  padding: 0 8px;
}

.media-reverse {
  flex-direction: row-reverse;
}

.media-center {
  align-items: center;
}

.media-block-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  transition: 0.5s;
}

.media:hover .media-block-actions {
  opacity: 1;
}

.media-collapsible {
  flex-wrap: wrap;
}
.media-collapsible .collapse {
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 100%;
}

.collapse-arrow::before {
  content: "\e64b";
  font-family: themify;
  display: inline-block;
  transition: 0.4s;
}
.collapse-arrow:not(.collapsed)::before {
  transform: rotate(180deg);
}

.media-body {
  min-width: 0;
}
.media-body > * {
  margin-bottom: 0;
}
.media-body .media > *:first-child {
  margin-left: 0;
}
.media-body .media > *:last-child {
  margin-right: 0;
}

.media-left {
  padding-right: 0;
}

.media-right-out {
  padding-left: 1.25rem;
}
.media-right-out a {
  color: #788394;
  font-size: 1.125rem;
  opacity: 0.8;
}
.media-right-out a:hover {
  color: #90BFCC;
}
.media-right-out a + a {
  margin-left: 0.5rem;
}

.media-action {
  opacity: 0;
  color: #EF8030;
}

.media:hover .media-action {
  opacity: 1;
}

.media-action-visible .media-action {
  opacity: 1;
}

.media.media-xs {
  padding: 10px 6px;
}
.media.media-sm {
  padding: 12px 8px;
}
.media.media-lg {
  padding-top: 20px 16px;
}
.media.media-xl {
  padding-top: 24px 20px;
}
.media.media-xxl {
  padding-top: 32px 24px;
}

.media-inverse,
.media-inverse h1, .media-inverse h2, .media-inverse h3, .media-inverse h4, .media-inverse h5, .media-inverse h6 {
  color: #fff;
}
.media-inverse .small,
.media-inverse small,
.media-inverse time {
  color: rgba(255, 255, 255, 0.7);
}
.media-inverse .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.media-inverse .nav-link:hover {
  color: white;
}

.media-new {
  background-color: #f3f9ff;
}

.media-list-hover .media-new:hover {
  background-color: #ecf5fe !important;
}

.media-single,
.media-center-v {
  align-items: center;
}

.media-vertical {
  flex-direction: column;
}

.media-chat {
  padding-right: 64px;
  margin-bottom: 0;
}
.media-chat.media-chat-reverse {
  padding-right: 12px;
  padding-left: 64px;
  flex-direction: row-reverse;
}
.media-chat .media-body {
  display: table;
}
.media-chat .media-body p {
  position: relative;
  padding: 6px 8px;
  margin: 4px 0;
  background-color: #f5f6f7;
  border-radius: 3px;
}
.media-chat .media-body p.inverse {
  color: #fff;
}
.media-chat .media-body p.meta {
  background-color: transparent !important;
  padding: 0;
  opacity: 0.8;
}
.media-chat .media-body p.meta time {
  font-weight: 300;
}
.media-chat.media-chat-reverse .media-body p {
  float: right;
  clear: right;
  background-color: #48B0F7;
  color: #fff;
}

.media-meta-day {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  color: #EF8030;
  opacity: 0.8;
  font-weight: 400;
}
.media-meta-day::before, .media-meta-day::after {
  content: "";
  flex: 1;
  border-top: 1px solid #ebebeb;
}
.media-meta-day::before {
  margin-right: 16px;
}
.media-meta-day::after {
  margin-left: 16px;
}

@media (max-width: 767px) {
  .media-doc {
    flex-direction: column;
  }
  .media-doc > * {
    margin-left: 0;
    margin-right: 0;
  }
  .media-doc .media-body {
    margin: 30px 0;
  }
}
.media-list > .media:not(.media-list-header):not(.media-list-footer),
.media-list .media-list-body > .media {
  margin-bottom: 0;
}
.media-listul {
  padding-left: 0;
}
.media-list .media .sortable-dot {
  margin: 0;
  margin-left: -5px;
  opacity: 0;
  border-radius: 2px;
  transition: 0.5s;
}
.media-list .media:hover .sortable-dot {
  opacity: 0.6;
}
.media-list[data-provide~=selectable] .media:not(.media-list-header):not(.media-list-footer) {
  cursor: pointer;
}

.media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover,
.media-list-hover .media-list-body > .media:hover {
  background-color: #f9fafb;
}

.media-list-divided > .media:not(.media-list-header):not(.media-list-footer),
.media-list-divided .media-list-body > .media {
  border-bottom: 1px solid white;
}
.media-list-divided > .media:not(.media-list-header):not(.media-list-footer):last-child,
.media-list-divided .media-list-body > .media:last-child {
  border-bottom: none;
}

.media-list-bordered {
  border: 1px solid #f1f2f3;
}

.media-list-striped .media:not(.media-list-header):not(.media-list-footer):nth-child(even) {
  background-color: #f9fafb;
}

.media-list-xs .media {
  padding: 10px 16px;
}

.media-list-sm .media {
  padding: 12px 16px;
}

.media-list-lg .media {
  padding: 20px 16px;
}

.media-list-xl .media {
  padding: 24px 20px;
}

.media-list-xxl .media {
  padding: 32px 24px;
}

.media-list-header {
  border-bottom: 1px solid #ebebeb;
  background-color: #fcfdfe;
}

.media-list-footer {
  border-top: 1px solid #ebebeb;
  background-color: #fcfdfe;
}

.media-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}
.media-grid::after {
  content: "";
  flex: auto;
}
.media-grid.row {
  margin-left: -15px;
  margin-right: -15px;
}
.media-grid.row .media {
  margin-bottom: 15px;
}
.media-grid > .media {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 200px;
}

.media-grid-bordered .media {
  border: 1px solid #ebebeb;
}

.media-grid-hover .media:hover {
  background-color: #f9fafb;
}

.table th {
  border-top: 0;
  font-weight: 400;
}

.table tbody th {
  border-top: 1px solid #eceeef;
}

.table thead th {
  border-bottom: 1px solid #ebebeb;
}

.table tfoot th {
  border-top: 1px solid #ebebeb;
  border-bottom: 0;
}

.thead-default th {
  background-color: #fcfdfe;
}

.table-hover tbody tr {
  transition: background-color 0.2s linear;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fcfdfe;
}

.table-hover tbody tr:hover {
  background-color: #f9fafb;
}

.table-sm th,
.table-sm td {
  padding: 0.5rem;
}

.table-lg th,
.table-lg td {
  padding: 1rem;
}

.table-separated {
  border-collapse: separate;
  border-spacing: 0 8px;
}
.table-separated.table-striped tbody tr:nth-of-type(odd), .table-separated.table-hover tbody tr:hover {
  background-color: #f9fafb;
}
.table-separated tbody tr {
  background-color: #fcfdfe;
  transition: 0.5s;
}
.table-separated tbody tr > *:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.table-separated tbody tr > *:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.table-separated tbody tr th,
.table-separated tbody tr td {
  border-top: none;
}
.table-separated thead th {
  border-bottom: none;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f5f6f7;
}

.table tr[class*=bl-] > *:first-child {
  border-left: inherit;
}
.table tr[class*=br-] > *:last-child {
  border-right: inherit;
}
.table tr[class*=bt-] > * {
  border-top: inherit;
}
.table tr[class*=bb-] > * {
  border-bottom: inherit;
}
.table tr[class*=bx-] > *:first-child {
  border-left: inherit;
}
.table tr[class*=bx-] > *:last-child {
  border-right: inherit;
}
.table tr[class*=by-] > * {
  border-top: inherit;
  border-bottom: inherit;
}
.table tr[class*=b-] > * {
  border-top: inherit;
  border-bottom: inherit;
}
.table tr[class*=b-] > *:first-child {
  border-left: inherit;
}
.table tr[class*=b-] > *:last-child {
  border-right: inherit;
}

.table .media {
  padding: 0;
}

.table-actions .table-action {
  padding: 0 4px;
  font-size: 1rem;
  color: #EF8030;
}
.table-actions .table-action:first-child {
  padding-left: 0;
}
.table-actions .table-action:last-child {
  padding-rightt: 0;
}
.table-actions .dropdown {
  display: inline-block;
}

.table tr.active {
  background-color: #f9fafb;
  transition: background-color 0.3s;
}

.col-md-4.fixed-feed {
  right: 0;
  position: fixed;
  width: 29%;
  top: 71px;
  z-index: 1;
}

#ComentaFeed {
  display: none;
  background: url("../../img/brand/bg-login/bg-feed.svg") no-repeat scroll center center #fff;
  background-size: cover !important;
  -o-background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
}
#ComentaFeed .header-feed .avatar {
  transition: 0.5s;
  background-image: url("/assets/img/avatar/user.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  background-color: #868e95;
}
#ComentaFeed .header-feed .media-list {
  position: relative;
}
#ComentaFeed .header-feed a {
  cursor: pointer;
}
#ComentaFeed .header-feed span.title {
  position: absolute;
  top: 11px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.7px;
}
#ComentaFeed .header-feed span.box {
  position: absolute;
  bottom: 5px;
  font-size: 13px;
  color: #868e96;
  margin: 10px;
  letter-spacing: 0.4px;
}
@media (max-width: 1260px) {
  #ComentaFeed .header-feed a {
    height: 125px;
  }
}

#Feed .header-feed {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  overflow: hidden;
}
#Feed #CrearContenido {
  position: absolute;
  top: 2rem;
  right: 0.4rem;
  z-index: 1051;
}
#Feed #FeedContent {
  background-color: #ced4da;
  overflow-y: scroll !important;
  height: 1365px;
}
#Feed #FeedContent #UsuarioNoticias {
  margin-top: 16px;
}
#Feed #FeedContent .gap-items-2 > * {
  margin-right: 20px;
}
@media (max-width: 1920px) {
  #Feed #FeedContent {
    height: 1365px;
  }
}
@media (max-width: 1680px) {
  #Feed #FeedContent {
    height: 1290px;
  }
}
@media (max-width: 1600px) {
  #Feed #FeedContent {
    height: 1253px;
  }
}
@media (max-width: 1560px) {
  #Feed #FeedContent {
    height: 1233px;
  }
}
@media (max-width: 1440px) {
  #Feed #FeedContent {
    height: 1177px;
  }
}
@media (max-width: 1400px) {
  #Feed #FeedContent {
    height: 1158px;
  }
}
@media (max-width: 1370px) {
  #Feed #FeedContent {
    height: 1143px;
  }
}
@media (max-width: 1330px) {
  #Feed #FeedContent {
    height: 1125px;
  }
}
@media (max-width: 1280px) {
  #Feed #FeedContent {
    height: 1102px;
  }
}
@media (max-width: 1170px) {
  #Feed #FeedContent {
    height: 997px;
  }
}
@media (max-width: 800px) {
  #Feed #FeedContent {
    height: 400px;
  }
}
#Feed #UsuarioReconocido a {
  vertical-align: top;
}
#Feed #UsuarioReconocido span {
  margin-top: 3px;
}
#Feed #UsuarioReconocido .avatar-xxs {
  width: 17px !important;
  height: 17px !important;
  vertical-align: top;
}
#Feed .MediaContent {
  /* position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0rem 0rem;
  overflow: hidden;*/
}
#Feed .MediaContent .swiper-slide {
  background-color: #f0f0f0;
  height: auto;
  width: 100%;
  position: relative;
  text-align: center;
}
#Feed .MediaContent .img {
  position: relative;
  margin: 0 0 20px 0;
  max-height: inherit;
  object-fit: contain;
  width: 100%;
}
#Feed .MediaContent .img img {
  width: 100%;
  height: auto;
}
#Feed .MediaContent iframe {
  min-height: 270px !important;
  width: 100%;
  border: medium none;
}
#Feed .MediaContent #IcoReco {
  position: absolute;
  bottom: 1.3rem;
  right: 1rem;
}
#Feed .img-perfil-dest {
  height: 190px;
  width: 100%;
  position: relative;
  text-align: center;
}
#Feed .img-perfil-dest .img-back-perfil {
  object-fit: cover;
  object-position: center;
  max-height: 100%;
  width: 100%;
}
#Feed .img-perfil-dest .demo-basic {
  position: absolute;
  top: 1.3rem;
}
#Feed .img-perfil-dest #IcoReco {
  position: absolute;
  bottom: 1.3rem;
  right: 1rem;
}

@media (max-width: 1440px) {
  .col-md-4.fixed-feed {
    width: 28%;
  }
}
@media (max-width: 1370px) {
  #FeedContent {
    height: 55vh;
  }
  .col-md-4.fixed-feed {
    width: 27.1%;
  }
}
@media (max-width: 991px) {
  .col-md-4.fixed-feed {
    width: 34%;
  }
}
@media (max-width: 768px) {
  .col-md-4.fixed-feed {
    width: 100%;
    position: relative;
  }
}
#Feed .MediaContent .img .text-center.center-vh {
  width: 100% !important;
  height: auto !important;
  min-height: 310px;
  background-size: 100% !important;
  padding: 90px 3% 10px;
}

#Feed .MediaContent .img .text-center.center-vh h5 {
  font-size: 1rem;
}

#FeedContent #UsuarioNoticias h5 {
  font-size: 14px;
}

@media (max-width: 1670px) {
  #Feed .MediaContent .img .text-center.center-vh {
    width: 100% !important;
    height: auto !important;
    min-height: 260px;
    background-size: 100% !important;
    padding: 70px 3% 10px;
  }
}
@media (max-width: 1440px) {
  #Feed .MediaContent .img .text-center.center-vh {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
    background-size: 100% !important;
    padding: 60px 3% 10px;
  }
}
@media (max-width: 1370px) {
  #Feed .MediaContent .img .text-center.center-vh {
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
    background-size: 100% !important;
    padding: 55px 3% 10px;
  }
}
@media (max-width: 1240px) {
  #Feed .MediaContent .img .text-center.center-vh {
    width: 100% !important;
    height: auto !important;
    min-height: 160px;
    background-size: 100% !important;
    padding: 45px 3% 10px;
  }
}
@media (max-width: 1080px) {
  #Feed .MediaContent .img .text-center.center-vh {
    width: 100% !important;
    height: auto !important;
    min-height: 130px;
    background-size: 100% !important;
    padding: 35px 3% 10px;
  }
}
@media (max-width: 680px) {
  #Feed .MediaContent .img .text-center.center-vh {
    width: 100% !important;
    height: auto !important;
    min-height: 300px;
    background-size: 100% !important;
    padding: 35px 3% 10px;
  }
}
#input-normal {
  margin: 0 20px 0 0;
  animation: pulse 4s infinite;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(252, 197, 37, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(252, 197, 37, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(252, 197, 37, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(252, 197, 37, 0.4);
    box-shadow: 0 0 0 0 rgba(252, 197, 37, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(252, 197, 37, 0);
    box-shadow: 0 0 0 10px rgba(252, 197, 37, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(252, 197, 37, 0);
    box-shadow: 0 0 0 0 rgba(252, 197, 37, 0);
  }
}
a#lnkDetalle {
  display: none !important;
}

span#lblPagctnPaginador57 {
  margin-right: 5px;
}

/**/
#FeedHome {
  height: 150vh;
}
#FeedHome .swiper-container-horizontal {
  color: #37404D;
  line-height: 18px;
  font-size: 16px;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
#FeedHome .ContenidoFeedTituloGaleria {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
#FeedHome .card-footer label {
  display: flex;
  cursor: pointer;
}
#FeedHome .card-footer label i {
  margin-right: 7px;
}

.FeedSaludo img {
  height: 100px;
  object-fit: cover;
}

.FeedFondoContainer,
.FeedEquipoBienvenida,
.FeedSaludo {
  min-height: auto;
  position: relative;
}

.FeedFondoContainer {
  min-height: 100px;
  padding: 10px;
  color: #37404D;
  line-height: 22px;
}

.FeedPieReconocimiento .FeedFondoContainer a,
.FeedPieReconocimiento .FeedFondoReconocimiento,
.FeedPieReconocimiento .FeedTarjetaReconocimientoUsuario,
.FeedPieReconocimiento .FeedTarjetaUsuarioReconocimientoAvatar .FeedTarjetaUsuarioReconocimientoLinkTexto,
.FeedPieReconocimiento .FeedTarjetaReconocimientoValor {
  /*color: #fff;*/
}

.FeedFondoReconocimiento .FeedTarjetaReconocimientoTexto {
  display: none;
}

.FeedFondoReconocimiento,
.FeedFondoReconocimientoImg {
  height: 270px;
  position: relative;
}

.FeedFondoReconocimiento .FeedPieReconocimiento {
  text-align: center;
}
.FeedFondoReconocimiento .FeedPieReconocimiento .FeedTarjetaReconocimientoValor {
  padding: 0 10px;
}
.FeedFondoReconocimiento .FeedPieReconocimiento .FeedTarjetaReconocimientoUsuario .FeedTarjetaUsuarioReconocimientoLinkTexto {
  padding: 0 10px;
}

.FeedUsuarioPieDescripcion,
.FeedtarjetaReconocimientoTextoPrincipal,
.FeedtarjetaReconocimientoTextoPrincipal {
  padding: 0 10px;
}

.FeedPieProyecto .FeedProyectoUsuarioPieImg {
  display: block;
  float: left;
  width: 44px;
  margin-left: 4%;
  margin-right: 4%;
}
.FeedPieProyecto .FeedProyectoUsuarioPieNombres {
  display: block;
  float: left;
  width: 65%;
  text-align: left;
}
.FeedPieProyecto .FeedProyectoTexto {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  text-shadow: 1px 1px 2px #222;
  white-space: normal;
  width: 100%;
  height: auto;
  text-align: center;
}
.FeedPieProyecto br {
  display: none;
}

.FeedFondoTexto {
  color: #616A78;
  font-size: 14px;
  line-height: 18px;
  margin: 10px;
}

.FeedPieProyecto div {
  position: relative;
  display: block;
  float: left;
  width: 100%;
  height: auto;
  top: auto;
  text-align: center;
}
.FeedPieProyecto div a {
  display: block;
  float: left;
  width: 100%;
  height: 45px;
}

.FeedtarjetaProyectoTextoPrincipal {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding: 0 10px;
}

.FeedFondoTexto a {
  color: white !important;
}

.FeedFondoTextoExterior {
  color: #37404D;
  line-height: 18px;
  font-size: 16px;
  padding: 12px;
  display: none;
}

.FeedFondoPie,
.FeedPieReconocimiento {
  position: absolute;
  width: 100%;
  left: 0%;
  top: 0px;
  white-space: initial;
}

.FeedSaludoPie {
  position: initial;
  width: 100%;
  left: 0%;
  top: 0px;
  padding: 0;
  white-space: initial;
}
.FeedSaludoPie .FeedProyectoUsuarioPieImg {
  position: absolute;
  top: 12px;
  width: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  text-align: center;
}
.FeedSaludoPie .FeedProyectoUsuarioPieImg img.avatar {
  height: auto;
}
.FeedSaludoPie .FeedProyectoUsuarioPieNombres {
  position: absolute;
  top: 47px;
  width: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.FeedSaludoPie .FeedProyectoUsuarioPieNombres {
  position: absolute;
  top: 47px;
  width: 100%;
  left: 0;
  padding: 0 10px;
  margin: 0;
  text-shadow: 1px 1px 2px #999;
  text-align: center;
}

.FeedSaludoAniversario {
  height: 260px;
}

.Avatar2X {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #929daf;
  border: 3px;
  border-color: #ffffff;
  text-transform: uppercase;
}

.FeedImg50 {
  width: 90px;
  height: auto;
}

.FeedEquipoBienvenida img {
  height: 100px;
  object-fit: cover;
}
.FeedEquipoBienvenida .FeedEquipoBienvenidaText {
  padding: 0 10px;
}
.FeedEquipoBienvenida .FeedFondoPie,
.FeedEquipoBienvenida .FeedSaludoPie,
.FeedEquipoBienvenida .FeedPieReconocimiento {
  white-space: inherit;
  width: 100%;
  position: initial;
}
.FeedEquipoBienvenida .FeedUsuarioPieImg {
  position: absolute;
  top: 12px;
  width: 100%;
  left: 0;
  text-align: center;
}
.FeedEquipoBienvenida .FeedUsuarioPieNombres {
  position: absolute;
  top: 47px;
  width: 100%;
  left: 0;
  font-size: 14px;
  line-height: 22px;
  padding: 6px 10px;
  color: #37404D;
  text-shadow: 1px 1px 2px #999;
  text-align: center;
}
.FeedEquipoBienvenida .FeedTarjetaReconocimientoUsuario {
  position: absolute;
  top: 10px;
  width: 100%;
  text-align: center;
}
.FeedEquipoBienvenida .FeedTarjetaReconocimientoUsuario .FeedTarjetaUsuarioBienvenidaLinkTexto {
  text-shadow: 1px 1px 2px #999;
  color: #37404D;
  padding: 0 10px;
}
.FeedEquipoBienvenida .FeedTarjetaReconocimientoUsuario .FeedTarjetaUsuarioBienvenidaAvatar a img.avatar {
  height: auto;
}

.FeedFondoProyecto {
  position: relative;
}

#FeedHome {
  background-color: #ced4da;
  overflow-y: scroll !important;
  height: 71vh;
}
#FeedHome #FeedHomeOG {
  padding: 12px;
}
#FeedHome #FeedHomeOG .FeedFondoContainer {
  color: #37404D;
}
#FeedHome #FeedHomeOG .FeedFondoContainer a {
  color: #EF8030;
}
#FeedHome .rounded br {
  display: none;
}
#FeedHome .rounded .img {
  line-height: 25px;
  font-size: 14px;
  color: #37404D;
}
#FeedHome .rounded .img .FeedTarjetaTexto,
#FeedHome .rounded .img .FeedTarjetaValor {
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  color: #fff;
  white-space: initial;
  padding: 12px 0 0 0;
}
#FeedHome .rounded .img .FeedTarjetaUsuarioImg {
  display: none;
}
#FeedHome .rounded .img .FeedTarjetaUsuarioNombres {
  line-height: 14px;
  font-size: 14px;
  color: #37404D;
  padding: 10px;
}
#FeedHome .rounded .media-body #UsuarioNoticias h5.hover-terciario {
  padding: 0 !important;
  margin: 0 !important;
}
#FeedHome .swiper-wrapper .swiper-slide img,
#FeedHome .swiper-wrapper .carousel-item {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
#FeedHome .FeedUsuarioPieCargo {
  color: #fff;
  display: none;
}
#FeedHome .swiper-pagination-fraction,
#FeedHome .swiper-pagination-custom,
#FeedHome .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px !important;
  left: 0;
  width: 70%;
  text-align: center;
  margin: 13px 15%;
  position: absolute;
  z-index: 5;
}
#FeedHome .FeedUsuarioPieMsg {
  white-space: normal;
  font-size: 14px;
  line-height: 18px;
  font-family: Roboto, sans-serif;
  padding: 10px;
}
#FeedHome .Avatar2X {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 72px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #929daf;
  border: 3px;
  border-color: #ffffff;
  text-transform: uppercase;
}
#FeedHome .swiper-pagination-bullet {
  opacity: 0.5;
}
#FeedHome .swiper-pagination-bullet-active {
  opacity: 1;
}
#FeedHome .FeedProyectoUsuarioPieCargo {
  font-size: 14px;
  line-height: 22px;
  padding: 6px 10px;
  color: #EF8030;
}
#FeedHome .FeedProyectoUsuarioPieCargo {
  display: none;
}
#FeedHome .FeedPieReconocimiento .FeedUsuarioPieNombres {
  color: #fff;
  font-family: Roboto, sans-serif;
}
#FeedHome .FeedFondoContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#FeedHome .FeedSaludo .FeedSaludoTexto {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  padding: 0 10px;
}
#FeedHome #FeedContent .text-center.border-light {
  background-color: #fff;
}

#FeedHome .swiper-container-horizontal {
  color: #37404D;
  line-height: 18px;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  margin: 0 10px;
}
#FeedHome .ContenidoFeedTituloGaleria {
  display: block;
  float: left;
  width: 100%;
  margin-top: 10px;
}
#FeedHome .FeedFondoReconocimiento {
  height: 60px;
  margin-bottom: 113px;
  position: relative;
}
#FeedHome .FeedFondoReconocimientoImg {
  object-fit: cover;
  object-position: top;
  height: 70px;
  width: 100%;
}
#FeedHome .FeedProyectoTexto {
  position: absolute;
  left: 50%;
  top: 45px;
  transform: translate(-50%, -50%);
  padding: 10px;
  font-size: 21px;
  color: white;
  text-shadow: 1px 1px 2px #222;
  white-space: normal;
}
#FeedHome .FeedFondoTexto {
  position: relative;
  left: auto;
  transform: initial;
  font-size: 14px;
  white-space: normal;
  width: 98%;
  z-index: 2;
  line-height: 20px;
}
#FeedHome .FeedFondoTexto a {
  color: white !important;
}
#FeedHome .FeedFondoTextoExterior {
  color: #37404D;
  line-height: 18px;
  padding: 12px;
  display: none;
}
#FeedHome .FeedFondoPie {
  position: relative;
  /*left: 32%;*/
  top: auto;
  padding: 0 10px;
  white-space: nowrap;
  margin-top: 0;
}
#FeedHome .FeedFondoPie .FeedUsuarioPieImg {
  position: absolute;
  left: 50%;
  top: -41px;
  transform: translate(-50%, -50%);
  padding: 10px;
  white-space: nowrap;
}
#FeedHome .FeedPieReconocimiento {
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translate(-50%, 0);
  padding: 10px;
  white-space: nowrap;
}
#FeedHome .FeedPieReconocimiento img.avatar {
  width: 70px;
  height: 70px;
  border: 3px solid #FFF;
}
#FeedHome .FeedPieReconocimiento .FeedImg50,
#FeedHome .FeedPieReconocimiento .FeedTarjetaReconocimientoTexto {
  display: none;
}
#FeedHome .FeedSaludoAniversario {
  height: 260px;
}

.FeedFondoContainer,
.FeedEquipoBienvenida,
.FeedSaludo {
  height: auto;
  line-height: 20px;
  padding: 12px 8px;
  position: relative;
}
.FeedFondoContainer img,
.FeedEquipoBienvenida img,
.FeedSaludo img {
  height: 80px;
  object-fit: cover;
}

.Avatar2X {
  position: relative;
  display: inline-block;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #929daf;
  border: 3px;
  border-color: #ffffff;
  text-transform: uppercase;
}

.FeedImg50 {
  width: 90px;
  height: auto;
}

#FeedHome {
  background-color: #ced4da;
  overflow-y: scroll !important;
}
#FeedHome #FeedHomeOG {
  padding: 12px;
}
#FeedHome #FeedHomeOG .media.p-10.mb-2 {
  margin-bottom: 0 !important;
}
#FeedHome #FeedHomeOG .content-heart {
  margin-right: -15px;
}
#FeedHome #FeedHomeOG .content-heart .util-ops-tooltip span.util-ops-tooltiptext {
  display: none;
}
#FeedHome #FeedHomeOG .card-footer label {
  margin-bottom: -5px;
  line-height: 14px;
}
#FeedHome #FeedHomeOG .card-footer label div {
  float: left;
}
#FeedHome .rounded br {
  display: none;
}
#FeedHome .rounded .img {
  text-align: center;
  line-height: 25px;
  color: #37404D;
}
#FeedHome .rounded .img .FeedTarjetaTexto,
#FeedHome .rounded .img .FeedTarjetaValor {
  text-align: center;
  line-height: 25px;
  color: #fff;
}
#FeedHome .rounded .img .FeedTarjetaUsuarioImg {
  display: none;
}
#FeedHome .rounded .img .FeedTarjetaUsuarioNombres {
  line-height: 14px;
  color: #37404D;
  padding: 10px;
}
#FeedHome .rounded .media-body #UsuarioNoticias h5.hover-terciario {
  padding: 0 !important;
  margin: 0 !important;
}
#FeedHome .swiper-wrapper .swiper-slide img,
#FeedHome .swiper-wrapper .carousel-item {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
}
#FeedHome .FeedUsuarioPieCargo {
  color: #fff;
}
#FeedHome .swiper-pagination-fraction,
#FeedHome .swiper-pagination-custom,
#FeedHome .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px !important;
  left: 0;
  width: 70%;
  text-align: center;
  margin: 13px 15%;
  position: absolute;
  z-index: 5;
}
#FeedHome .Avatar2X {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #929daf;
  border: 3px;
  border-color: #ffffff;
  text-transform: uppercase;
  border: 4px solid #ffffff;
}
#FeedHome .swiper-pagination-bullet {
  opacity: 0.5;
}
#FeedHome .swiper-pagination-bullet-active {
  opacity: 1;
}
#FeedHome .FeedPieProyecto,
#FeedHome .FeedTarjetaUsuarioBienvenidaLinkTexto,
#FeedHome .FeedEquipoBienvenidaText,
#FeedHome .FeedtarjetaProyectoTextoPrincipal,
#FeedHome .FeedUsuarioPieMsg,
#FeedHome .FeedUsuarioPieDescripcion,
#FeedHome .FeedProyectoUsuarioPieNombres,
#FeedHome .FeedProyectoUsuarioPieCargo,
#FeedHome .FeedUsuarioPieNombres {
  line-height: 22px;
  font-family: Roboto, sans-serif;
  color: #616A78;
}
#FeedHome .FeedPieProyecto div a {
  height: auto;
}
#FeedHome .FeedProyectoUsuarioPieNombres {
  text-align: center;
  width: 100%;
  position: relative;
  top: auto;
}
#FeedHome .FeedUsuarioPieNombres {
  color: #616A78;
  margin-top: 19px;
  position: relative;
  top: auto;
  left: auto;
}
#FeedHome .FeedEquipoBienvenidaText {
  margin-top: 50px;
}
#FeedHome .FeedPieReconocimiento .FeedUsuarioPieNombres {
  color: #fff;
  font-family: Roboto, sans-serif;
}
#FeedHome .FeedTarjetaUsuarioBienvenidaAvatar {
  position: absolute;
  left: 50%;
  top: 72px;
  transform: translate(-50%, -50%);
  padding: 10px;
  white-space: nowrap;
}
#FeedHome .FeedTarjetaUsuarioBienvenidaAvatar img {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  border-color: #ffffff;
  text-transform: uppercase;
  border: 4px solid #ffffff;
}
#FeedHome .FeedFondoContainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
}
#FeedHome .FeedProyectoUsuarioPieImg {
  margin: 5px;
  display: none;
}
#FeedHome .FeedProyectoUsuarioPieImg .avatar {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 36px;
  text-align: center;
  border-radius: 100%;
  background-color: #f5f6f7;
  color: #929daf;
  text-transform: uppercase;
  border: 4px solid #fff;
}
#FeedHome .FeedUsuarioPieDescripcion,
#FeedHome .FeedUsuarioPieMsg {
  color: #8ab823;
}
#FeedHome .FeedSaludo .FeedSaludoTexto {
  color: #fcc019;
  margin-top: 0;
}
#FeedHome .FeedFondoContainer {
  line-height: 20px;
  padding: 12px 3%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.card-footer i.fa-comment::before {
  font-size: 16px;
}

@media (min-width: 1920px) {
  #FeedHome {
    height: 1473px;
  }
}
@media (max-width: 1920px) {
  #FeedHome {
    height: 1275px;
  }
}
@media (max-width: 1680px) {
  #FeedHome {
    height: 1155px;
  }
}
@media (max-width: 1600px) {
  #FeedHome {
    height: 1268px;
  }
}
@media (max-width: 1440px) {
  #FeedHome {
    height: 1015px;
  }
}
@media (max-width: 1400px) {
  #FeedHome {
    height: 1113px;
  }
}
@media (max-width: 1370px) {
  #FeedHome {
    height: 1113px;
  }
}
@media (max-width: 1280px) {
  #FeedHome {
    height: 936px;
  }
}
@media (max-width: 1150px) {
  #FeedHome {
    height: 895px;
  }
}
@media (max-width: 1100px) {
  #FeedHome {
    height: 868px;
  }
}
@media (max-width: 1000px) {
  #FeedHome {
    height: 870px;
  }
}
@media (max-width: 800px) {
  #FeedHome {
    height: 845px;
  }
}
.alert {
  border: none;
  border-radius: 3px;
}
.alert hr {
  margin-top: 15px;
  margin-bottom: 15px;
}

.alert-link {
  font-weight: 400;
}

.alert-primary {
  color: #4a8fa2;
  background-color: #d5f5f3;
}

.alert-secondary {
  background-color: #EF8030;
}

.alert-info {
  color: #004085;
  background-color: #cce5ff;
}

.alert-light {
  background-color: #EF8030;
}

.callout {
  padding: 15px 20px;
  margin-bottom: 20px;
  border-left: 3px solid transparent;
}

.callout-success {
  border-left-color: #15c377;
  background-color: #fcfdfe;
}
.callout-success h3,
.callout-success h4,
.callout-success h5,
.callout-success h6,
.callout-success a {
  color: #15c377;
}
.callout-success h3,
.callout-success h4,
.callout-success h5,
.callout-success h6 {
  text-transform: uppercase;
}
.callout-success > *:last-child {
  margin-bottom: 0;
}

.callout-info {
  border-left-color: #48B0F7;
  background-color: #fcfdfe;
}
.callout-info h3,
.callout-info h4,
.callout-info h5,
.callout-info h6,
.callout-info a {
  color: #48B0F7;
}
.callout-info h3,
.callout-info h4,
.callout-info h5,
.callout-info h6 {
  text-transform: uppercase;
}
.callout-info > *:last-child {
  margin-bottom: 0;
}

.callout-warning {
  border-left-color: #faa64b;
  background-color: #fcfdfe;
}
.callout-warning h3,
.callout-warning h4,
.callout-warning h5,
.callout-warning h6,
.callout-warning a {
  color: #faa64b;
}
.callout-warning h3,
.callout-warning h4,
.callout-warning h5,
.callout-warning h6 {
  text-transform: uppercase;
}
.callout-warning > *:last-child {
  margin-bottom: 0;
}

.callout-danger {
  border-left-color: #f96868;
  background-color: #fcfdfe;
}
.callout-danger h3,
.callout-danger h4,
.callout-danger h5,
.callout-danger h6,
.callout-danger a {
  color: #f96868;
}
.callout-danger h3,
.callout-danger h4,
.callout-danger h5,
.callout-danger h6 {
  text-transform: uppercase;
}
.callout-danger > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .callout {
    padding: 10px;
  }
}
.tooltip-inner {
  background-color: #323232;
  border-radius: 2px;
  font-size: 12px;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #323232;
}
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #323232;
}
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #323232;
}
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #323232;
}

.tooltip-special-1.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #C70064;
}
.tooltip-special-1.bs-tooltip-top .arrow::before {
  border-top-color: #C70064;
}
.tooltip-special-1.bs-tooltip-right .arrow::before {
  border-right-color: #C70064;
}
.tooltip-special-1.bs-tooltip-left .arrow::before {
  border-left-color: #C70064;
}
.tooltip-special-1 .tooltip-inner {
  color: #fff;
  background-color: #C70064;
}

.tooltip-special-2.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #F8A400;
}
.tooltip-special-2.bs-tooltip-top .arrow::before {
  border-top-color: #F8A400;
}
.tooltip-special-2.bs-tooltip-right .arrow::before {
  border-right-color: #F8A400;
}
.tooltip-special-2.bs-tooltip-left .arrow::before {
  border-left-color: #F8A400;
}
.tooltip-special-2 .tooltip-inner {
  color: #fff;
  background-color: #F8A400;
}

.tooltip-special-3.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #C9C600;
}
.tooltip-special-3.bs-tooltip-top .arrow::before {
  border-top-color: #C9C600;
}
.tooltip-special-3.bs-tooltip-right .arrow::before {
  border-right-color: #C9C600;
}
.tooltip-special-3.bs-tooltip-left .arrow::before {
  border-left-color: #C9C600;
}
.tooltip-special-3 .tooltip-inner {
  color: #fff;
  background-color: #C9C600;
}

.tooltip-special-4.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #4EAFD0;
}
.tooltip-special-4.bs-tooltip-top .arrow::before {
  border-top-color: #4EAFD0;
}
.tooltip-special-4.bs-tooltip-right .arrow::before {
  border-right-color: #4EAFD0;
}
.tooltip-special-4.bs-tooltip-left .arrow::before {
  border-left-color: #4EAFD0;
}
.tooltip-special-4 .tooltip-inner {
  color: #fff;
  background-color: #4EAFD0;
}

.tooltip-special-5.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #777777;
}
.tooltip-special-5.bs-tooltip-top .arrow::before {
  border-top-color: #777777;
}
.tooltip-special-5.bs-tooltip-right .arrow::before {
  border-right-color: #777777;
}
.tooltip-special-5.bs-tooltip-left .arrow::before {
  border-left-color: #777777;
}
.tooltip-special-5 .tooltip-inner {
  color: #fff;
  background-color: #777777;
}

.tooltip-special-6.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #594281;
}
.tooltip-special-6.bs-tooltip-top .arrow::before {
  border-top-color: #594281;
}
.tooltip-special-6.bs-tooltip-right .arrow::before {
  border-right-color: #594281;
}
.tooltip-special-6.bs-tooltip-left .arrow::before {
  border-left-color: #594281;
}
.tooltip-special-6 .tooltip-inner {
  color: #fff;
  background-color: #594281;
}

.tooltip-secondary .tooltip-inner {
  color: #616A78;
}

.tooltip-light.bs-tooltip-bottom .arrow::before,
.tooltip-white.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #fff;
}
.tooltip-light.bs-tooltip-top .arrow::before,
.tooltip-white.bs-tooltip-top .arrow::before {
  border-top-color: #fff;
}
.tooltip-light.bs-tooltip-right .arrow::before,
.tooltip-white.bs-tooltip-right .arrow::before {
  border-right-color: #fff;
}
.tooltip-light.bs-tooltip-left .arrow::before,
.tooltip-white.bs-tooltip-left .arrow::before {
  border-left-color: #fff;
}
.tooltip-light .tooltip-inner,
.tooltip-white .tooltip-inner {
  color: #616A78;
  background-color: #fff;
}

.popover {
  font-family: Roboto, sans-serif;
  border-color: #ebebeb;
  border-radius: 2px;
}
.popover.bs-popover-bottom .arrow::before {
  border-bottom-color: #ebebeb;
}
.popover.bs-popover-bottom .arrow::after {
  border-bottom-color: #fcfdfe;
}
.popover.bs-popover-top .arrow::before {
  border-top-color: #ebebeb;
}
.popover.bs-popover-left .arrow::before {
  border-left-color: #ebebeb;
}
.popover.bs-popover-right .arrow::before {
  border-right-color: #ebebeb;
}

.popover-header {
  background-color: #fcfdfe;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #788394;
  border-bottom-color: #f1f2f3;
}

.popover-body {
  font-weight: 300;
}

.toast {
  padding: 14px 24px;
  line-height: 20px;
  color: #fff;
  background: #323232;
  display: flex;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  transition: 0.3s;
  box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
  z-index: 1051;
  min-width: 288px;
  max-width: 80%;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.toast.reveal {
  transform: translateX(-50%) translateY(0);
}
.toast .text {
  flex-basis: 1;
  font-weight: 400;
  white-space: nowrap;
  margin-right: 48px;
}
.toast .action {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.875rem;
}
.toast .action a:hover {
  text-decoration: none;
}

.accordion .card {
  background-color: #fff;
  border: 1px solid #f1f2f3;
  margin-bottom: 16px;
}
.accordion .card:last-child {
  margin-bottom: 0;
}
.accordion .card-title {
  background-color: #fcfdfe;
}
.accordion .card-title a {
  display: block;
  letter-spacing: 1px;
  padding-left: 33px;
}
.accordion .card-title a::before {
  content: "\e648";
  display: inline-block;
  font-family: themify;
  font-size: 12px;
  margin-right: 20px;
  margin-left: -33px;
  transition: 0.2s linear;
}
.accordion .card-title a.collapsed::before {
  transform: rotate(180deg);
}

.accordion-connected .card {
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #f1f2f3;
}
.accordion-connected .card:last-child {
  border-bottom: 0;
}
.accordion-connected .card-title {
  border-bottom: 0;
  background-color: #fff;
}

.nav-tabs {
  font-family: "Roboto", sans-serif;
  border-bottom-color: #ebebeb;
  margin-bottom: 1rem;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item.show .nav-link:focus, .nav-tabs .nav-item.show .nav-link:hover {
  color: #616A78;
}
.nav-tabs .nav-link {
  background-color: #f9fafb;
  position: relative;
  border: none;
  font-size: 13px;
  text-align: center;
  color: #a5b3c7;
  border-bottom: 2px solid transparent;
  padding: 10px 16px;
  border-radius: 0;
  transition: 0.5s;
}
@media (max-width: 767px) {
  .nav-tabs .nav-link {
    padding: 8px 12px;
  }
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
  color: #616A78;
  border-color: #90BFCC;
}
.nav-tabs .nav-link .icon {
  margin-right: 4px;
}
.nav-tabs .nav-link .close {
  width: 12px;
  height: 12px;
  margin-top: 6px;
  font-size: 20px;
  opacity: 0;
  transform: translateX(10px);
}
.nav-tabs .nav-link .close span {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  width: inherit;
  height: inherit;
}
.nav-tabs .nav-link:hover .close {
  opacity: 0.25;
}
.nav-tabs.nav-tabs-special-1 .nav-link:hover, .nav-tabs.nav-tabs-special-1 .nav-link.active, .nav-tabs.nav-tabs-special-1 .nav-link.active:focus, .nav-tabs.nav-tabs-special-1 .nav-link.active:hover {
  border-color: #C70064;
}
.nav-tabs.nav-tabs-special-2 .nav-link:hover, .nav-tabs.nav-tabs-special-2 .nav-link.active, .nav-tabs.nav-tabs-special-2 .nav-link.active:focus, .nav-tabs.nav-tabs-special-2 .nav-link.active:hover {
  border-color: #F8A400;
}
.nav-tabs.nav-tabs-special-3 .nav-link:hover, .nav-tabs.nav-tabs-special-3 .nav-link.active, .nav-tabs.nav-tabs-special-3 .nav-link.active:focus, .nav-tabs.nav-tabs-special-3 .nav-link.active:hover {
  border-color: #C9C600;
}
.nav-tabs.nav-tabs-special-4 .nav-link:hover, .nav-tabs.nav-tabs-special-4 .nav-link.active, .nav-tabs.nav-tabs-special-4 .nav-link.active:focus, .nav-tabs.nav-tabs-special-4 .nav-link.active:hover {
  border-color: #4EAFD0;
}
.nav-tabs.nav-tabs-special-5 .nav-link:hover, .nav-tabs.nav-tabs-special-5 .nav-link.active, .nav-tabs.nav-tabs-special-5 .nav-link.active:focus, .nav-tabs.nav-tabs-special-5 .nav-link.active:hover {
  border-color: #777777;
}
.nav-tabs.nav-tabs-special-6 .nav-link:hover, .nav-tabs.nav-tabs-special-6 .nav-link.active, .nav-tabs.nav-tabs-special-6 .nav-link.active:focus, .nav-tabs.nav-tabs-special-6 .nav-link.active:hover {
  border-color: #594281;
}

.nav-tabs-light-mode {
  border-bottom: none;
  background-color: #f9fafb;
}
.nav-tabs-light-mode .nav-link {
  border-bottom: none;
}

.nav-tabs-inverse-mode {
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 0;
}
.nav-tabs-inverse-mode .nav-link {
  border-bottom: none;
}
.nav-tabs-inverse-mode .nav-link.active, .nav-tabs-inverse-mode .nav-link.active:focus, .nav-tabs-inverse-mode .nav-link.active:hover {
  background-color: #EF8030;
  color: #fff;
}
.nav-tabs-inverse-mode + .tab-content {
  background-color: #f9fafb;
  padding: 20px 16px;
}

.nav-tabs-left,
.nav-tabs-right {
  display: flex;
}
.nav-tabs-left .nav-tabs,
.nav-tabs-right .nav-tabs {
  flex-direction: column;
  border-bottom: 0;
}
.nav-tabs-left .nav-tabs .nav-item + .nav-item,
.nav-tabs-right .nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}
.nav-tabs-left .nav-tabs .nav-link,
.nav-tabs-right .nav-tabs .nav-link {
  border-bottom: none;
  text-align: left;
}
.nav-tabs-left .tab-content,
.nav-tabs-right .tab-content {
  overflow: hidden;
}

.nav-tabs-left .nav-tabs {
  border-right: 1px solid #ebebeb;
}
.nav-tabs-left .nav-tabs .nav-link {
  border-right: 2px solid transparent;
}
.nav-tabs-left .tab-content {
  padding-left: 20px;
}

.nav-tabs-right .nav-tabs {
  order: 2;
  border-left: 1px solid #ebebeb;
}
.nav-tabs-right .nav-tabs .nav-link {
  border-left: 2px solid transparent;
}
.nav-tabs-right .tab-content {
  order: 1;
  padding-right: 20px;
}

@media (max-width: 1000px) {
  .nav-tabs .nav-item {
    margin-bottom: 1px;
    width: 100%;
  }
}
.nav-process {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 1rem;
}
.nav-process .nav-title {
  font-weight: 400;
}
.nav-process .nav-item {
  align-items: center;
}
.nav-process .nav-link {
  padding: 0;
}

.nav-process-circle .nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #EF8030;
  padding: 0 12px;
}
.nav-process-circle .nav-item:first-child .nav-link::before {
  display: none;
}
.nav-process-circle .nav-item.complete .nav-link, .nav-process-circle .nav-item.complete .nav-link::before, .nav-process-circle .nav-item.processing .nav-link, .nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #90BFCC;
}
.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #90BFCC;
  width: 29px;
  height: 29px;
  transform: translateX(0);
  color: #fff;
}
.nav-process-circle .nav-item.complete .nav-link::after {
  width: 29px;
  height: 29px;
  transform: translateX(0);
  color: #fff;
}
.nav-process-circle .nav-item.processing {
  color: #616A78;
}
.nav-process-circle .nav-item.processing .nav-link::after {
  width: 13px;
  height: 13px;
  margin-top: 8px;
  transform: translateX(8px);
  color: transparent;
}
.nav-process-circle .nav-link {
  display: inline-flex;
  margin: 10px 0;
  width: 29px;
  height: 29px;
  max-height: 29px;
  border-radius: 50%;
  background-color: #EF8030;
  transition: 0.5s;
  z-index: 1;
}
.nav-process-circle .nav-link::before {
  content: "";
  position: absolute;
  left: calc(-50% + 14.5px);
  right: calc(50% + 14.5px);
  height: 10px;
  margin-top: 9.5px;
  background-color: #EF8030;
  cursor: default;
  transition: 0.5s;
}
.nav-process-circle .nav-link::after {
  content: "\e64c";
  font-family: themify;
  width: 0;
  height: 0;
  text-align: center;
  font-size: 15px;
  position: absolute;
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
  transform: translate(14.5px, 14.5px);
  transition: 0.5s;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.nav-process-iconic .nav-item {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: center;
  color: #EF8030;
  padding: 0 12px;
}
.nav-process-iconic .nav-item i {
  color: #EF8030;
}
.nav-process-iconic .nav-item:first-child .nav-link::before {
  display: none;
}
.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #90BFCC;
}
.nav-process-iconic .nav-item.complete i {
  color: #fff;
}
.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #90BFCC;
}
.nav-process-iconic .nav-item.processing {
  color: #616A78;
}
.nav-process-iconic .nav-item.processing i {
  color: #90BFCC;
}
.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #90BFCC;
  background-color: #fff;
}
.nav-process-iconic .nav-link {
  font-size: 22px;
  justify-content: center !important;
  margin: 10px 0;
  width: 48px;
  height: 48px;
  line-height: 44px;
  max-height: 48px;
  border-radius: 50%;
  border: 2px solid transparent;
  background-color: #EF8030;
  color: inherit;
}
.nav-process-iconic .nav-link::before {
  content: "";
  position: absolute;
  left: calc(-50% + 24px);
  right: calc(50% + 24px);
  height: 3px;
  margin-top: 22.5px;
  background-color: #EF8030;
  cursor: default;
}

.nav-process-box {
  margin-bottom: 0;
}
.nav-process-box .nav-item {
  display: flex;
  flex: 1;
  border-right: 1px solid #f1f2f3;
}
.nav-process-box .nav-item::after {
  content: "\e649";
  font-family: themify;
  color: #f1f2f3;
  background-color: #fff;
  margin-right: -10px;
  line-height: 1;
}
.nav-process-box .nav-item:last-child {
  border-right: none;
}
.nav-process-box .nav-item:last-child::after {
  display: none;
}
.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #fff;
  background-color: #90BFCC;
}
.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number i {
  color: #fff;
}
.nav-process-box .nav-item.processing .nav-link-number {
  background-color: #465161;
  color: #fff;
}
.nav-process-box .nav-item.processing .nav-title {
  color: #465161;
}
.nav-process-box .nav-link {
  padding: 12px 20px;
  width: 100%;
}
.nav-process-box .nav-link-number {
  display: inline-block;
  max-width: 29px;
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 50%;
  background-color: #EF8030;
  color: #EF8030;
  text-align: center;
}
.nav-process-box .nav-link-number i {
  font-size: 12px;
}
.nav-process-block .nav-item {
  display: flex;
  flex: 1;
  color: #EF8030;
  margin-right: 4px;
}
.nav-process-block .nav-item:last-child {
  margin-right: 0;
}
.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #90BFCC;
  color: #fff;
}
.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #90BFCC;
  font-weight: 400;
}
.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #90BFCC;
  color: #fff;
}
.nav-process-block .nav-link {
  display: flex;
  width: 100%;
  background-color: #EF8030;
  padding: 20px;
}
.nav-process-block .nav-link-number {
  max-width: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 28px;
  font-weight: 300;
  border-radius: 50%;
  background-color: #fff;
  color: #EF8030;
  text-align: center;
  flex-shrink: 0;
}
.nav-process-block .nav-link-body {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  flex-grow: 1;
  white-space: normal;
  padding-left: 12px;
  line-height: 1.25rem;
  font-weight: 300;
  white-space: nowrap;
}
.nav-process-block .nav-title {
  margin-bottom: 10px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .nav-process-block .nav-link {
    padding: 10px;
    flex-direction: column;
    align-items: center;
  }
  .nav-process-block .nav-link-number {
    transform: scale(0.6);
  }
  .nav-process-block .nav-link-body {
    text-align: center;
    margin-left: 0 !important;
    padding-left: 0;
    margin-top: 10px;
  }
}

.nav-process-sm.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-sm.nav-process-circle .nav-item.processing .nav-link::after {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.nav-process-sm.nav-process-circle .nav-item.complete .nav-link::after {
  width: 24px;
  height: 24px;
}
.nav-process-sm.nav-process-circle .nav-item.processing .nav-link::after {
  width: 8px;
  height: 8px;
  margin-top: 8px;
  transform: translateX(8px);
}
.nav-process-sm.nav-process-circle .nav-link {
  margin: 10px 0;
  width: 24px;
  height: 24px;
  max-height: 24px;
}
.nav-process-sm.nav-process-circle .nav-link::before {
  left: calc(-50% + 12px);
  right: calc(50% + 12px);
  height: 10px;
  margin-top: 7px;
}
.nav-process-sm.nav-process-circle .nav-link::after {
  font-size: 12px;
}
.nav-process-sm.nav-process-iconic .nav-link {
  font-size: 18px;
  width: 36px;
  height: 36px;
  line-height: 32px;
  max-height: 36px;
}
.nav-process-sm.nav-process-iconic .nav-link::before {
  left: calc(-50% + 18px);
  right: calc(50% + 18px);
  margin-top: 16.5px;
}
.nav-process-sm.nav-process-box .nav-link {
  padding-top: 8px;
  padding-bottom: 8px;
}
.nav-process-sm.nav-process-box .nav-link-number {
  max-width: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.nav-process-sm.nav-process-box .nav-link-number i {
  font-size: 10px;
}
.nav-process-sm.nav-process-box .nav-title {
  font-size: 12px;
}
.nav-process-sm.nav-process-block .nav-link {
  padding: 16px;
}
.nav-process-sm.nav-process-block .nav-link-number {
  max-width: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
}
.nav-process-sm.nav-process-block .nav-link-body {
  line-height: 1rem;
}
.nav-process-sm.nav-process-block .nav-title {
  font-size: 0.9375rem;
}

.nav-process-lg.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-lg.nav-process-circle .nav-item.processing .nav-link::after {
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.nav-process-lg.nav-process-circle .nav-item.complete .nav-link::after {
  width: 36px;
  height: 36px;
}
.nav-process-lg.nav-process-circle .nav-item.processing .nav-link::after {
  width: 14px;
  height: 14px;
  margin-top: 11px;
  transform: translateX(11px);
}
.nav-process-lg.nav-process-circle .nav-link {
  margin: 10px 0;
  width: 36px;
  height: 36px;
  max-height: 36px;
}
.nav-process-lg.nav-process-circle .nav-link::before {
  left: calc(-50% + 18px);
  right: calc(50% + 18px);
  height: 10px;
  margin-top: 13px;
}
.nav-process-lg.nav-process-circle .nav-link::after {
  font-size: 18px;
}
.nav-process-lg.nav-process-iconic .nav-link {
  font-size: 28px;
  width: 66px;
  height: 66px;
  line-height: 62px;
  max-height: 66px;
}
.nav-process-lg.nav-process-iconic .nav-link::before {
  left: calc(-50% + 33px);
  right: calc(50% + 33px);
  margin-top: 31.5px;
}
.nav-process-lg.nav-process-box .nav-link {
  padding-top: 16px;
  padding-bottom: 16px;
}
.nav-process-lg.nav-process-box .nav-link-number {
  max-width: 36px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
}
.nav-process-lg.nav-process-box .nav-link-number i {
  font-size: 12px;
}
.nav-process-lg.nav-process-box .nav-title {
  font-size: 14px;
}
.nav-process-lg.nav-process-block .nav-link {
  padding: 24px;
}
.nav-process-lg.nav-process-block .nav-link-number {
  max-width: 66px;
  width: 66px;
  height: 66px;
  line-height: 66px;
  font-size: 32px;
}
.nav-process-lg.nav-process-block .nav-link-body {
  line-height: 1.5rem;
}
.nav-process-lg.nav-process-block .nav-title {
  font-size: 1.125rem;
}

.nav-process-secondary.nav-process-circle .nav-item.complete .nav-link, .nav-process-secondary.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-secondary.nav-process-circle .nav-item.processing .nav-link, .nav-process-secondary.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #EF8030;
}
.nav-process-secondary.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-secondary.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #EF8030;
}
.nav-process-secondary.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-secondary.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #EF8030;
}
.nav-process-secondary.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #EF8030;
}
.nav-process-secondary.nav-process-iconic .nav-item.processing i {
  color: #EF8030;
}
.nav-process-secondary.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #EF8030;
}
.nav-process-secondary.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #EF8030;
}
.nav-process-secondary.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #EF8030;
}
.nav-process-secondary.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #EF8030;
}
.nav-process-secondary.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #EF8030;
}

.nav-process-gray.nav-process-circle .nav-item.complete .nav-link, .nav-process-gray.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-gray.nav-process-circle .nav-item.processing .nav-link, .nav-process-gray.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #f2f2f2;
}
.nav-process-gray.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-gray.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #929DAF;
}
.nav-process-gray.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-gray.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #929DAF;
}
.nav-process-gray.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #929DAF;
}
.nav-process-gray.nav-process-iconic .nav-item.processing i {
  color: #929DAF;
}
.nav-process-gray.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #929DAF;
}
.nav-process-gray.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #929DAF;
}
.nav-process-gray.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #929DAF;
}
.nav-process-gray.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #929DAF;
}
.nav-process-gray.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #929DAF;
}

.nav-process-dark.nav-process-circle .nav-item.complete .nav-link, .nav-process-dark.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-dark.nav-process-circle .nav-item.processing .nav-link, .nav-process-dark.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #c8c8c8;
}
.nav-process-dark.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-dark.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #465161;
}
.nav-process-dark.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-dark.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #465161;
}
.nav-process-dark.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #465161;
}
.nav-process-dark.nav-process-iconic .nav-item.processing i {
  color: #465161;
}
.nav-process-dark.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #465161;
}
.nav-process-dark.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #465161;
}
.nav-process-dark.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #465161;
}
.nav-process-dark.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #465161;
}
.nav-process-dark.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #465161;
}

.nav-process-success.nav-process-circle .nav-item.complete .nav-link, .nav-process-success.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-success.nav-process-circle .nav-item.processing .nav-link, .nav-process-success.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #e3fcf2;
}
.nav-process-success.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-success.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #15c377;
}
.nav-process-success.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-success.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #15c377;
}
.nav-process-success.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #15c377;
}
.nav-process-success.nav-process-iconic .nav-item.processing i {
  color: #15c377;
}
.nav-process-success.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #15c377;
}
.nav-process-success.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #15c377;
}
.nav-process-success.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #15c377;
}
.nav-process-success.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #15c377;
}
.nav-process-success.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #15c377;
}

.nav-process-info.nav-process-circle .nav-item.complete .nav-link, .nav-process-info.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-info.nav-process-circle .nav-item.processing .nav-link, .nav-process-info.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #e3f3fc;
}
.nav-process-info.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-info.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #48B0F7;
}
.nav-process-info.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-info.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #48B0F7;
}
.nav-process-info.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #48B0F7;
}
.nav-process-info.nav-process-iconic .nav-item.processing i {
  color: #48B0F7;
}
.nav-process-info.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #48B0F7;
}
.nav-process-info.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #48B0F7;
}
.nav-process-info.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #48B0F7;
}
.nav-process-info.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #48B0F7;
}
.nav-process-info.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #48B0F7;
}

.nav-process-warning.nav-process-circle .nav-item.complete .nav-link, .nav-process-warning.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-warning.nav-process-circle .nav-item.processing .nav-link, .nav-process-warning.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #fcf0e3;
}
.nav-process-warning.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-warning.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #faa64b;
}
.nav-process-warning.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-warning.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #faa64b;
}
.nav-process-warning.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #faa64b;
}
.nav-process-warning.nav-process-iconic .nav-item.processing i {
  color: #faa64b;
}
.nav-process-warning.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #faa64b;
}
.nav-process-warning.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #faa64b;
}
.nav-process-warning.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #faa64b;
}
.nav-process-warning.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #faa64b;
}
.nav-process-warning.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #faa64b;
}

.nav-process-danger.nav-process-circle .nav-item.complete .nav-link, .nav-process-danger.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-danger.nav-process-circle .nav-item.processing .nav-link, .nav-process-danger.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #fce3e3;
}
.nav-process-danger.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-danger.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #f96868;
}
.nav-process-danger.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-danger.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #f96868;
}
.nav-process-danger.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #f96868;
}
.nav-process-danger.nav-process-iconic .nav-item.processing i {
  color: #f96868;
}
.nav-process-danger.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #f96868;
}
.nav-process-danger.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #f96868;
}
.nav-process-danger.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #f96868;
}
.nav-process-danger.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #f96868;
}
.nav-process-danger.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #f96868;
}

.nav-process-pink.nav-process-circle .nav-item.complete .nav-link, .nav-process-pink.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-pink.nav-process-circle .nav-item.processing .nav-link, .nav-process-pink.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #fce3ec;
}
.nav-process-pink.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-pink.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #C70064;
}
.nav-process-pink.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-pink.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #C70064;
}
.nav-process-pink.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #C70064;
}
.nav-process-pink.nav-process-iconic .nav-item.processing i {
  color: #C70064;
}
.nav-process-pink.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #C70064;
}
.nav-process-pink.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #C70064;
}
.nav-process-pink.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #C70064;
}
.nav-process-pink.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #C70064;
}
.nav-process-pink.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #C70064;
}

.nav-process-purple.nav-process-circle .nav-item.complete .nav-link, .nav-process-purple.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-purple.nav-process-circle .nav-item.processing .nav-link, .nav-process-purple.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #ece3fc;
}
.nav-process-purple.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-purple.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #6F2A59;
}
.nav-process-purple.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-purple.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #6F2A59;
}
.nav-process-purple.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #6F2A59;
}
.nav-process-purple.nav-process-iconic .nav-item.processing i {
  color: #6F2A59;
}
.nav-process-purple.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #6F2A59;
}
.nav-process-purple.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #6F2A59;
}
.nav-process-purple.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #6F2A59;
}
.nav-process-purple.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #6F2A59;
}
.nav-process-purple.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #6F2A59;
}

.nav-process-brown.nav-process-circle .nav-item.complete .nav-link, .nav-process-brown.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-brown.nav-process-circle .nav-item.processing .nav-link, .nav-process-brown.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #eddcd5;
}
.nav-process-brown.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-brown.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #8d6658;
}
.nav-process-brown.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-brown.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #8d6658;
}
.nav-process-brown.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #8d6658;
}
.nav-process-brown.nav-process-iconic .nav-item.processing i {
  color: #8d6658;
}
.nav-process-brown.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #8d6658;
}
.nav-process-brown.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #8d6658;
}
.nav-process-brown.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #8d6658;
}
.nav-process-brown.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #8d6658;
}
.nav-process-brown.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #8d6658;
}

.nav-process-cyan.nav-process-circle .nav-item.complete .nav-link, .nav-process-cyan.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-cyan.nav-process-circle .nav-item.processing .nav-link, .nav-process-cyan.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #e3fafc;
}
.nav-process-cyan.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-cyan.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #57c7d4;
}
.nav-process-cyan.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-cyan.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #57c7d4;
}
.nav-process-cyan.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #57c7d4;
}
.nav-process-cyan.nav-process-iconic .nav-item.processing i {
  color: #57c7d4;
}
.nav-process-cyan.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #57c7d4;
}
.nav-process-cyan.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #57c7d4;
}
.nav-process-cyan.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #57c7d4;
}
.nav-process-cyan.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #57c7d4;
}
.nav-process-cyan.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #57c7d4;
}

.nav-process-yellow.nav-process-circle .nav-item.complete .nav-link, .nav-process-yellow.nav-process-circle .nav-item.complete .nav-link::before, .nav-process-yellow.nav-process-circle .nav-item.processing .nav-link, .nav-process-yellow.nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #fcf8e3;
}
.nav-process-yellow.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-yellow.nav-process-circle .nav-item.processing .nav-link::after {
  background-color: #fcc525;
}
.nav-process-yellow.nav-process-iconic .nav-item.complete .nav-link::before, .nav-process-yellow.nav-process-iconic .nav-item.processing .nav-link::before {
  background-color: #fcc525;
}
.nav-process-yellow.nav-process-iconic .nav-item.complete .nav-link {
  background-color: #fcc525;
}
.nav-process-yellow.nav-process-iconic .nav-item.processing i {
  color: #fcc525;
}
.nav-process-yellow.nav-process-iconic .nav-item.processing .nav-link {
  border-color: #fcc525;
}
.nav-process-yellow.nav-process-box .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  background-color: #fcc525;
}
.nav-process-yellow.nav-process-block .nav-item.complete:not(.processing) .nav-link {
  background-color: #fcc525;
}
.nav-process-yellow.nav-process-block .nav-item.complete:not(.processing) .nav-link .nav-link-number {
  color: #fcc525;
}
.nav-process-yellow.nav-process-block .nav-item.processing .nav-link-number {
  background-color: #fcc525;
}

.nav-process-secondary.nav-process-circle .nav-item.complete .nav-link::after {
  color: #EF8030;
}
.nav-process-secondary.nav-process-iconic .nav-item .nav-link {
  color: #EF8030;
}
.nav-process-secondary.nav-process-iconic .nav-item.complete .nav-link {
  color: #EF8030;
}
.nav-process-secondary.nav-process-block .nav-item.complete .nav-link {
  color: #EF8030;
}
.nav-process-secondary.nav-process-block .nav-item.processing .nav-link-number {
  color: #EF8030;
}

.progress {
  border-radius: 2px;
  margin-bottom: 8px;
  background-color: #f5f6f7;
}

.progress-bar {
  height: 5px;
  background-color: #90BFCC;
}

progress {
  width: 100%;
}

.progress-xs {
  height: 3px;
}

.progress-sm {
  height: 4px;
}

.progress-lg {
  height: 6px;
}

.progress-xl {
  height: 7px;
}

.progress[value] {
  color: #f9fafb;
}

.progress[value]::-webkit-progress-bar {
  background-color: #f9fafb;
  border-radius: 0;
  box-shadow: none;
}

.progress[value]::-webkit-progress-value {
  background-color: #90BFCC;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.progress[value="100"]::-webkit-progress-value {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.progress-special-1[value]::-webkit-progress-value {
  background-color: #C70064;
}
.progress-special-1[value]::-moz-progress-bar {
  background-color: #C70064;
}

.progress-special-2[value]::-webkit-progress-value {
  background-color: #F8A400;
}
.progress-special-2[value]::-moz-progress-bar {
  background-color: #F8A400;
}

.progress-special-3[value]::-webkit-progress-value {
  background-color: #C9C600;
}
.progress-special-3[value]::-moz-progress-bar {
  background-color: #C9C600;
}

.progress-special-4[value]::-webkit-progress-value {
  background-color: #4EAFD0;
}
.progress-special-4[value]::-moz-progress-bar {
  background-color: #4EAFD0;
}

.progress-special-5[value]::-webkit-progress-value {
  background-color: #777777;
}
.progress-special-5[value]::-moz-progress-bar {
  background-color: #777777;
}

.progress-special-6[value]::-webkit-progress-value {
  background-color: #594281;
}
.progress-special-6[value]::-moz-progress-bar {
  background-color: #594281;
}

.spinner-linear {
  position: relative;
  height: 2px;
  display: block;
  width: 100%;
  background-color: #f5f6f7;
  border-radius: 2px;
  background-clip: padding-box;
  overflow: hidden;
}
.spinner-linear .line {
  background-color: #90BFCC;
}
.spinner-linear .line::before, .spinner-linear .line::after {
  content: "";
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
}
.spinner-linear .line::before {
  animation: spinner-linear 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.spinner-linear .line::after {
  animation: spinner-linear-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}

@keyframes spinner-linear {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes spinner-linear-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
.spinner-dots {
  width: 70px;
  text-align: center;
}
.spinner-dots span {
  width: 12px;
  height: 12px;
  background-color: #90BFCC;
  border-radius: 100%;
  display: inline-block;
  animation: spinner-dots 1.4s infinite ease-in-out both;
}
.spinner-dots .dot1 {
  animation-delay: -0.32s;
}
.spinner-dots .dot2 {
  animation-delay: -0.16s;
}

@keyframes spinner-dots {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.spinner-ball {
  width: 50px;
  height: 50px;
  animation: spinner-ball infinite linear 1s;
  border-radius: 100%;
  background-color: #90BFCC;
}

@keyframes spinner-ball {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.spinner-circle {
  width: 25px;
  height: 25px;
  animation: spinner-circle infinite 0.75s linear;
  border: 1px solid #90BFCC;
  border-top-color: transparent;
  border-radius: 100%;
}

.spinner-circle-shadow {
  position: relative;
  width: 25px;
  height: 25px;
  animation: spinner-circle infinite 0.75s linear;
  border: 1px solid rgba(144, 191, 204, 0.3);
  border-left-color: #90BFCC;
  border-radius: 100%;
}

@keyframes spinner-circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner-circle-material-svg {
  animation: spinner-svg-spinner 1.5s linear infinite;
  height: 54px;
  width: 54px;
}
.spinner-circle-material-svg .circle {
  animation: spinner-svg-progress 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite, spinner-svg-colors 6s cubic-bezier(0.4, 0, 0.2, 1) infinite;
  fill: none;
  stroke: #db3236;
  stroke-linecap: round;
  stroke-width: 2;
}

@keyframes spinner-svg-spinner {
  0% {
    transform: rotate(-110deg);
  }
  20% {
    transform: rotate(-70deg);
  }
  60% {
    transform: rotate(90deg);
  }
  100% {
    transform: rotate(250deg);
  }
}
@keyframes spinner-svg-progress {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  20% {
    stroke-dasharray: 1, 150;
    stroke-dash-offset: 0;
  }
  60% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes spinner-svg-colors {
  0% {
    stroke: #db3236;
  }
  23% {
    stroke: #db3236;
  }
  27% {
    stroke: #4885ed;
  }
  48% {
    stroke: #4885ed;
  }
  52% {
    stroke: #3cba54;
  }
  73% {
    stroke: #3cba54;
  }
  77% {
    stroke: #f4c20d;
  }
  98% {
    stroke: #f4c20d;
  }
}
.spinner-circle-material {
  height: 50px;
  min-height: 50px;
  width: 50px;
  border-radius: 100px;
  border: 2px transparent solid;
  border-top: 2px #3F51B5 solid;
  animation: spinner-material 4s infinite;
}

@keyframes spinner-material {
  0% {
    transform: rotate(0deg);
    border-top-color: #3F51B5;
  }
  25% {
    transform: rotate(360deg);
    border-top-color: #F44336;
  }
  50% {
    transform: rotate(720deg);
    border-top-color: #FFC107;
  }
  75% {
    transform: rotate(1080deg);
    border-top-color: #4CAF50;
  }
  100% {
    transform: rotate(1440deg);
    border-top-color: #3F51B5;
  }
}
.spinner-special-1.spinner-linear .line, .spinner-special-1.spinner-dots span, .spinner-special-1.spinner-ball {
  background-color: #C70064;
}
.spinner-special-1.spinner-circle {
  border-color: #C70064;
  border-top-color: transparent;
}
.spinner-special-1.spinner-circle-shadow {
  border-color: rgba(199, 0, 100, 0.3);
  border-left-color: #C70064;
}

.spinner-special-2.spinner-linear .line, .spinner-special-2.spinner-dots span, .spinner-special-2.spinner-ball {
  background-color: #F8A400;
}
.spinner-special-2.spinner-circle {
  border-color: #F8A400;
  border-top-color: transparent;
}
.spinner-special-2.spinner-circle-shadow {
  border-color: rgba(248, 164, 0, 0.3);
  border-left-color: #F8A400;
}

.spinner-special-3.spinner-linear .line, .spinner-special-3.spinner-dots span, .spinner-special-3.spinner-ball {
  background-color: #C9C600;
}
.spinner-special-3.spinner-circle {
  border-color: #C9C600;
  border-top-color: transparent;
}
.spinner-special-3.spinner-circle-shadow {
  border-color: rgba(201, 198, 0, 0.3);
  border-left-color: #C9C600;
}

.spinner-special-4.spinner-linear .line, .spinner-special-4.spinner-dots span, .spinner-special-4.spinner-ball {
  background-color: #4EAFD0;
}
.spinner-special-4.spinner-circle {
  border-color: #4EAFD0;
  border-top-color: transparent;
}
.spinner-special-4.spinner-circle-shadow {
  border-color: rgba(78, 175, 208, 0.3);
  border-left-color: #4EAFD0;
}

.spinner-special-5.spinner-linear .line, .spinner-special-5.spinner-dots span, .spinner-special-5.spinner-ball {
  background-color: #777777;
}
.spinner-special-5.spinner-circle {
  border-color: #777777;
  border-top-color: transparent;
}
.spinner-special-5.spinner-circle-shadow {
  border-color: rgba(119, 119, 119, 0.3);
  border-left-color: #777777;
}

.spinner-special-6.spinner-linear .line, .spinner-special-6.spinner-dots span, .spinner-special-6.spinner-ball {
  background-color: #594281;
}
.spinner-special-6.spinner-circle {
  border-color: #594281;
  border-top-color: transparent;
}
.spinner-special-6.spinner-circle-shadow {
  border-color: rgba(89, 66, 129, 0.3);
  border-left-color: #594281;
}

.dock-list {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  padding-right: 22px;
  height: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 994;
  max-width: calc(100% - 30px);
}
.dock-list.maximize {
  z-index: 999;
}

@media (max-width: 767px) {
  .dock-list {
    padding-right: 7px;
    max-width: calc(100% - 23px);
  }
}
.modal-open .dock-list {
  z-index: 1050;
}
.modal-open .dock-list .dock {
  border-color: transparent;
  transition: border-color 0s;
}
.modal-open .dock-list .modal.in {
  background-color: rgba(0, 0, 0, 0.3);
}

.dock {
  border: 1px solid #f1f2f3;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  margin: 0 8px;
  transition: 0.3s;
  display: none;
  max-width: 100%;
}
.dock:hover {
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.06);
}
.dock.reveal {
  display: block;
}
.dock.shake:not(.minimize), .dock.shake.minimize .dock-header {
  animation: h-shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}
.dock.blink .dock-header {
  background-color: #e3f3fc;
}
.dock.minimize {
  transform: translateY(calc(100% - 44px));
}
.dock.minimize .dock-header {
  cursor: pointer;
}
.dock.minimize .dock-body {
  width: 0;
  min-width: 0;
}
.dock.minimize .dock-actions {
  margin-left: 20px;
}
.dock.minimize .dock-actions > * {
  display: none;
}
.dock.minimize .dock-actions [data-dock=close] {
  display: inline-block;
  opacity: 0;
}
.dock.minimize:hover .dock-actions [data-dock=close] {
  opacity: 1;
}
.dock.maximize {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: 0;
  margin-right: 0;
  z-index: 999;
}
.dock.maximize .dock-body {
  width: 100%;
  height: 100%;
}

.dock-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 12px;
  height: 44px;
  background-color: #f9fafb;
  border-bottom: 1px solid #f1f2f3;
  transition: 0.3s;
}

.dock-title {
  display: flex;
  font-weight: 300;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 8px;
  margin: -8px;
}
.dock-title > * {
  margin: 8px;
}

.dock-actions {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  z-index: 9;
  color: #EF8030;
  margin: -8px;
}
.dock-actions > * {
  margin: 8px;
}
.dock-actions > *:not(.dropdown),
.dock-actions > .dropdown .dropdown-toggle {
  min-width: 20px;
  height: 44px;
  text-align: center;
  opacity: 0.7;
  cursor: pointer;
  transition: 0.2s;
}
.dock-actions > *:not(.dropdown):hover,
.dock-actions > .dropdown .dropdown-toggle:hover {
  opacity: 1;
}
.dock-actions > *:not(.dropdown),
.dock-actions .dropdown-toggle {
  line-height: 44px;
}
.dock-actions [data-dock=close]::before,
.dock-actions [data-dock=maximize]::before,
.dock-actions [data-dock=minimize]::before {
  font-family: themify;
}
.dock-actions [data-dock=close]::before {
  content: "\e646";
}
.dock-actions [data-dock=maximize]::before {
  content: "\e6be";
  display: inline-block;
  transform: rotate(90deg);
}
.dock-actions [data-dock=minimize]::before {
  content: "\e622";
  vertical-align: sub;
}

.dock-header-inverse .dock-info {
  color: #fff;
}
.dock-header-inverse .dock-actions {
  color: #fff;
}

.dock-body {
  flex: 1;
  background-color: #fff;
  min-height: 300px;
  min-width: 240px;
  max-width: 100%;
  width: 400px;
  height: 400px;
}

.dock-block {
  padding: 20px;
}

.dock-xs .dock-body {
  width: 260px;
  height: 300px;
}

.dock-sm .dock-body {
  width: 340px;
  height: 340px;
}

.dock-lg .dock-body {
  width: 480px;
  height: 480px;
}

.dock-xl .dock-body {
  width: 560px;
  height: 560px;
}

.dock-footer {
  padding: 12px;
  background-color: #fff;
}

@keyframes h-shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}
@keyframes dock-show {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
    transform-origin: right bottom 0;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes dock-w {
  to {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    margin: 0 8px;
  }
}
#opsModal,
#opsVentana {
  background: rgba(33, 41, 52, 0.6);
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  display: flex;
  position: fixed;
  z-index: 999;
}

#opsVentana .modal-content,
#opsModal .modal-content {
  border-radius: 6px !important;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(33, 41, 52, 0.6);
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: 600px;
  min-width: 230px !important;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 2rem;
  font-size: 1.3rem;
}
#opsVentana .modal-content .modal-body,
#opsModal .modal-content .modal-body {
  padding: 0;
}
#opsVentana .modal-content .modal-body td.TDCumpleImagen,
#opsModal .modal-content .modal-body td.TDCumpleImagen {
  height: 120px;
}
#opsVentana .modal-content .modal-body td.TDCumpleImagen h1,
#opsModal .modal-content .modal-body td.TDCumpleImagen h1 {
  margin: 0;
}
#opsVentana .modal-content .modal-header,
#opsModal .modal-content .modal-header {
  text-align: center;
  display: block;
  padding: 0;
  border: none;
}
#opsVentana .modal-content table,
#opsModal .modal-content table {
  background-color: #fff;
  width: 100%;
}
#opsVentana .modal-content table .TDDumpleNombre h3,
#opsModal .modal-content table .TDDumpleNombre h3 {
  margin: 0;
}
#opsVentana .modal-content table textarea,
#opsModal .modal-content table textarea {
  border-color: #d3d3d3;
  border-radius: 6px;
  color: #757576;
  padding: 10px 15px;
  font-size: 14px;
  width: 65%;
}
#opsVentana .modal-content #btnAceptarSaludo,
#opsVentana .modal-content #btnAceptarSaludo:hover,
#opsModal .modal-content #btnAceptarSaludo,
#opsModal .modal-content #btnAceptarSaludo:hover {
  background-color: #ef8030 !important;
  color: #fff;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 15px;
  cursor: pointer;
}
#opsVentana .modal-content #DivModalPoppupFooterOps,
#opsModal .modal-content #DivModalPoppupFooterOps {
  display: none;
}

.modal-header {
  border-bottom-color: #f1f2f3;
  border: none;
  padding: 5px;
}

.modal-header .opsventanaclose {
  position: absolute;
  top: 5px;
  right: 5px;
  border: none;
  background-color: #ef8030;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-radius: 15px;
  width: 21px;
  height: 21px;
  line-height: 20px;
}

.modal-header h2 {
  width: 100%;
  text-align: center;
  margin: 0;
  display: none;
}

.modal-header {
  border-bottom-color: #f1f2f3;
}
.modal-header.no-border {
  margin-bottom: 1rem;
}
.modal-header h2 {
  width: 100%;
  text-align: center;
  margin: 0;
  display: none;
}
.modal-header .opsmodalclose {
  position: absolute;
  right: 5px;
  width: 20px;
  font-size: 30px;
  top: 5px;
  cursor: pointer;
  height: 20px;
}

@media (max-width: 680px) {
  .modal-title {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
  }
  .modal-footer {
    border: none;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.modal[data-backdrop=false]:not(.modal-fill) .modal-content {
  border: 1px solid #f1f2f3;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.06);
}

.modal-top {
  opacity: 1;
}
.modal-top.show .modal-dialog {
  transform: translateY(0) !important;
}
.modal-top .modal-dialog {
  margin-top: 0;
  transform: translateY(-100%) !important;
}
.modal-top .modal-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal-center {
  transform: scale(0);
  transition: 0.4s;
}
.modal-center.show {
  transform: scale(1);
}
.modal-center .modal-dialog {
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%) !important;
}

.modal-bottom {
  opacity: 1;
  overflow-y: hidden !important;
}
.modal-bottom.show .modal-dialog {
  transform: translate(-50%, 0) !important;
}
.modal-bottom .modal-dialog {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 100%) !important;
  transition: 0.4s;
}
.modal-bottom .modal-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.modal-left {
  opacity: 1;
}
.modal-left.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal-left .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  transform: translate(-100%, 0) !important;
  transition: 0.5s;
}
.modal-left .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}
.modal-left .modal-body {
  flex-grow: 1;
}

.modal-right {
  opacity: 1;
}
.modal-right.show .modal-dialog {
  transform: translate(0, 0) !important;
}
.modal-right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  transform: translate(100%, 0) !important;
  transition: 0.5s;
}
.modal-right .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}
.modal-right .modal-body {
  flex-grow: 1;
}

.modal-fill {
  background: rgba(255, 255, 255, 0.97);
  transform: scale(0, 0);
  transition: 0.4s;
}
.modal-fill.show {
  display: flex !important;
  justify-content: center;
  flex-flow: column nowrap;
  transform: scale(1, 1);
  transition: 0.4s;
}
.modal-fill .modal-dialog {
  display: flex;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  justify-content: center;
  flex-flow: column nowrap;
  align-content: center;
  align-items: center;
}
.modal-fill .modal-content {
  background: transparent;
  width: 100%;
  max-width: 600px;
}
.modal-fill .modal-header {
  border-bottom: none;
}
.modal-fill .modal-header .close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  font-size: 2.5rem;
  font-weight: 300;
}

@media (min-width: 576px) {
  .modal-sm {
    width: 360px;
    max-width: 360px;
  }
}
.btn {
  font-size: 14px;
  padding: 5px 16px;
  line-height: inherit;
  color: #EF8030;
  letter-spacing: 1px;
  border-radius: 2px;
  background-color: #fff;
  outline: none !important;
  transition: 0.15s linear;
}
.btn:hover {
  cursor: pointer;
}
.btn:focus, .btn.focus, .btn:active, .btn.active {
  box-shadow: none;
}

.btn-bold {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
}

.btn-group-xs > .btn,
.btn-xs {
  font-size: 11px;
  padding: 2px 8px;
  line-height: 18px;
}
.btn-group-xs > .btn.btn-bold,
.btn-xs.btn-bold {
  font-size: 9px;
}

.btn-group-sm > .btn,
.btn-sm {
  font-size: 12px;
  padding: 4px 12px;
  line-height: 20px;
}
.btn-group-sm > .btn.btn-bold,
.btn-sm.btn-bold {
  font-size: 11px;
}

.btn-group-lg > .btn,
.btn-lg {
  font-size: 15px;
  padding: 7px 20px;
  line-height: 32px;
}
.btn-group-lg > .btn.btn-bold,
.btn-lg.btn-bold {
  font-size: 14px;
}

.btn-w-xs {
  width: 85px;
}

.btn-w-sm {
  width: 100px;
}

.btn-w-md {
  width: 120px;
}

.btn-w-lg {
  width: 145px;
}

.btn-w-xl {
  width: 180px;
}

.btn-round {
  border-radius: 10rem;
}

.btn-primary {
  background-color: #90BFCC;
  border-color: #90BFCC;
  color: #fff;
}
.btn-primary:hover {
  background-color: #accfd9;
  border-color: #accfd9;
  color: #fff;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #90BFCC;
  border-color: #90BFCC;
  opacity: 0.5;
}
.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  background-color: #74afbf;
  border-color: #74afbf;
  color: #fff;
}

.btn-success {
  background-color: #15c377;
  border-color: #15c377;
  color: #fff;
}
.btn-success:hover {
  background-color: #16d17f;
  border-color: #16d17f;
  color: #fff;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
}
.btn-success.disabled, .btn-success:disabled {
  background-color: #15c377;
  border-color: #15c377;
  opacity: 0.5;
}
.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  background-color: #14b56f;
  border-color: #14b56f;
  color: #fff;
}

.btn-info {
  background-color: #48B0F7;
  border-color: #48B0F7;
  color: #fff;
}
.btn-info:hover {
  background-color: #65bdf8;
  border-color: #65bdf8;
  color: #fff;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #48B0F7;
  border-color: #48B0F7;
  opacity: 0.5;
}
.btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  background-color: #2ba3f6;
  border-color: #2ba3f6;
  color: #fff;
}

.btn-warning {
  background-color: #faa64b;
  border-color: #faa64b;
  color: #fff;
}
.btn-warning:hover {
  background-color: #fbb264;
  border-color: #fbb264;
  color: #fff;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #faa64b;
  border-color: #faa64b;
  opacity: 0.5;
}
.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  background-color: #f99a32;
  border-color: #f99a32;
  color: #fff;
}

.btn-danger {
  background-color: #f96868;
  border-color: #f96868;
  color: #fff;
}
.btn-danger:hover {
  background-color: #fa8181;
  border-color: #fa8181;
  color: #fff;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
}
.btn-danger.disabled, .btn-danger:disabled {
  background-color: #f96868;
  border-color: #f96868;
  opacity: 0.5;
}
.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  background-color: #f84f4f;
  border-color: #f84f4f;
  color: #fff;
}

.btn-secondary {
  color: #fff !important;
  background-color: #EF8030;
  border-color: #EF8030;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #f0893e;
  border-color: #f0893e;
  color: #fff;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #EF8030;
  border-color: #EF8030;
  opacity: 0.5;
}
.btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  background-color: #ee7722;
  border-color: #ee7722;
  color: #fff;
}

.btn-link {
  color: #48B0F7;
  font-weight: 500;
}
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
  color: #EF8030;
}

.btn-light {
  background-color: #ffffff;
  border-color: #90BFCC;
  color: #616A78;
}
.btn-light:hover, .btn-light:focus {
  background-color: #f9fafb;
  color: #EF8030;
}
.btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  background-color: #f9fafb;
  color: #EF8030;
}

.btn-purple {
  background-color: #6F2A59;
  border-color: #6F2A59;
  color: #fff;
}
.btn-purple:hover {
  background-color: #823168;
  border-color: #823168;
  color: #fff;
}
.btn-purple:focus, .btn-purple.focus {
  color: #fff;
}
.btn-purple.disabled, .btn-purple:disabled {
  background-color: #6F2A59;
  border-color: #6F2A59;
  opacity: 0.5;
}
.btn-purple:active, .btn-purple.active, .show > .btn-purple.dropdown-toggle {
  background-color: #5d234a;
  border-color: #5d234a;
  color: #fff;
}

.btn-pink {
  background-color: #C70064;
  border-color: #C70064;
  color: #fff;
}
.btn-pink:hover {
  background-color: #db006e;
  border-color: #db006e;
  color: #fff;
}
.btn-pink:focus, .btn-pink.focus {
  color: #fff;
}
.btn-pink.disabled, .btn-pink:disabled {
  background-color: #C70064;
  border-color: #C70064;
  opacity: 0.5;
}
.btn-pink:active, .btn-pink.active, .show > .btn-pink.dropdown-toggle {
  background-color: #b3005a;
  border-color: #b3005a;
  color: #fff;
}

.btn-cyan {
  background-color: #57c7d4;
  border-color: #57c7d4;
  color: #fff;
}
.btn-cyan:hover {
  background-color: #77d2dc;
  border-color: #77d2dc;
  color: #fff;
}
.btn-cyan:focus, .btn-cyan.focus {
  color: #fff;
}
.btn-cyan.disabled, .btn-cyan:disabled {
  background-color: #57c7d4;
  border-color: #57c7d4;
  opacity: 0.5;
}
.btn-cyan:active, .btn-cyan.active, .show > .btn-cyan.dropdown-toggle {
  background-color: #37bccc;
  border-color: #37bccc;
  color: #fff;
}

.btn-yellow {
  background-color: #fcc525;
  border-color: #fcc525;
  color: #fff;
}
.btn-yellow:hover {
  background-color: #fdd04d;
  border-color: #fdd04d;
  color: #fff;
}
.btn-yellow:focus, .btn-yellow.focus {
  color: #fff;
}
.btn-yellow.disabled, .btn-yellow:disabled {
  background-color: #fcc525;
  border-color: #fcc525;
  opacity: 0.5;
}
.btn-yellow:active, .btn-yellow.active, .show > .btn-yellow.dropdown-toggle {
  background-color: #f5b703;
  border-color: #f5b703;
  color: #fff;
}

.btn-brown {
  background-color: #8d6658;
  border-color: #8d6658;
  color: #fff;
}
.btn-brown:hover {
  background-color: #9d7162;
  border-color: #9d7162;
  color: #fff;
}
.btn-brown:focus, .btn-brown.focus {
  color: #fff;
}
.btn-brown.disabled, .btn-brown:disabled {
  background-color: #8d6658;
  border-color: #8d6658;
  opacity: 0.5;
}
.btn-brown:active, .btn-brown.active, .show > .btn-brown.dropdown-toggle {
  background-color: #7d5b4e;
  border-color: #7d5b4e;
  color: #fff;
}

.btn-dark {
  background-color: #465161;
  border-color: #465161;
  color: #fff;
}
.btn-dark:hover {
  background-color: #515d70;
  border-color: #515d70;
  color: #fff;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #465161;
  border-color: #465161;
  opacity: 0.5;
}
.btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  background-color: #3b4552;
  border-color: #3b4552;
  color: #fff;
}

.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #fff;
}
.btn-facebook:hover {
  background-color: #466ab5;
  border-color: #466ab5;
  color: #fff;
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
}
.btn-facebook.disabled, .btn-facebook:disabled {
  background-color: #3b5998;
  border-color: #3b5998;
  opacity: 0.5;
}
.btn-facebook:active, .btn-facebook.active, .show > .btn-facebook.dropdown-toggle {
  background-color: #30487b;
  border-color: #30487b;
  color: #fff;
}

.btn-google {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}
.btn-google:hover {
  background-color: #e36b5c;
  border-color: #e36b5c;
  color: #fff;
}
.btn-google:focus, .btn-google.focus {
  color: #fff;
}
.btn-google.disabled, .btn-google:disabled {
  background-color: #dd4b39;
  border-color: #dd4b39;
  opacity: 0.5;
}
.btn-google:active, .btn-google.active, .show > .btn-google.dropdown-toggle {
  background-color: #ca3523;
  border-color: #ca3523;
  color: #fff;
}

.btn-twitter {
  background-color: #00aced;
  border-color: #00aced;
  color: #fff;
}
.btn-twitter:hover {
  background-color: #17bfff;
  border-color: #17bfff;
  color: #fff;
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
}
.btn-twitter.disabled, .btn-twitter:disabled {
  background-color: #00aced;
  border-color: #00aced;
  opacity: 0.5;
}
.btn-twitter:active, .btn-twitter.active, .show > .btn-twitter.dropdown-toggle {
  background-color: #008ec4;
  border-color: #008ec4;
  color: #fff;
}

.btn-linkedin {
  background-color: #007bb6;
  border-color: #007bb6;
  color: #fff;
}
.btn-linkedin:hover {
  background-color: #0097df;
  border-color: #0097df;
  color: #fff;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  background-color: #007bb6;
  border-color: #007bb6;
  opacity: 0.5;
}
.btn-linkedin:active, .btn-linkedin.active, .show > .btn-linkedin.dropdown-toggle {
  background-color: #005f8d;
  border-color: #005f8d;
  color: #fff;
}

.btn-pinterest {
  background-color: #cb2027;
  border-color: #cb2027;
  color: #fff;
}
.btn-pinterest:hover {
  background-color: #df353c;
  border-color: #df353c;
  color: #fff;
}
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
  background-color: #cb2027;
  border-color: #cb2027;
  opacity: 0.5;
}
.btn-pinterest:active, .btn-pinterest.active, .show > .btn-pinterest.dropdown-toggle {
  background-color: #a81a20;
  border-color: #a81a20;
  color: #fff;
}

.btn-git {
  background-color: #666666;
  border-color: #666666;
  color: #fff;
}
.btn-git:hover {
  background-color: #7a7a7a;
  border-color: #7a7a7a;
  color: #fff;
}
.btn-git:focus, .btn-git.focus {
  color: #fff;
}
.btn-git.disabled, .btn-git:disabled {
  background-color: #666666;
  border-color: #666666;
  opacity: 0.5;
}
.btn-git:active, .btn-git.active, .show > .btn-git.dropdown-toggle {
  background-color: #525252;
  border-color: #525252;
  color: #fff;
}

.btn-tumblr {
  background-color: #32506d;
  border-color: #32506d;
  color: #fff;
}
.btn-tumblr:hover {
  background-color: #3f6589;
  border-color: #3f6589;
  color: #fff;
}
.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
}
.btn-tumblr.disabled, .btn-tumblr:disabled {
  background-color: #32506d;
  border-color: #32506d;
  opacity: 0.5;
}
.btn-tumblr:active, .btn-tumblr.active, .show > .btn-tumblr.dropdown-toggle {
  background-color: #253b51;
  border-color: #253b51;
  color: #fff;
}

.btn-vimeo {
  background-color: #aad450;
  border-color: #aad450;
  color: #fff;
}
.btn-vimeo:hover {
  background-color: #badc71;
  border-color: #badc71;
  color: #fff;
}
.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
}
.btn-vimeo.disabled, .btn-vimeo:disabled {
  background-color: #aad450;
  border-color: #aad450;
  opacity: 0.5;
}
.btn-vimeo:active, .btn-vimeo.active, .show > .btn-vimeo.dropdown-toggle {
  background-color: #99ca32;
  border-color: #99ca32;
  color: #fff;
}

.btn-youtube {
  background-color: #bb0000;
  border-color: #bb0000;
  color: #fff;
}
.btn-youtube:hover {
  background-color: #e40000;
  border-color: #e40000;
  color: #fff;
}
.btn-youtube:focus, .btn-youtube.focus {
  color: #fff;
}
.btn-youtube.disabled, .btn-youtube:disabled {
  background-color: #bb0000;
  border-color: #bb0000;
  opacity: 0.5;
}
.btn-youtube:active, .btn-youtube.active, .show > .btn-youtube.dropdown-toggle {
  background-color: #920000;
  border-color: #920000;
  color: #fff;
}

.btn-flickr {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #fff;
}
.btn-flickr:hover {
  background-color: #ff2998;
  border-color: #ff2998;
  color: #fff;
}
.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
}
.btn-flickr.disabled, .btn-flickr:disabled {
  background-color: #ff0084;
  border-color: #ff0084;
  opacity: 0.5;
}
.btn-flickr:active, .btn-flickr.active, .show > .btn-flickr.dropdown-toggle {
  background-color: #d6006f;
  border-color: #d6006f;
  color: #fff;
}

.btn-reddit {
  background-color: #ff4500;
  border-color: #ff4500;
  color: #fff;
}
.btn-reddit:hover {
  background-color: #ff6329;
  border-color: #ff6329;
  color: #fff;
}
.btn-reddit:focus, .btn-reddit.focus {
  color: #fff;
}
.btn-reddit.disabled, .btn-reddit:disabled {
  background-color: #ff4500;
  border-color: #ff4500;
  opacity: 0.5;
}
.btn-reddit:active, .btn-reddit.active, .show > .btn-reddit.dropdown-toggle {
  background-color: #d63a00;
  border-color: #d63a00;
  color: #fff;
}

.btn-dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: #fff;
}
.btn-dribbble:hover {
  background-color: #ee71a1;
  border-color: #ee71a1;
  color: #fff;
}
.btn-dribbble:focus, .btn-dribbble.focus {
  color: #fff;
}
.btn-dribbble.disabled, .btn-dribbble:disabled {
  background-color: #ea4c89;
  border-color: #ea4c89;
  opacity: 0.5;
}
.btn-dribbble:active, .btn-dribbble.active, .show > .btn-dribbble.dropdown-toggle {
  background-color: #e62771;
  border-color: #e62771;
  color: #fff;
}

.btn-skype {
  background-color: #00aff0;
  border-color: #00aff0;
  color: #fff;
}
.btn-skype:hover {
  background-color: #1ac1ff;
  border-color: #1ac1ff;
  color: #fff;
}
.btn-skype:focus, .btn-skype.focus {
  color: #fff;
}
.btn-skype.disabled, .btn-skype:disabled {
  background-color: #00aff0;
  border-color: #00aff0;
  opacity: 0.5;
}
.btn-skype:active, .btn-skype.active, .show > .btn-skype.dropdown-toggle {
  background-color: #0091c7;
  border-color: #0091c7;
  color: #fff;
}

.btn-instagram {
  background-color: #517fa4;
  border-color: #517fa4;
  color: #fff;
}
.btn-instagram:hover {
  background-color: #6993b5;
  border-color: #6993b5;
  color: #fff;
}
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
}
.btn-instagram.disabled, .btn-instagram:disabled {
  background-color: #517fa4;
  border-color: #517fa4;
  opacity: 0.5;
}
.btn-instagram:active, .btn-instagram.active, .show > .btn-instagram.dropdown-toggle {
  background-color: #446a89;
  border-color: #446a89;
  color: #fff;
}

.btn-lastfm {
  background-color: #c3000d;
  border-color: #c3000d;
  color: #fff;
}
.btn-lastfm:hover {
  background-color: #ec0010;
  border-color: #ec0010;
  color: #fff;
}
.btn-lastfm:focus, .btn-lastfm.focus {
  color: #fff;
}
.btn-lastfm.disabled, .btn-lastfm:disabled {
  background-color: #c3000d;
  border-color: #c3000d;
  opacity: 0.5;
}
.btn-lastfm:active, .btn-lastfm.active, .show > .btn-lastfm.dropdown-toggle {
  background-color: #9a000a;
  border-color: #9a000a;
  color: #fff;
}

.btn-behance {
  background-color: #1769ff;
  border-color: #1769ff;
  color: #fff;
}
.btn-behance:hover {
  background-color: #4083ff;
  border-color: #4083ff;
  color: #fff;
}
.btn-behance:focus, .btn-behance.focus {
  color: #fff;
}
.btn-behance.disabled, .btn-behance:disabled {
  background-color: #1769ff;
  border-color: #1769ff;
  opacity: 0.5;
}
.btn-behance:active, .btn-behance.active, .show > .btn-behance.dropdown-toggle {
  background-color: #0054ed;
  border-color: #0054ed;
  color: #fff;
}

.btn-rss {
  background-color: #f26522;
  border-color: #f26522;
  color: #fff;
}
.btn-rss:hover {
  background-color: #f48049;
  border-color: #f48049;
  color: #fff;
}
.btn-rss:focus, .btn-rss.focus {
  color: #fff;
}
.btn-rss.disabled, .btn-rss:disabled {
  background-color: #f26522;
  border-color: #f26522;
  opacity: 0.5;
}
.btn-rss:active, .btn-rss.active, .show > .btn-rss.dropdown-toggle {
  background-color: #de500d;
  border-color: #de500d;
  color: #fff;
}

.btn-primary-outline {
  color: #90BFCC;
  background-color: transparent;
  border-color: #90BFCC;
}
.btn-primary-outline:hover {
  color: #fff;
  background-color: #90BFCC;
  border-color: #90BFCC;
}
.btn-primary-outline:active, .btn-primary-outline.active, .show > .btn-primary-outline.dropdown-toggle {
  background-color: #74afbf;
  border-color: #74afbf;
}

.btn-success-outline {
  color: #15c377;
  background-color: transparent;
  border-color: #15c377;
}
.btn-success-outline:hover {
  color: #fff;
  background-color: #15c377;
  border-color: #15c377;
}
.btn-success-outline:active, .btn-success-outline.active, .show > .btn-success-outline.dropdown-toggle {
  background-color: #12a766;
  border-color: #12a766;
}

.btn-info-outline {
  color: #48B0F7;
  background-color: transparent;
  border-color: #48B0F7;
}
.btn-info-outline:hover {
  color: #fff;
  background-color: #48B0F7;
  border-color: #48B0F7;
}
.btn-info-outline:active, .btn-info-outline.active, .show > .btn-info-outline.dropdown-toggle {
  background-color: #2ba3f6;
  border-color: #2ba3f6;
}

.btn-warning-outline {
  color: #faa64b;
  background-color: transparent;
  border-color: #faa64b;
}
.btn-warning-outline:hover {
  color: #fff;
  background-color: #faa64b;
  border-color: #faa64b;
}
.btn-warning-outline:active, .btn-warning-outline.active, .show > .btn-warning-outline.dropdown-toggle {
  background-color: #f99a32;
  border-color: #f99a32;
}

.btn-danger-outline {
  color: #f96868;
  background-color: transparent;
  border-color: #f96868;
}
.btn-danger-outline:hover {
  color: #fff;
  background-color: #f96868;
  border-color: #f96868;
}
.btn-danger-outline:active, .btn-danger-outline.active, .show > .btn-danger-outline.dropdown-toggle {
  background-color: #f84f4f;
  border-color: #f84f4f;
}

.btn-secondary-outline {
  color: #EF8030;
  background-color: transparent;
  border-color: #EF8030;
}
.btn-secondary-outline:hover {
  color: #fff;
  background-color: #EF8030;
  border-color: #EF8030;
}
.btn-secondary-outline:active, .btn-secondary-outline.active, .show > .btn-secondary-outline.dropdown-toggle {
  background-color: #ee7722;
  border-color: #ee7722;
}

.btn-outline.btn-primary {
  color: #90BFCC;
  background-color: transparent;
  border-color: #90BFCC;
}
.btn-outline.btn-primary:hover {
  color: #fff;
  background-color: #90BFCC;
  border-color: #90BFCC;
}
.btn-outline.btn-primary:active, .btn-outline.btn-primary.active, .show > .btn-outline.btn-primary.dropdown-toggle {
  background-color: #74afbf;
  border-color: #74afbf;
}

.btn-outline.btn-success {
  color: #15c377;
  background-color: transparent;
  border-color: #15c377;
}
.btn-outline.btn-success:hover {
  color: #fff;
  background-color: #15c377;
  border-color: #15c377;
}
.btn-outline.btn-success:active, .btn-outline.btn-success.active, .show > .btn-outline.btn-success.dropdown-toggle {
  background-color: #12a766;
  border-color: #12a766;
}

.btn-outline.btn-info {
  color: #48B0F7;
  background-color: transparent;
  border-color: #48B0F7;
}
.btn-outline.btn-info:hover {
  color: #fff;
  background-color: #48B0F7;
  border-color: #48B0F7;
}
.btn-outline.btn-info:active, .btn-outline.btn-info.active, .show > .btn-outline.btn-info.dropdown-toggle {
  background-color: #2ba3f6;
  border-color: #2ba3f6;
}

.btn-outline.btn-warning {
  color: #faa64b;
  background-color: transparent;
  border-color: #faa64b;
}
.btn-outline.btn-warning:hover {
  color: #fff;
  background-color: #faa64b;
  border-color: #faa64b;
}
.btn-outline.btn-warning:active, .btn-outline.btn-warning.active, .show > .btn-outline.btn-warning.dropdown-toggle {
  background-color: #f99a32;
  border-color: #f99a32;
}

.btn-outline.btn-danger {
  color: #f96868;
  background-color: transparent;
  border-color: #f96868;
}
.btn-outline.btn-danger:hover {
  color: #fff;
  background-color: #f96868;
  border-color: #f96868;
}
.btn-outline.btn-danger:active, .btn-outline.btn-danger.active, .show > .btn-outline.btn-danger.dropdown-toggle {
  background-color: #f84f4f;
  border-color: #f84f4f;
}

.btn-outline.btn-secondary {
  color: #EF8030;
  background-color: transparent;
  border-color: #EF8030;
}
.btn-outline.btn-secondary:hover {
  color: #fff;
  background-color: #EF8030;
  border-color: #EF8030;
}
.btn-outline.btn-secondary:active, .btn-outline.btn-secondary.active, .show > .btn-outline.btn-secondary.dropdown-toggle {
  background-color: #ee7722;
  border-color: #ee7722;
}

.btn-outline.btn-light {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-outline.btn-light:hover {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline.btn-light:active, .btn-outline.btn-light.active, .show > .btn-outline.btn-light.dropdown-toggle {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

.btn-outline.btn-purple {
  color: #6F2A59;
  background-color: transparent;
  border-color: #6F2A59;
}
.btn-outline.btn-purple:hover {
  color: #fff;
  background-color: #6F2A59;
  border-color: #6F2A59;
}
.btn-outline.btn-purple:active, .btn-outline.btn-purple.active, .show > .btn-outline.btn-purple.dropdown-toggle {
  background-color: #5d234a;
  border-color: #5d234a;
}

.btn-outline.btn-pink {
  color: #C70064;
  background-color: transparent;
  border-color: #C70064;
}
.btn-outline.btn-pink:hover {
  color: #fff;
  background-color: #C70064;
  border-color: #C70064;
}
.btn-outline.btn-pink:active, .btn-outline.btn-pink.active, .show > .btn-outline.btn-pink.dropdown-toggle {
  background-color: #b3005a;
  border-color: #b3005a;
}

.btn-outline.btn-cyan {
  color: #57c7d4;
  background-color: transparent;
  border-color: #57c7d4;
}
.btn-outline.btn-cyan:hover {
  color: #fff;
  background-color: #57c7d4;
  border-color: #57c7d4;
}
.btn-outline.btn-cyan:active, .btn-outline.btn-cyan.active, .show > .btn-outline.btn-cyan.dropdown-toggle {
  background-color: #37bccc;
  border-color: #37bccc;
}

.btn-outline.btn-yellow {
  color: #fcc525;
  background-color: transparent;
  border-color: #fcc525;
}
.btn-outline.btn-yellow:hover {
  color: #fff;
  background-color: #fcc525;
  border-color: #fcc525;
}
.btn-outline.btn-yellow:active, .btn-outline.btn-yellow.active, .show > .btn-outline.btn-yellow.dropdown-toggle {
  background-color: #f5b703;
  border-color: #f5b703;
}

.btn-outline.btn-brown {
  color: #8d6658;
  background-color: transparent;
  border-color: #8d6658;
}
.btn-outline.btn-brown:hover {
  color: #fff;
  background-color: #8d6658;
  border-color: #8d6658;
}
.btn-outline.btn-brown:active, .btn-outline.btn-brown.active, .show > .btn-outline.btn-brown.dropdown-toggle {
  background-color: #7d5b4e;
  border-color: #7d5b4e;
}

.btn-outline.btn-dark {
  color: #465161;
  background-color: transparent;
  border-color: #465161;
}
.btn-outline.btn-dark:hover {
  color: #fff;
  background-color: #465161;
  border-color: #465161;
}
.btn-outline.btn-dark:active, .btn-outline.btn-dark.active, .show > .btn-outline.btn-dark.dropdown-toggle {
  background-color: #3b4552;
  border-color: #3b4552;
}

.btn-outline.btn-light:hover {
  color: #616A78;
}

.btn-outline.btn-facebook {
  color: #3b5998;
  background-color: transparent;
  border-color: #3b5998;
}
.btn-outline.btn-facebook:hover {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-outline.btn-facebook:active, .btn-outline.btn-facebook.active, .show > .btn-outline.btn-facebook.dropdown-toggle {
  background-color: #30487b;
  border-color: #30487b;
}

.btn-outline.btn-google {
  color: #dd4b39;
  background-color: transparent;
  border-color: #dd4b39;
}
.btn-outline.btn-google:hover {
  color: #fff;
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.btn-outline.btn-google:active, .btn-outline.btn-google.active, .show > .btn-outline.btn-google.dropdown-toggle {
  background-color: #ca3523;
  border-color: #ca3523;
}

.btn-outline.btn-twitter {
  color: #00aced;
  background-color: transparent;
  border-color: #00aced;
}
.btn-outline.btn-twitter:hover {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}
.btn-outline.btn-twitter:active, .btn-outline.btn-twitter.active, .show > .btn-outline.btn-twitter.dropdown-toggle {
  background-color: #008ec4;
  border-color: #008ec4;
}

.btn-outline.btn-linkedin {
  color: #007bb6;
  background-color: transparent;
  border-color: #007bb6;
}
.btn-outline.btn-linkedin:hover {
  color: #fff;
  background-color: #007bb6;
  border-color: #007bb6;
}
.btn-outline.btn-linkedin:active, .btn-outline.btn-linkedin.active, .show > .btn-outline.btn-linkedin.dropdown-toggle {
  background-color: #005f8d;
  border-color: #005f8d;
}

.btn-outline.btn-pinterest {
  color: #cb2027;
  background-color: transparent;
  border-color: #cb2027;
}
.btn-outline.btn-pinterest:hover {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}
.btn-outline.btn-pinterest:active, .btn-outline.btn-pinterest.active, .show > .btn-outline.btn-pinterest.dropdown-toggle {
  background-color: #a81a20;
  border-color: #a81a20;
}

.btn-outline.btn-git {
  color: #666666;
  background-color: transparent;
  border-color: #666666;
}
.btn-outline.btn-git:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
.btn-outline.btn-git:active, .btn-outline.btn-git.active, .show > .btn-outline.btn-git.dropdown-toggle {
  background-color: #525252;
  border-color: #525252;
}

.btn-outline.btn-tumblr {
  color: #32506d;
  background-color: transparent;
  border-color: #32506d;
}
.btn-outline.btn-tumblr:hover {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}
.btn-outline.btn-tumblr:active, .btn-outline.btn-tumblr.active, .show > .btn-outline.btn-tumblr.dropdown-toggle {
  background-color: #253b51;
  border-color: #253b51;
}

.btn-outline.btn-vimeo {
  color: #aad450;
  background-color: transparent;
  border-color: #aad450;
}
.btn-outline.btn-vimeo:hover {
  color: #fff;
  background-color: #aad450;
  border-color: #aad450;
}
.btn-outline.btn-vimeo:active, .btn-outline.btn-vimeo.active, .show > .btn-outline.btn-vimeo.dropdown-toggle {
  background-color: #99ca32;
  border-color: #99ca32;
}

.btn-outline.btn-youtube {
  color: #bb0000;
  background-color: transparent;
  border-color: #bb0000;
}
.btn-outline.btn-youtube:hover {
  color: #fff;
  background-color: #bb0000;
  border-color: #bb0000;
}
.btn-outline.btn-youtube:active, .btn-outline.btn-youtube.active, .show > .btn-outline.btn-youtube.dropdown-toggle {
  background-color: #920000;
  border-color: #920000;
}

.btn-outline.btn-flickr {
  color: #ff0084;
  background-color: transparent;
  border-color: #ff0084;
}
.btn-outline.btn-flickr:hover {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}
.btn-outline.btn-flickr:active, .btn-outline.btn-flickr.active, .show > .btn-outline.btn-flickr.dropdown-toggle {
  background-color: #d6006f;
  border-color: #d6006f;
}

.btn-outline.btn-reddit {
  color: #ff4500;
  background-color: transparent;
  border-color: #ff4500;
}
.btn-outline.btn-reddit:hover {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}
.btn-outline.btn-reddit:active, .btn-outline.btn-reddit.active, .show > .btn-outline.btn-reddit.dropdown-toggle {
  background-color: #d63a00;
  border-color: #d63a00;
}

.btn-outline.btn-dribbble {
  color: #ea4c89;
  background-color: transparent;
  border-color: #ea4c89;
}
.btn-outline.btn-dribbble:hover {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.btn-outline.btn-dribbble:active, .btn-outline.btn-dribbble.active, .show > .btn-outline.btn-dribbble.dropdown-toggle {
  background-color: #e62771;
  border-color: #e62771;
}

.btn-outline.btn-skype {
  color: #00aff0;
  background-color: transparent;
  border-color: #00aff0;
}
.btn-outline.btn-skype:hover {
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn-outline.btn-skype:active, .btn-outline.btn-skype.active, .show > .btn-outline.btn-skype.dropdown-toggle {
  background-color: #0091c7;
  border-color: #0091c7;
}

.btn-outline.btn-instagram {
  color: #517fa4;
  background-color: transparent;
  border-color: #517fa4;
}
.btn-outline.btn-instagram:hover {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}
.btn-outline.btn-instagram:active, .btn-outline.btn-instagram.active, .show > .btn-outline.btn-instagram.dropdown-toggle {
  background-color: #446a89;
  border-color: #446a89;
}

.btn-outline.btn-lastfm {
  color: #c3000d;
  background-color: transparent;
  border-color: #c3000d;
}
.btn-outline.btn-lastfm:hover {
  color: #fff;
  background-color: #c3000d;
  border-color: #c3000d;
}
.btn-outline.btn-lastfm:active, .btn-outline.btn-lastfm.active, .show > .btn-outline.btn-lastfm.dropdown-toggle {
  background-color: #9a000a;
  border-color: #9a000a;
}

.btn-outline.btn-behance {
  color: #1769ff;
  background-color: transparent;
  border-color: #1769ff;
}
.btn-outline.btn-behance:hover {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}
.btn-outline.btn-behance:active, .btn-outline.btn-behance.active, .show > .btn-outline.btn-behance.dropdown-toggle {
  background-color: #0054ed;
  border-color: #0054ed;
}

.btn-outline.btn-rss {
  color: #f26522;
  background-color: transparent;
  border-color: #f26522;
}
.btn-outline.btn-rss:hover {
  color: #fff;
  background-color: #f26522;
  border-color: #f26522;
}
.btn-outline.btn-rss:active, .btn-outline.btn-rss.active, .show > .btn-outline.btn-rss.dropdown-toggle {
  background-color: #de500d;
  border-color: #de500d;
}

.btn-label {
  position: relative;
  padding-left: 52px;
  overflow: hidden;
}
.btn-label label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  line-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 0;
}
.btn-label.btn-xs {
  padding-left: 32px;
}
.btn-label.btn-xs label {
  width: 24px;
}
.btn-label.btn-sm {
  padding-left: 41px;
}
.btn-label.btn-sm label {
  width: 29px;
}
.btn-label.btn-lg {
  padding-left: 64px;
}
.btn-label.btn-lg label {
  width: 48px;
}

.btn-float {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  border-radius: 6px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
.btn-float.btn-sm {
  width: 40px;
  height: 40px;
  font-size: 16px;
}
.btn-float:active {
  box-shadow: none;
}

.btn-sq,
.btn-square {
  padding: 5px;
  width: 36px;
  height: 36px;
}
.btn-sq.btn-lg,
.btn-square.btn-lg {
  width: 48px;
  height: 48px;
}
.btn-sq.btn-sm,
.btn-square.btn-sm {
  width: 29px;
  height: 29px;
}
.btn-sq.btn-xs,
.btn-square.btn-xs {
  width: 24px;
  height: 24px;
}

.btn-pure {
  background-color: transparent !important;
  border-color: transparent !important;
}
.btn-pure.btn-special-1 {
  color: #C70064;
}
.btn-pure.btn-special-1:hover, .btn-pure.btn-special-1:active, .btn-pure.btn-special-1.active, .show > .btn-pure.btn-special-1.dropdown-toggle {
  color: #94004a;
}
.btn-pure.btn-special-2 {
  color: #F8A400;
}
.btn-pure.btn-special-2:hover, .btn-pure.btn-special-2:active, .btn-pure.btn-special-2.active, .show > .btn-pure.btn-special-2.dropdown-toggle {
  color: #c58200;
}
.btn-pure.btn-special-3 {
  color: #C9C600;
}
.btn-pure.btn-special-3:hover, .btn-pure.btn-special-3:active, .btn-pure.btn-special-3.active, .show > .btn-pure.btn-special-3.dropdown-toggle {
  color: #969400;
}
.btn-pure.btn-special-4 {
  color: #4EAFD0;
}
.btn-pure.btn-special-4:hover, .btn-pure.btn-special-4:active, .btn-pure.btn-special-4.active, .show > .btn-pure.btn-special-4.dropdown-toggle {
  color: #3197ba;
}
.btn-pure.btn-special-5 {
  color: #777777;
}
.btn-pure.btn-special-5:hover, .btn-pure.btn-special-5:active, .btn-pure.btn-special-5.active, .show > .btn-pure.btn-special-5.dropdown-toggle {
  color: #5e5e5e;
}
.btn-pure.btn-special-6 {
  color: #594281;
}
.btn-pure.btn-special-6:hover, .btn-pure.btn-special-6:active, .btn-pure.btn-special-6.active, .show > .btn-pure.btn-special-6.dropdown-toggle {
  color: #42315f;
}
.btn-pure.btn-facebook {
  color: #3b5998;
}
.btn-pure.btn-facebook:hover, .btn-pure.btn-facebook:active, .btn-pure.btn-facebook.active, .show > .btn-pure.btn-facebook.dropdown-toggle {
  color: #2d4373;
}
.btn-pure.btn-google {
  color: #dd4b39;
}
.btn-pure.btn-google:hover, .btn-pure.btn-google:active, .btn-pure.btn-google.active, .show > .btn-pure.btn-google.dropdown-toggle {
  color: #c23321;
}
.btn-pure.btn-twitter {
  color: #00aced;
}
.btn-pure.btn-twitter:hover, .btn-pure.btn-twitter:active, .btn-pure.btn-twitter.active, .show > .btn-pure.btn-twitter.dropdown-toggle {
  color: #0087ba;
}
.btn-pure.btn-linkedin {
  color: #007bb6;
}
.btn-pure.btn-linkedin:hover, .btn-pure.btn-linkedin:active, .btn-pure.btn-linkedin.active, .show > .btn-pure.btn-linkedin.dropdown-toggle {
  color: #005983;
}
.btn-pure.btn-pinterest {
  color: #cb2027;
}
.btn-pure.btn-pinterest:hover, .btn-pure.btn-pinterest:active, .btn-pure.btn-pinterest.active, .show > .btn-pure.btn-pinterest.dropdown-toggle {
  color: #9f191f;
}
.btn-pure.btn-git {
  color: #666666;
}
.btn-pure.btn-git:hover, .btn-pure.btn-git:active, .btn-pure.btn-git.active, .show > .btn-pure.btn-git.dropdown-toggle {
  color: #4d4d4d;
}
.btn-pure.btn-tumblr {
  color: #32506d;
}
.btn-pure.btn-tumblr:hover, .btn-pure.btn-tumblr:active, .btn-pure.btn-tumblr.active, .show > .btn-pure.btn-tumblr.dropdown-toggle {
  color: #22364a;
}
.btn-pure.btn-vimeo {
  color: #aad450;
}
.btn-pure.btn-vimeo:hover, .btn-pure.btn-vimeo:active, .btn-pure.btn-vimeo.active, .show > .btn-pure.btn-vimeo.dropdown-toggle {
  color: #93c130;
}
.btn-pure.btn-youtube {
  color: #bb0000;
}
.btn-pure.btn-youtube:hover, .btn-pure.btn-youtube:active, .btn-pure.btn-youtube.active, .show > .btn-pure.btn-youtube.dropdown-toggle {
  color: #880000;
}
.btn-pure.btn-flickr {
  color: #ff0084;
}
.btn-pure.btn-flickr:hover, .btn-pure.btn-flickr:active, .btn-pure.btn-flickr.active, .show > .btn-pure.btn-flickr.dropdown-toggle {
  color: #cc006a;
}
.btn-pure.btn-reddit {
  color: #ff4500;
}
.btn-pure.btn-reddit:hover, .btn-pure.btn-reddit:active, .btn-pure.btn-reddit.active, .show > .btn-pure.btn-reddit.dropdown-toggle {
  color: #cc3700;
}
.btn-pure.btn-dribbble {
  color: #ea4c89;
}
.btn-pure.btn-dribbble:hover, .btn-pure.btn-dribbble:active, .btn-pure.btn-dribbble.active, .show > .btn-pure.btn-dribbble.dropdown-toggle {
  color: #e51e6b;
}
.btn-pure.btn-skype {
  color: #00aff0;
}
.btn-pure.btn-skype:hover, .btn-pure.btn-skype:active, .btn-pure.btn-skype.active, .show > .btn-pure.btn-skype.dropdown-toggle {
  color: #008abd;
}
.btn-pure.btn-instagram {
  color: #517fa4;
}
.btn-pure.btn-instagram:hover, .btn-pure.btn-instagram:active, .btn-pure.btn-instagram.active, .show > .btn-pure.btn-instagram.dropdown-toggle {
  color: #406582;
}
.btn-pure.btn-lastfm {
  color: #c3000d;
}
.btn-pure.btn-lastfm:hover, .btn-pure.btn-lastfm:active, .btn-pure.btn-lastfm.active, .show > .btn-pure.btn-lastfm.dropdown-toggle {
  color: #90000a;
}
.btn-pure.btn-behance {
  color: #1769ff;
}
.btn-pure.btn-behance:hover, .btn-pure.btn-behance:active, .btn-pure.btn-behance.active, .show > .btn-pure.btn-behance.dropdown-toggle {
  color: #0050e3;
}
.btn-pure.btn-rss {
  color: #f26522;
}
.btn-pure.btn-rss:hover, .btn-pure.btn-rss:active, .btn-pure.btn-rss.active, .show > .btn-pure.btn-rss.dropdown-toggle {
  color: #d54d0d;
}

.btn-flat {
  position: relative;
  font-size: 13px;
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  background-color: #fcfdfe;
  border: none;
  letter-spacing: 1px;
  border-radius: 0;
}
.btn-flat:hover {
  background-color: #f9fafb;
}
.btn-flat svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-flat circle {
  fill: rgba(255, 255, 255, 0.3);
}
.btn-flat.btn-special-1 {
  color: #C70064;
}
.btn-flat.btn-special-1 circle {
  fill: rgba(199, 0, 100, 0.1);
}
.btn-flat.btn-special-2 {
  color: #F8A400;
}
.btn-flat.btn-special-2 circle {
  fill: rgba(248, 164, 0, 0.1);
}
.btn-flat.btn-special-3 {
  color: #C9C600;
}
.btn-flat.btn-special-3 circle {
  fill: rgba(201, 198, 0, 0.1);
}
.btn-flat.btn-special-4 {
  color: #4EAFD0;
}
.btn-flat.btn-special-4 circle {
  fill: rgba(78, 175, 208, 0.1);
}
.btn-flat.btn-special-5 {
  color: #777777;
}
.btn-flat.btn-special-5 circle {
  fill: rgba(119, 119, 119, 0.1);
}
.btn-flat.btn-special-6 {
  color: #594281;
}
.btn-flat.btn-special-6 circle {
  fill: rgba(89, 66, 129, 0.1);
}
.btn-flat.btn-secondary {
  color: #788394;
}
.btn-flat.btn-facebook {
  color: #3b5998;
}
.btn-flat.btn-facebook circle {
  fill: rgba(59, 89, 152, 0.1);
}
.btn-flat.btn-google {
  color: #dd4b39;
}
.btn-flat.btn-google circle {
  fill: rgba(221, 75, 57, 0.1);
}
.btn-flat.btn-twitter {
  color: #00aced;
}
.btn-flat.btn-twitter circle {
  fill: rgba(0, 172, 237, 0.1);
}
.btn-flat.btn-linkedin {
  color: #007bb6;
}
.btn-flat.btn-linkedin circle {
  fill: rgba(0, 123, 182, 0.1);
}
.btn-flat.btn-pinterest {
  color: #cb2027;
}
.btn-flat.btn-pinterest circle {
  fill: rgba(203, 32, 39, 0.1);
}
.btn-flat.btn-git {
  color: #666666;
}
.btn-flat.btn-git circle {
  fill: rgba(102, 102, 102, 0.1);
}
.btn-flat.btn-tumblr {
  color: #32506d;
}
.btn-flat.btn-tumblr circle {
  fill: rgba(50, 80, 109, 0.1);
}
.btn-flat.btn-vimeo {
  color: #aad450;
}
.btn-flat.btn-vimeo circle {
  fill: rgba(170, 212, 80, 0.1);
}
.btn-flat.btn-youtube {
  color: #bb0000;
}
.btn-flat.btn-youtube circle {
  fill: rgba(187, 0, 0, 0.1);
}
.btn-flat.btn-flickr {
  color: #ff0084;
}
.btn-flat.btn-flickr circle {
  fill: rgba(255, 0, 132, 0.1);
}
.btn-flat.btn-reddit {
  color: #ff4500;
}
.btn-flat.btn-reddit circle {
  fill: rgba(255, 69, 0, 0.1);
}
.btn-flat.btn-dribbble {
  color: #ea4c89;
}
.btn-flat.btn-dribbble circle {
  fill: rgba(234, 76, 137, 0.1);
}
.btn-flat.btn-skype {
  color: #00aff0;
}
.btn-flat.btn-skype circle {
  fill: rgba(0, 175, 240, 0.1);
}
.btn-flat.btn-instagram {
  color: #517fa4;
}
.btn-flat.btn-instagram circle {
  fill: rgba(81, 127, 164, 0.1);
}
.btn-flat.btn-lastfm {
  color: #c3000d;
}
.btn-flat.btn-lastfm circle {
  fill: rgba(195, 0, 13, 0.1);
}
.btn-flat.btn-behance {
  color: #1769ff;
}
.btn-flat.btn-behance circle {
  fill: rgba(23, 105, 255, 0.1);
}
.btn-flat.btn-rss {
  color: #f26522;
}
.btn-flat.btn-rss circle {
  fill: rgba(242, 101, 34, 0.1);
}

.btn-multiline {
  padding-top: 15px;
  padding-bottom: 5px;
}

.btn-group,
.btn-group-vertical {
  vertical-align: initial;
}

.btn-group .btn i {
  vertical-align: middle;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
}

.btn-spacer .btn + .btn {
  margin-left: 8px;
}

.btn-group-justified {
  display: flex;
  justify-content: space-between;
}
.btn-group-justified .btn {
  width: 100%;
}

.btn-group-round .btn:first-child {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}
.btn-group-round .btn:last-child {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

.fab {
  position: relative;
  display: inline-block;
  z-index: 9;
}
.fab > .btn {
  position: relative;
  z-index: 1;
}

.fab-fixed {
  position: fixed;
  right: 40px;
  bottom: 40px;
}

.fab-buttons {
  position: absolute;
  bottom: 64px;
  right: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
}
.fab-buttons li {
  padding: 4px 0;
  text-align: right;
  opacity: 0;
  transition: 0.4s;
}
.fab-buttons li:nth-child(1) {
  transform: translateY(103%);
}
.fab-buttons li:nth-child(2) {
  transform: translateY(206%);
}
.fab-buttons li:nth-child(3) {
  transform: translateY(309%);
}
.fab-buttons li:nth-child(4) {
  transform: translateY(412%);
}
.fab-buttons li:nth-child(5) {
  transform: translateY(515%);
}
.fab-buttons li:nth-child(6) {
  transform: translateY(618%);
}
.fab-buttons li:nth-child(7) {
  transform: translateY(721%);
}
.fab-buttons li:nth-child(8) {
  transform: translateY(824%);
}
.fab-buttons li:nth-child(9) {
  transform: translateY(927%);
}

.fab-icon-default,
.fab-icon-active {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  transition: 0.5s;
}

.fab-icon-active {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}

.fab > .btn.active .fab-icon-default {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
}
.fab > .btn.active .fab-icon-active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.fab > .btn.active + .fab-buttons li {
  opacity: 1;
  transform: translate(0);
}

.fab-dir-bottom .fab-buttons {
  top: 64px;
  flex-direction: column;
}
.fab-dir-bottom .fab-buttons li:nth-child(1) {
  transform: translateY(-103%);
}
.fab-dir-bottom .fab-buttons li:nth-child(2) {
  transform: translateY(-206%);
}
.fab-dir-bottom .fab-buttons li:nth-child(3) {
  transform: translateY(-309%);
}
.fab-dir-bottom .fab-buttons li:nth-child(4) {
  transform: translateY(-412%);
}
.fab-dir-bottom .fab-buttons li:nth-child(5) {
  transform: translateY(-515%);
}
.fab-dir-bottom .fab-buttons li:nth-child(6) {
  transform: translateY(-618%);
}
.fab-dir-bottom .fab-buttons li:nth-child(7) {
  transform: translateY(-721%);
}
.fab-dir-bottom .fab-buttons li:nth-child(8) {
  transform: translateY(-824%);
}
.fab-dir-bottom .fab-buttons li:nth-child(9) {
  transform: translateY(-927%);
}

.fab-dir-left .fab-buttons {
  top: 0;
  right: 64px;
  flex-direction: row-reverse;
}
.fab-dir-left .fab-buttons li {
  padding: 8px 4px;
}
.fab-dir-left .fab-buttons li:nth-child(1) {
  transform: translateX(103%);
}
.fab-dir-left .fab-buttons li:nth-child(2) {
  transform: translateX(206%);
}
.fab-dir-left .fab-buttons li:nth-child(3) {
  transform: translateX(309%);
}
.fab-dir-left .fab-buttons li:nth-child(4) {
  transform: translateX(412%);
}
.fab-dir-left .fab-buttons li:nth-child(5) {
  transform: translateX(515%);
}
.fab-dir-left .fab-buttons li:nth-child(6) {
  transform: translateX(618%);
}
.fab-dir-left .fab-buttons li:nth-child(7) {
  transform: translateX(721%);
}
.fab-dir-left .fab-buttons li:nth-child(8) {
  transform: translateX(824%);
}
.fab-dir-left .fab-buttons li:nth-child(9) {
  transform: translateX(927%);
}

.fab-dir-right .fab-buttons {
  top: 0;
  left: 64px;
  flex-direction: row;
}
.fab-dir-right .fab-buttons li {
  padding: 8px 4px;
}
.fab-dir-right .fab-buttons li:nth-child(1) {
  transform: translateX(-103%);
}
.fab-dir-right .fab-buttons li:nth-child(2) {
  transform: translateX(-206%);
}
.fab-dir-right .fab-buttons li:nth-child(3) {
  transform: translateX(-309%);
}
.fab-dir-right .fab-buttons li:nth-child(4) {
  transform: translateX(-412%);
}
.fab-dir-right .fab-buttons li:nth-child(5) {
  transform: translateX(-515%);
}
.fab-dir-right .fab-buttons li:nth-child(6) {
  transform: translateX(-618%);
}
.fab-dir-right .fab-buttons li:nth-child(7) {
  transform: translateX(-721%);
}
.fab-dir-right .fab-buttons li:nth-child(8) {
  transform: translateX(-824%);
}
.fab-dir-right .fab-buttons li:nth-child(9) {
  transform: translateX(-927%);
}

.dropdown .flex-row,
.dropup .flex-row {
  align-items: center;
}

.dropdown-backdrop {
  cursor: default;
}

.dropdown-toggle {
  cursor: pointer;
  transition: 0.2s linear;
}
.dropdown-toggle::after {
  margin-left: 0.5em;
  vertical-align: 0.12em;
}
.dropup .dropdown-toggle::after {
  vertical-align: 0.2em;
}
.dropdown-toggle.no-caret::after {
  display: none;
}
.dropdown-toggle .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.75rem;
}

.open > .btn-primary.dropdown-toggle {
  background-color: #90BFCC;
  border-color: #90BFCC;
}
.open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  background-color: #74afbf;
  border-color: #74afbf;
}

.open > .btn-secondary.dropdown-toggle {
  background-color: #EF8030;
  border-color: #EF8030;
}
.open > .btn-secondary.dropdown-toggle.focus, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle:hover {
  background-color: #ee7722;
  border-color: #ee7722;
}

.open > .btn-success.dropdown-toggle {
  background-color: #15c377;
  border-color: #15c377;
}
.open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
  background-color: #12a766;
  border-color: #12a766;
}

.open > .btn-info.dropdown-toggle {
  background-color: #48B0F7;
  border-color: #48B0F7;
}
.open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
  background-color: #2ba3f6;
  border-color: #2ba3f6;
}

.open > .btn-warning.dropdown-toggle {
  background-color: #faa64b;
  border-color: #faa64b;
}
.open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
  background-color: #f99a32;
  border-color: #f99a32;
}

.open > .btn-danger.dropdown-toggle {
  background-color: #f96868;
  border-color: #f96868;
}
.open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
  background-color: #f84f4f;
  border-color: #f84f4f;
}

.dropdown-grid {
  position: absolute;
  top: 100%;
  float: left;
  min-width: 300px;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-menu,
.dropdown-grid {
  color: #616A78;
  border-radius: 2px;
  font-size: 13px;
  border-color: #f1f2f3;
  padding: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
  /*
  &.open-top-right {
    transform-origin: 97% top 0;
    transform: scale(0,0);
  }

  &.open-top-left {
    transform-origin: 3% top 0;
    transform: scale(0,0);
  }

  &.open-top-center {
    left: 50%;
    transform: scale(0,0) translateX(-50%);
  }


  &.open-bottom-right {
    transform-origin: 97% bottom 0;
    transform: scale(0,0);
  }

  &.open-bottom-left {
    transform-origin: 3% bottom 0;
    transform: scale(0,0);
  }

  &.open-bottom-center {
    left: 50%;
    transform-origin: center bottom 0;
    transform: scale(1,0) translateX(-50%);
  }
  */
}
.dropdown-menu a,
.dropdown-grid a {
  color: #616A78;
}

.show > .dropdown-grid {
  display: flex;
}

.dropdown-item {
  font-weight: 300;
  padding: 4px 12px;
  width: auto;
  margin: 7px;
  transition: 0.15s linear;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: #f9fafb;
}
.dropdown-item.active, .dropdown-item:active {
  color: #616A78;
  background-color: #f5f6f7;
}
.dropdown-item.show, .dropdown-item.show:focus, .dropdown-item.show:hover {
  background-color: #f9fafb;
  color: #616A78;
}
.dropdown-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.dropdown-item.disabled:hover {
  background-color: transparent;
}
.dropdown-item.flexbox,
.dropdown-item .flexbox {
  align-items: baseline;
}
.dropdown-item i {
  margin-right: 0.5rem;
}
.dropdown-item .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.875rem;
}

.dropdown-grid {
  display: none;
  flex-wrap: wrap;
  padding: 8px;
}
.dropdown-grid .dropdown-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-basis: 33.333333%;
  overflow: hidden;
  text-align: center;
  padding: 12px;
  margin: 0;
  min-height: 90px;
  border: 1px solid transparent;
}
.dropdown-grid .dropdown-item:hover {
  border-color: #f1f2f3;
}
.dropdown-grid .icon {
  font-size: 24px;
}
.dropdown-grid .title {
  margin: 6px -12px 0;
}
.dropdown-grid .i8-icon {
  margin: 0 12px -4px;
}
.dropdown-grid .i8-icon + .title {
  margin-top: 0;
}
.dropdown-grid.cols-2 {
  min-width: 200px;
}
.dropdown-grid.cols-2 .dropdown-item {
  flex-basis: 50%;
}
.dropdown-grid.cols-4 {
  min-width: 400px;
}
.dropdown-grid.cols-4 .dropdown-item {
  flex-basis: 25%;
}
.dropdown-grid.cols-6 {
  min-width: 520px;
}
.dropdown-grid.cols-6 .dropdown-item {
  flex-basis: 18%;
}

.dropdown-grid-right {
  right: 0;
  left: auto;
}

.dropdown-header {
  text-transform: uppercase;
  color: #EF8030;
  font-size: 12px;
  margin-bottom: 0;
  padding: 12px;
  letter-spacing: 0.25px;
  opacity: 0.8;
}

.dropdown-footer {
  display: flex;
  justify-content: space-between;
  background-color: #f9fafb;
  border-top: 1px solid #ebebeb;
  padding: 0 0.75rem;
}
.dropdown-footer a {
  display: inline-block;
  padding: 10px 8px;
  color: #EF8030;
}
.dropdown-footer a:hover {
  color: #616A78;
}

.topbar .dropdown-menu,
.topbar .dropdown-grid {
  margin-top: 7px !important;
  overflow: visible !important;
}
.topbar .dropdown-menu::before, .topbar .dropdown-menu::after,
.topbar .dropdown-grid::before,
.topbar .dropdown-grid::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 17px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 9px solid rgba(0, 0, 0, 0.045);
}
.topbar .dropdown-menu::after,
.topbar .dropdown-grid::after {
  top: -9px;
  border-bottom-color: #fdfeff;
}
.topbar .dropdown-menu.dropdown-menu-right::before, .topbar .dropdown-menu.dropdown-menu-right::after,
.topbar .dropdown-grid.dropdown-menu-right::before,
.topbar .dropdown-grid.dropdown-menu-right::after {
  left: auto;
  right: 17px;
}

.dropdown-divider {
  background-color: #f1f2f3;
  margin: 4px 0;
}

.dropdown-sm .dropdown-item {
  padding-top: 2px;
  padding-bottom: 2px;
}
.dropdown-sm .dropdown-grid {
  min-width: 270px;
}
.dropdown-sm .dropdown-grid .dropdown-item {
  min-height: 80px;
  font-size: 0.8125rem;
}
.dropdown-sm .dropdown-grid .icon {
  font-size: 20px;
}
.dropdown-sm .dropdown-grid.cols-2 {
  min-width: 180px;
}
.dropdown-sm .dropdown-grid.cols-4 {
  min-width: 360px;
}

.dropdown-lg .dropdown-item {
  padding-top: 7px;
  padding-bottom: 7px;
}
.dropdown-lg .dropdown-grid {
  min-width: 330px;
}
.dropdown-lg .dropdown-grid .dropdown-item {
  min-height: 100px;
}
.dropdown-lg .dropdown-grid .icon {
  font-size: 28px;
}
.dropdown-lg .dropdown-grid.cols-2 {
  min-width: 220px;
}
.dropdown-lg .dropdown-grid.cols-4 {
  min-width: 440px;
}

.breadcrumb {
  background-color: transparent;
  padding: 0;
}
.breadcrumb a {
  color: #EF8030;
}
.breadcrumb a:hover {
  color: #90BFCC;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item i {
  opacity: 0.9;
  margin-right: 2px;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #EF8030;
}

.breadcrumb-arrow .breadcrumb-item + .breadcrumb-item::before {
  content: "\e649";
  font-family: themify;
  font-size: 0.5rem;
  vertical-align: middle;
}

#MigaPage .breadcrumb-item {
  float: left;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.carousel-caption {
  padding-bottom: 0;
}
.carousel-caption h1, .carousel-caption h2, .carousel-caption h3, .carousel-caption h4, .carousel-caption h5, .carousel-caption h6 {
  color: #fff;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  font-family: themify;
  font-size: 28px;
  background: none;
}

.carousel-control-next-icon::before {
  content: "\e649";
}

.carousel-control-prev-icon::before {
  content: "\e64a";
}

.carousel-indicators {
  bottom: 16px;
  margin-bottom: 0;
}
.carousel-indicators li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 2px 4px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, 0.5)) !important;
}
.carousel-indicators .active {
  opacity: 0.9;
  background-color: #fff;
}

.carousel-indicators-outside {
  position: static;
  margin: 0 auto;
  padding-top: 16px;
}
.carousel-indicators-outside li {
  background-color: #dcddde;
}
.carousel-indicators-outside .active {
  background-color: #d26110;
}

.carousel-indicators-special-1 .active {
  background-color: #C70064;
}

.carousel-indicators-special-2 .active {
  background-color: #F8A400;
}

.carousel-indicators-special-3 .active {
  background-color: #C9C600;
}

.carousel-indicators-special-4 .active {
  background-color: #4EAFD0;
}

.carousel-indicators-special-5 .active {
  background-color: #777777;
}

.carousel-indicators-special-6 .active {
  background-color: #594281;
}

#Perfil .modal-body {
  background-color: #fff;
}
#Perfil .modal-body .media-list.media-list-hover.media-list-divided {
  padding: 0 20px;
}
#Perfil button#btnEnviar {
  color: #fff !important;
}
#Perfil button#btnEnviar:hover {
  background-color: #EF8030 !important;
  color: #fff !important;
}

.close {
  font-weight: 300;
  outline: none !important;
  transition: 0.2s linear;
  cursor: pointer;
}

.close:hover {
  color: #EF8030;
}

.c-pointer {
  cursor: pointer;
}

.CaracteresComentario {
  color: #EF8030;
}

#txtComentario {
  background-color: #F9FAFB !important;
  color: #495057 !important;
}

.badge {
  border-radius: 3px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 85%;
}
.badge:empty {
  display: inline-block;
  vertical-align: inherit;
}

.badge-pill {
  border-radius: 10rem;
}

.badge-special-1 {
  background-color: #C70064;
}
.badge-special-1[href]:focus, .badge-special-1[href]:hover {
  background-color: #ae0057;
}

.badge-special-2 {
  background-color: #F8A400;
}
.badge-special-2[href]:focus, .badge-special-2[href]:hover {
  background-color: #df9300;
}

.badge-special-3 {
  background-color: #C9C600;
}
.badge-special-3[href]:focus, .badge-special-3[href]:hover {
  background-color: #b0ad00;
}

.badge-special-4 {
  background-color: #4EAFD0;
}
.badge-special-4[href]:focus, .badge-special-4[href]:hover {
  background-color: #3aa6cb;
}

.badge-special-5 {
  background-color: #777777;
}
.badge-special-5[href]:focus, .badge-special-5[href]:hover {
  background-color: #6a6a6a;
}

.badge-special-6 {
  background-color: #594281;
}
.badge-special-6[href]:focus, .badge-special-6[href]:hover {
  background-color: #4d3970;
}

.badge-warning {
  color: #fff;
}

.badge-default {
  color: #788394;
  background-color: #f5f6f7;
}
.badge-default[href]:focus, .badge-default[href]:hover {
  color: #788394;
  background-color: #edeef0;
}

.badge-secondary {
  color: #788394;
  background-color: #EF8030;
}
.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #788394;
  background-color: #ee7722;
}

.badge-sm {
  line-height: 1.2;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 75%;
}

.badge-lg {
  line-height: 1.5;
  padding: 5px 7px;
  font-size: 95%;
}

.badge-xl {
  line-height: 1.7;
  padding: 7px 9px;
  font-size: 100%;
}

.badge-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle;
}
.badge-dot.badge-sm {
  width: 6px;
  height: 6px;
}
.badge-dot.badge-lg {
  width: 10px;
  height: 10px;
}
.badge-dot.badge-xl {
  width: 12px;
  height: 12px;
}

.badge-ring {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle;
}
.badge-ring::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  transform: scale(1);
  transition: 0.3s;
}
.badge-ring.badge-sm {
  width: 8px;
  height: 8px;
}
.badge-ring.badge-sm::after {
  width: 4px;
  height: 4px;
}
.badge-ring.badge-lg {
  width: 12px;
  height: 12px;
}
.badge-ring.badge-lg::after {
  width: 8px;
  height: 8px;
}
.badge-ring.badge-xl {
  width: 14px;
  height: 14px;
}
.badge-ring.badge-xl::after {
  width: 10px;
  height: 10px;
}
.badge-ring.fill::after {
  transform: scale(0);
}

.badge-bold {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

.list-group .badge-pill {
  margin-top: 3px;
}
.list-group.bordered {
  border: 1px solid #ebebeb;
}

.list-group-item {
  font-weight: 0.875rem;
  border: 0;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 0;
  border-radius: 0 !important;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  background-color: #90BFCC;
  border-color: #90BFCC;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #fff;
}
.list-group-item:last-child {
  border-bottom: 0;
}
.list-group-item .media {
  margin-bottom: 0;
}

.list-group-item-heading {
  font-weight: 400;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  background-color: #f9fafb;
}

.nav-item i {
  width: 1.28571429em;
  text-align: center;
}

.nav-link {
  font-weight: 400;
  color: #EF8030;
  line-height: 33px;
  padding: 0px 12px;
  white-space: nowrap;
}
.nav-link:hover, .nav-link:focus, .nav-link.active {
  color: #616A78;
}
.nav-link.disabled {
  color: #EF8030;
  opacity: 0.7;
}

.nav-primary .nav-link:not(.disabled):hover, .nav-primary .nav-link:not(.disabled):focus {
  color: #90BFCC;
}

.nav:not(.nav-tabs) .nav-link > * {
  margin: 0 4px;
}
.nav:not(.nav-tabs) .nav-link > *:first-child {
  margin-left: 0;
}
.nav:not(.nav-tabs) .nav-link > *:last-child {
  margin-right: 0;
}
.nav:not(.nav-tabs) .nav-link > *:not(.badge) {
  flex-grow: 1;
}

.nav-action {
  color: #EF8030;
  font-size: 14px;
  opacity: 0;
  margin: 0 4px;
}
.nav-action:hover {
  color: #616A78;
}

.nav-item:hover .nav-action {
  opacity: 1;
}

.nav-actions-visible .nav-action {
  opacity: 1;
}

.nav-pills::after {
  display: none;
}
.nav-pills .nav-link {
  border-radius: 2px;
}
.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
  color: #616A78;
  background-color: #f9fafb;
}

.nav.flex-column .nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 29px;
  transition: 0.2s linear;
}
.nav.flex-column .nav-item + .nav-item {
  margin: 4px 0;
}
.nav.flex-column .nav-item:first-child {
  margin-bottom: 4px;
}
.nav.flex-column .nav-item:last-child {
  margin-bottom: 0;
}
.nav.flex-column .nav-item.active .nav-link {
  color: #616A78;
}
.nav.flex-column .nav-item.disabled {
  background-color: transparent;
  opacity: 0.7;
  cursor: not-allowed;
}
.nav.flex-column .nav-item.disabled .nav-link {
  color: #EF8030;
}
.nav.flex-column .nav-item.disabled > * {
  cursor: not-allowed;
}
.nav.flex-column .nav-link {
  flex: 1;
  padding: 0;
}

.nav.flex-column.nav-pills .nav-item {
  padding: 0 12px;
  height: 36px;
  border-radius: 2px;
}
.nav.flex-column.nav-pills .nav-item.active, .nav.flex-column.nav-pills .nav-item:hover {
  background-color: #f9fafb;
}
.nav.flex-column.nav-pills .nav-item > * {
  margin: 0 6px;
}

.nav-dot-separated .nav-item,
.nav-dot-separated > .nav-link {
  display: inline-flex;
  align-items: center;
  margin-left: 0 !important;
}
.nav-dot-separated .nav-item::after,
.nav-dot-separated > .nav-link::after {
  content: "•";
  vertical-align: middle;
  color: #788394;
  opacity: 0.4;
  cursor: default;
}
.nav-dot-separated .nav-item:last-child::after,
.nav-dot-separated > .nav-link:last-child::after {
  display: none;
}
.nav-dot-separated .nav-item:hover::after,
.nav-dot-separated > .nav-link:hover::after {
  color: #788394;
}

.nav-dot-separated > .nav-link {
  padding-right: 0;
}
.nav-dot-separated > .nav-link::after {
  padding-left: inherit;
}

.nav-dotted .nav-link {
  line-height: normal;
  padding: 0 4px;
  margin-left: 8px;
  margin-right: 8px;
  border-bottom: 1px dotted #b1b7c1;
}

.nav-sm .nav-item {
  height: 29px !important;
}
.nav-sm .nav-link {
  line-height: 29px;
}

.nav-lg .nav-item {
  height: 48px !important;
  font-size: 14px;
}
.nav-lg .nav-link {
  line-height: 48px;
  font-weight: 300;
}

.nav.gap-0 .nav-link {
  padding: 0;
}

.nav.gap-1 .nav-link {
  padding: 0 4px;
}

.nav.gap-2 .nav-link {
  padding: 0 8px;
}

.nav.gap-3 .nav-link {
  padding: 0 12px;
}

.nav.gap-4 .nav-link {
  padding: 0 16px;
}

.nav.gap-5 .nav-link {
  padding: 0 20px;
}

.nav.no-gutters > .nav-link:first-child,
.nav.no-gutters .nav-item:first-child .nav-link {
  padding-left: 0;
}
.nav.no-gutters > .nav-link:last-child,
.nav.no-gutters .nav-item:last-child .nav-link {
  padding-right: 0;
}

#busResultado .busPaginador {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

a.btnSiguiente,
a.btnFinal,
a.btnAnterior,
a.btnInicio {
  background-color: #F8A400;
  color: #fff !important;
  cursor: pointer;
  border: 1px solid #ddd;
}

a.btnSiguiente:hover,
a.btnFinal:hover,
a.btnAnterior:hover,
a.btnInicio:hover {
  background-color: #90BFCC !important;
  color: #fff;
  cursor: pointer;
  border: 1px solid #ddd;
}

.page-link,
a.btnSiguiente,
a.btnFinal,
a.btnAnterior,
a.btnInicio {
  color: #EF8030;
  font-weight: 400;
  border-color: #ebebeb;
  padding: 0 8px;
  margin: 0 3px;
  min-width: 31px;
  line-height: 29px;
  text-align: center;
  border-radius: 2px !important;
}
.page-link:hover, .page-link:focus,
a.btnSiguiente:hover,
a.btnSiguiente:focus,
a.btnFinal:hover,
a.btnFinal:focus,
a.btnAnterior:hover,
a.btnAnterior:focus,
a.btnInicio:hover,
a.btnInicio:focus {
  background-color: #f9fafb;
  color: #616A78;
}
.page-link span,
a.btnSiguiente span,
a.btnFinal span,
a.btnAnterior span,
a.btnInicio span {
  font-size: 75%;
}

.page-item.disabled .page-link, .page-item.disabled .page-link:focus, .page-item.disabled .page-link:hover {
  opacity: 0.6;
}

.page-item.active .page-link, .page-item.active .page-link:focus, .page-item.active .page-link:hover {
  background-color: #F8A400;
  border-color: #F8A400;
  font-weight: 500;
}

.pagination.no-border .page-link {
  border: none;
}
.pagination.no-border .page-link:hover, .pagination.no-border .page-link:focus {
  border-color: #f9fafb;
}

.pagination.no-gutters {
  margin-left: 1px;
}
.pagination.no-gutters .page-link {
  margin: 0;
  margin-left: -1px;
  border-radius: 0 !important;
}

.pagination-circle .page-link {
  border-radius: 50% !important;
}

.pagination-sm .page-link {
  padding: 0;
  min-width: 26px;
  line-height: 24px;
}

.pagination-lg .page-link {
  padding: 0;
  min-width: 38px;
  line-height: 36px;
}

.pagination-special-1 .page-item.active .page-link, .pagination-special-1 .page-item.active .page-link:focus, .pagination-special-1 .page-item.active .page-link:hover {
  background-color: #C70064;
  /*border-color: $color;*/
}

.pagination-special-2 .page-item.active .page-link, .pagination-special-2 .page-item.active .page-link:focus, .pagination-special-2 .page-item.active .page-link:hover {
  background-color: #F8A400;
  /*border-color: $color;*/
}

.pagination-special-3 .page-item.active .page-link, .pagination-special-3 .page-item.active .page-link:focus, .pagination-special-3 .page-item.active .page-link:hover {
  background-color: #C9C600;
  /*border-color: $color;*/
}

.pagination-special-4 .page-item.active .page-link, .pagination-special-4 .page-item.active .page-link:focus, .pagination-special-4 .page-item.active .page-link:hover {
  background-color: #4EAFD0;
  /*border-color: $color;*/
}

.pagination-special-5 .page-item.active .page-link, .pagination-special-5 .page-item.active .page-link:focus, .pagination-special-5 .page-item.active .page-link:hover {
  background-color: #777777;
  /*border-color: $color;*/
}

.pagination-special-6 .page-item.active .page-link, .pagination-special-6 .page-item.active .page-link:focus, .pagination-special-6 .page-item.active .page-link:hover {
  background-color: #594281;
  /*border-color: $color;*/
}

.pagination-secondary .page-item.active .page-link, .pagination-secondary .page-item.active .page-link:focus, .pagination-secondary .page-item.active .page-link:hover {
  color: #EF8030;
}

.timeline {
  position: relative;
  list-style: none;
  margin: 0 auto 30px;
  padding-left: 0;
  width: 90%;
  z-index: 1;
}

.timeline-block {
  display: flex;
}

.timeline-detail {
  flex: 1;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .timeline-detail {
    display: none;
  }
}
.timeline-point {
  position: relative;
  flex-shrink: 0;
  flex-grow: 0;
  order: 2;
  width: 96px;
  padding-bottom: 30px;
  text-align: center;
}
.timeline-point::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 50%;
  bottom: -9px;
  width: 1px;
  margin-left: -1px;
  z-index: -1;
  background-color: #ebebeb;
}
.timeline .timeline-block:first-child .timeline-point::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  border-radius: 50%;
}
.timeline .timeline-block:last-child .timeline-point::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  border-radius: 50%;
}

.timeline-point-special-1::before {
  background-color: #C70064;
}

.timeline-point-special-2::before {
  background-color: #F8A400;
}

.timeline-point-special-3::before {
  background-color: #C9C600;
}

.timeline-point-special-4::before {
  background-color: #4EAFD0;
}

.timeline-point-special-5::before {
  background-color: #777777;
}

.timeline-point-special-6::before {
  background-color: #594281;
}

.timeline-content {
  flex: 1;
  margin-bottom: 60px;
}
.timeline-content .card {
  margin-bottom: 0;
}

.timeline-period {
  position: relative;
  padding: 30px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #EF8030;
}
.timeline-period::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #ebebeb;
  border-radius: 50%;
}
.timeline-period time {
  font-size: inherit;
  font-weight: inherit;
}
.timeline .timeline-period:first-child::after {
  display: none;
}

@media (max-width: 991px) {
  .timeline .timeline-block .timeline-detail {
    order: 1;
    text-align: right;
  }
  .timeline .timeline-block .timeline-content {
    order: 3;
  }
}
@media (min-width: 992px) {
  .timeline .timeline-block:nth-child(even) .timeline-detail {
    order: 1;
    text-align: right;
  }
  .timeline .timeline-block:nth-child(even) .timeline-content {
    order: 3;
  }
  .timeline .timeline-block:nth-child(odd) .timeline-detail {
    order: 3;
    text-align: left;
  }
  .timeline .timeline-block:nth-child(odd) .timeline-content {
    order: 1;
  }
}

.timeline.timeline-content-left .timeline-block .timeline-detail {
  order: 3;
  text-align: left;
}
.timeline.timeline-content-left .timeline-block .timeline-content {
  order: 1;
}

.timeline.timeline-content-right .timeline-block .timeline-detail {
  order: 1;
  text-align: right;
}
.timeline.timeline-content-right .timeline-block .timeline-content {
  order: 3;
}

.timeline-activity .timeline-content {
  margin-bottom: 10px;
}

.timeline-point-xs .timeline-point {
  width: 32px;
}

.timeline-point-sm .timeline-point {
  width: 64px;
}

.timeline-point-lg .timeline-point {
  width: 128px;
}

.timeline-point-xl .timeline-point {
  width: 256px;
}

[data-provide~=fullscreen] .fullscreen-active {
  display: none;
}
[data-provide~=fullscreen].is-fullscreen .fullscreen-default {
  display: none;
}
[data-provide~=fullscreen].is-fullscreen .fullscreen-active {
  display: inline-block;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  user-select: none;
  display: none;
}
.pace .pace-progress {
  background: #90BFCC;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 2001;
}

.pace-inactive {
  display: none;
}

body[data-provide~=pace] .pace {
  display: block;
}
body[data-provide~=pace] .pace-inactive {
  display: none;
}

.pace-special-1 .pace-progress {
  background: #C70064;
}

.pace-special-2 .pace-progress {
  background: #F8A400;
}

.pace-special-3 .pace-progress {
  background: #C9C600;
}

.pace-special-4 .pace-progress {
  background: #4EAFD0;
}

.pace-special-5 .pace-progress {
  background: #777777;
}

.pace-special-6 .pace-progress {
  background: #594281;
}

.mapael {
  /* Reset Zoom button first */
  /* Then Zoom In button */
  /* Then Zoom Out button */
}
.mapael .map {
  position: relative;
}
.mapael .zoomButton {
  background-color: #fff;
  border: 1px solid #f1f2f3;
  color: #616A78;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  top: 0;
  font-weight: bold;
  left: 10px;
  user-select: none;
  transition: 0.2s linear;
}
.mapael .zoomButton:hover {
  background-color: #f9fafb;
}
.mapael .zoomReset {
  top: 10px;
}
.mapael .zoomIn {
  top: 34px;
}
.mapael .zoomOut {
  top: 58px;
}
.mapael .mapTooltip {
  position: absolute;
  background-color: #474c4b;
  opacity: 0.7;
  border-radius: 3px;
  padding: 4px 8px;
  max-width: 200px;
  display: none;
  color: #fff;
  z-index: 1000;
}

svg.emojione {
  width: 18px;
  height: 18px;
  margin: 0 2px;
  vertical-align: text-bottom;
}

.fc button {
  font-weight: 400;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  text-transform: capitalize;
}

.fc-state-default {
  border: 1px solid #ebebeb;
  background-color: #fcfdfe;
  background-image: none;
  color: #616A78;
  text-shadow: none;
  box-shadow: none;
}
.fc-state-default:hover {
  background-color: #f5f6f7;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.fc-state-active {
  background-color: #f5f6f7;
}

.fc-state-disabled:hover {
  background-color: #fcfdfe;
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ebebeb;
}

.fc th {
  font-weight: 400;
  border: none;
  padding: 12px 0;
}

.fc-event {
  font-size: 12px;
  border: none;
  color: #fff;
  border-radius: 2px;
  padding: 2px 6px;
  opacity: 0.9;
  transition: none;
}
.fc-event:hover {
  opacity: 1;
}

.fc-event:not(.badge),
.fc-event-dot:not(.badge) {
  background-color: #90BFCC;
}

.fc-content {
  color: #fff;
}

.fc-day-grid-event .fc-time {
  font-weight: 500;
  padding-right: 4px;
}

.fc-day-grid-event {
  margin-top: 2px;
  margin-bottom: 2px;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background-color: #f5f6f7;
}

.fc-popover .fc-header {
  padding: 4px 8px;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #EF8030;
  opacity: 0.7;
  margin-top: 6px;
  transition: 0.3s;
}
.fc-unthemed .fc-popover .fc-header .fc-close:hover {
  opacity: 1;
}

.fc-toolbar h2 {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  color: #616A78;
  padding-top: 8px;
}

.fc-head-container {
  border: none !important;
}

.pswp__caption__center {
  text-align: center;
}

.ps-container {
  position: relative;
}

.ps-container > .ps-scrollbar-x-rail {
  height: 3px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  height: 3px;
  bottom: 0;
}
.ps-container > .ps-scrollbar-x-rail:hover,
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 7px;
}
.ps-container > .ps-scrollbar-y-rail {
  width: 3px;
  right: 2px !important;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  width: 3px;
  right: 0;
  display: none;
}
.ps-container > .ps-scrollbar-y-rail:hover,
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 7px;
  display: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.4);
  height: 7px;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.4);
  width: 7px;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover,
.ps-container:hover > .ps-scrollbar-y-rail:hover,
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail,
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail,
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: rgba(0, 0, 0, 0.1);
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y,
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x,
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.3);
}

#Cumple .col-md-3.p-0.center-v {
  width: 19%;
  float: left;
}

#Cumple .col-md-3.p-0.center-vh {
  width: 25%;
}

#Cumple .media-body {
  min-width: 0;
  display: block;
}

#Cumple .col-md-6.p-0 {
  width: 49%;
  float: left;
  margin-left: 5%;
}

.col-md-6.p-0 {
  width: 70%;
  float: left;
  margin-left: 5%;
}

.swal2-modal .swal2-title {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #37404D;
}
.swal2-modal .swal2-content {
  color: #616A78;
  font-size: 1rem;
}
.swal2-modal .swal2-confirm,
.swal2-modal .swal2-cancel {
  min-width: 80px;
}
.swal2-modal button + button {
  margin-left: 12px;
}

.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header {
  background-color: #f5f6f7;
}
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-has-title .shepherd-content header h3 {
  font-size: 16px;
}
.shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-center.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-left.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before, .shepherd-element.shepherd-theme-arrows-plain-buttons.shepherd-element-attached-top.shepherd-element-attached-right.shepherd-target-attached-bottom.shepherd-has-title .shepherd-content:before {
  border-bottom-color: #f5f6f7;
}
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content {
  font-size: 14px;
  line-height: 24px;
  width: 400px;
  max-width: calc(100% - 32px);
  filter: none;
  border: 1px solid #f1f2f3;
  border-radius: 3px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content::before {
  border-width: 12px;
}
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content footer .shepherd-buttons li .shepherd-button {
  color: #fff;
}
.shepherd-element.shepherd-theme-arrows-plain-buttons .shepherd-content .shepherd-text p {
  line-height: inherit;
}

.backdrop-tour {
  background-color: rgba(0, 0, 0, 0.3) !important;
  z-index: 999;
}

.shepherd-active .shepherd-step,
.shepherd-active .shepherd-target.shepherd-enabled {
  z-index: 1000;
}
.shepherd-active .shepherd-target .shepherd-target {
  z-index: 1001;
}

[data-provide~=sortable] [draggable=true] {
  cursor: move;
}

.sortable-placeholder {
  background-color: #f9fafb;
  border: 2px dashed #ebebeb;
}

.sortable-dot {
  display: inline-block;
  width: 5px;
  min-height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC);
  cursor: move;
  cursor: -webkit-zoom-grabbing;
  opacity: 0.6;
}

.lity-close {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  opacity: 0.6;
  transition: 0.5s;
}
.lity-close:hover, .lity-close:focus, .lity-close:active {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  opacity: 1;
}

.bootstrap-table {
  margin-bottom: 1rem;
}
.bootstrap-table .table {
  padding: 0 !important;
  border-bottom: 0;
}
.bootstrap-table .table td,
.bootstrap-table .table th {
  padding: 0.75rem !important;
}
.bootstrap-table .table > thead > tr > th {
  border-bottom-color: #ebebeb;
}
.bootstrap-table .table-separated {
  border-collapse: separate !important;
}
.bootstrap-table .table-separated > thead > tr > th {
  border-bottom: 0;
}
.bootstrap-table .table-sm th,
.bootstrap-table .table-sm td {
  padding: 0.5rem !important;
}
.bootstrap-table .table-lg th,
.bootstrap-table .table-lg td {
  padding: 1rem !important;
}

.fixed-table-container {
  border: none;
  border-radius: 0;
}
.fixed-table-container thead th,
.fixed-table-container tbody td {
  border-left: none;
}
.fixed-table-container thead th {
  position: relative;
}
.fixed-table-container thead th .th-inner {
  background-image: none !important;
  padding: 0;
}
.fixed-table-container thead th .th-inner::before, .fixed-table-container thead th .th-inner::after {
  content: "";
  position: absolute;
  right: 12px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.fixed-table-container thead th .both::before {
  border-bottom: 8px solid #ebebeb;
  bottom: 55%;
}
.fixed-table-container thead th .both::after {
  border-top: 8px solid #ebebeb;
  top: 55%;
}
.fixed-table-container thead th .desc::before {
  display: none;
}
.fixed-table-container thead th .desc::after {
  border-top-color: #EF8030;
}
.fixed-table-container thead th .asc::before {
  border-bottom-color: #EF8030;
}
.fixed-table-container thead th .asc::after {
  display: none;
}

.fixed-table-body .table > thead > tr > th {
  border-bottom: none;
}
.fixed-table-body .card-view .title {
  font-weight: 500;
}

.fixed-table-header .table th {
  padding: 0 !important;
}
.fixed-table-header .table .th-inner {
  padding: 0.75rem;
}

#tblUsuariosBusqueda_filter,
#tblSiguiendo_filter,
#dataTables_filter,
#tblMeSiguen_filter {
  display: none;
}

.dataTables_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.dataTables_wrapper tfoot .form-control {
  width: auto;
}

.jsgrid-cell {
  padding: 0.625rem;
}

.jsgrid-header-cell {
  font-weight: 400;
  padding: 0.75rem;
}

.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell {
  background-color: #f9fafb;
}

.jsgrid-edit-row > .jsgrid-cell,
.jsgrid-filter-row > .jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row > .jsgrid-header-cell,
.jsgrid-insert-row > .jsgrid-cell {
  border-color: #f1f2f3;
}

.jsgrid-alt-row > .jsgrid-cell {
  background: #fcfdfe;
}

.jsgrid-selected-row > .jsgrid-cell {
  background: #f3f9ff;
  border-color: #f1f2f3;
}

.jsgrid-grid-body tr:last-child .jsgrid-cell {
  border-bottom: 0;
}

.jsgrid input,
.jsgrid select,
.jsgrid textarea {
  border: 1px solid #ebebeb;
  border-radius: 2px;
  color: #EF8030;
  padding: 5px 8px;
  font-size: 14px;
  line-height: 20px;
  transition: 0.2s linear;
}
.jsgrid input:focus,
.jsgrid select:focus,
.jsgrid textarea:focus {
  border-color: #d6e7ec;
  color: #616A78;
  outline: none;
}

.jsgrid select {
  height: 32px;
}

.jsgrid-pager {
  text-align: center;
}
.jsgrid-pager a {
  color: #48B0F7;
}

.jsgrid-pager-current-page {
  font-weight: 500;
}

/**
 * Swiper 3.4.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2017, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: March 10, 2017
 */
.swiper-pagination {
  pointer-events: all !important;
}

.swiper-container,
.ops-swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  /* Fix of Webkit flickering */
  z-index: 1;
  width: 100%;
}

.columnaTemplate.row {
  width: 100%;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  height: 100%;
  position: relative;
  width: 100%;
}
.swiper-slide .img {
  background-color: #f0f0f0;
  min-height: 25vh;
  width: 100%;
  position: relative;
  text-align: center;
}
.swiper-slide .img img {
  /*object-fit: cover;
      object-position: center;*/
  max-height: 100%;
  width: 100%;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
/*.ops-swiper-button-prev,
.ops-swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
*/
.ops-swiper-button-next,
.ops-swiper-button-prev {
  line-height: 64px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0.6;
  transition: 0.4s;
  position: absolute;
  top: 45%;
  width: 34px;
  height: 64px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.ops-swiper-button-next::before,
.ops-swiper-button-prev::before {
  font-family: themify;
  font-size: 1.75rem;
  opacity: 0.7;
  transition: 0.4s;
}
.ops-swiper-button-next:hover::before,
.ops-swiper-button-prev:hover::before {
  opacity: 1;
}

.ops-swiper-button-next::before {
  content: "\e649";
}

.ops-swiper-button-prev::before {
  content: "\e64a";
}

.ops-swiper-button-next {
  right: 0;
}

.ops-swiper-button-prev {
  left: 0;
}

.ops-swiper-button-prev.swiper-button-disabled,
.ops-swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

/*
.ops-swiper-button-prev,
.swiper-container-rtl .ops-swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}


.ops-swiper-button-prev.swiper-button-black,
.swiper-container-rtl .ops-swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.ops-swiper-button-prev.swiper-button-white,
.swiper-container-rtl .ops-swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.ops-swiper-button-next,
.swiper-container-rtl .ops-swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.ops-swiper-button-next.swiper-button-black,
.swiper-container-rtl .ops-swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.ops-swiper-button-next.swiper-button-white,
.swiper-container-rtl .ops-swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

*/
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -20px !important;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 0;
  position: absolute;
  z-index: 5;
}

#Noticias #listar_contenido_elementos .card-body .tit {
  margin-top: 10px;
}
#Noticias .gallery {
  z-index: 2;
}
#Noticias .gallery .img {
  object-fit: contain;
  position: relative;
  margin: 0 0 20px 0;
  z-index: 2;
}
#Noticias .gallery .swiper-pagination-bullets {
  bottom: -27px !important;
}
#Noticias .gallery .swiper-pagination-bullet {
  position: relative;
  background: #929DAF;
  border: none;
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: 0.3s;
  display: inline-block;
  border-radius: 20px;
}
#Noticias .gallery .swiper-pagination-bullet:hover {
  background-color: #EF8030;
  opacity: 1;
}
#Noticias .gallery .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  text-indent: -999999px;
}
#Noticias .gallery .swiper-pagination-bullet-active {
  background-color: #EF8030 !important;
  opacity: 0.8;
}
#Noticias .gallery .swiper-pagination-bullet::before {
  top: -10px;
}
#Noticias .gallery .swiper-pagination-bullet::after {
  bottom: -10px;
}
#Noticias .gallery .swiper-pagination-bullet::before,
#Noticias .gallery .swiper-pagination-bullet::after {
  position: absolute;
  left: -7px;
  display: inline-block;
  width: 20px;
  height: 13px;
  content: "";
  cursor: pointer;
}

/* Bullets */
/*.swiper-pagination-bullet {
  width: 35px;
  height: 8px;
  display: inline-block;
  border-radius: 10px;
  background: $gray-600;
  opacity: 0.2;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}*/
.swiper-pagination-bullet:hover {
  opacity: 1;
  background: #F8A400;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #F8A400;
  transition: 0.5s;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #F8A400;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #F8A400;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
#Feed .swiper-pagination-outline .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: transparent;
}
#Feed .swiper-pagination-bullet {
  position: relative;
  background: #929DAF;
  border: none;
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: 0.3s;
}
#Feed .swiper-pagination-bullet:hover {
  background-color: #EF8030;
  opacity: 1;
}
#Feed .swiper-pagination-bullet::before, #Feed .swiper-pagination-bullet::after {
  position: absolute;
  left: -7px;
  display: inline-block;
  width: 20px;
  height: 13px;
  content: "";
  cursor: pointer;
}
#Feed .swiper-pagination-bullet::before {
  top: -10px;
}
#Feed .swiper-pagination-bullet::after {
  bottom: -10px;
}
#Feed .swiper-pagination-bullet-active {
  background-color: #EF8030 !important;
  opacity: 0.8;
}
#Feed .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  font-size: 0;
  text-indent: -999999px;
  display: inline-block;
  border-radius: 20px;
}
#Feed .swiper-pagination-outside .swiper-wrapper {
  padding-bottom: 0;
}
#Feed .swiper-pagination-outside.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
  top: auto;
}
#Feed label.fs-14.text-lighter.mr-2 {
  display: flex;
}
#Feed label.fs-14.text-lighter.mr-2 .fa.fa-comment.fs-16,
#Feed label.fs-14.text-lighter.mr-2 .fa.fa-comment-o.fs-16,
#Feed label.fs-14.text-lighter.mr-2 .fa-comment-o.fs-14.ti-comment-alt {
  margin-right: 7px !important;
}

.swiper-container[data-centered-slides=true] .swiper-slide {
  opacity: 0.1;
  transition: opacity 1s;
}
.swiper-container[data-centered-slides=true] .swiper-slide-active,
.swiper-container[data-centered-slides=true] .swiper-slide-duplicate-active {
  opacity: 1;
}

@media (max-width: 767px) {
  .ops-swiper-button-next,
  .ops-swiper-button-prev {
    display: none;
  }
}
@media (max-width: 680px) {
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: auto !important;
    top: 0;
    width: 100%;
    margin: 13px 0;
  }
}
#SeleccionarEstado {
  width: 100%;
}
#SeleccionarEstado button {
  width: 90%;
  margin: 10px auto 0;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  border-radius: 10rem;
  letter-spacing: 0;
  font-weight: 300;
  padding: 5px 10px;
}
#SeleccionarEstado button i {
  vertical-align: middle;
  font-size: 15px;
}
#SeleccionarEstado span.icon {
  font-size: 16px !important;
}

#IndicadoresH {
  display: inline-flex;
  font-size: 12px;
}
#IndicadoresH .KpiItem > div {
  display: inline-flex;
  font-size: 12px;
}

.peity {
  vertical-align: middle;
}

.jqstooltip {
  background-color: #323232 !important;
  font-size: 13px !important;
  padding: 4px 6px !important;
  color: #fff !important;
  overflow: hidden !important;
  text-align: center !important;
  border: none !important;
  max-width: 400px !important;
  max-height: 400px !important;
  box-sizing: content-box;
}

.jqsfield {
  font-size: 13px !important;
  color: #fff !important; /*set the text color here */
}

[data-provide=easypie] {
  display: inline-flex;
  text-align: center;
  position: relative;
}

.easypie-data {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.morris-hover {
  z-index: 900;
}

.morris-hover.morris-default-style {
  border-radius: 2px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.95);
  font-family: inherit;
  font-weight: 400;
  border: 1px solid #f1f2f3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.morris-hover.morris-default-style .morris-hover-point {
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle {
  letter-spacing: 0;
  font-weight: 300;
  padding: 5px 12px;
  padding-right: 25px;
}
.bootstrap-select.btn-group .dropdown-toggle::after {
  opacity: 0.7;
}
.bootstrap-select.btn-group .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option i {
  margin-right: 8px;
}
.bootstrap-select.btn-group.standalone {
  vertical-align: text-bottom;
}
.bootstrap-select.btn-group.standalone .dropdown-toggle {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.bootstrap-select.btn-group.standalone .dropdown-toggle .filter-option {
  width: auto;
}
.bootstrap-select.btn-group .dropdown-item.divider {
  height: 1px;
  background-color: #f1f2f3;
  margin: 4px 0;
  padding: 0;
}
.bootstrap-select.btn-group .dropdown-item.dropdown-header {
  text-transform: uppercase;
  color: #EF8030;
  font-size: 12px;
  margin-bottom: 0;
  padding: 8px;
  padding-bottom: 0;
  letter-spacing: 0.25px;
  opacity: 0.8;
}
.bootstrap-select.btn-group .dropdown-item.dropdown-header:hover {
  background-color: transparent;
}
.bootstrap-select.btn-group .dropdown-item.selected {
  color: #616A78;
  background-color: #f5f6f7;
}
.bootstrap-select.btn-group .dropdown-item.disabled:hover,
.bootstrap-select.btn-group .dropdown-item.disabled .dropdown-item-inner:hover {
  background-color: transparent;
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu a.dropdown-item span.dropdown-item-inner.opt {
  padding-left: 8px;
}
.bootstrap-select.btn-group .popover-title {
  color: #EF8030;
  padding: 6px 16px;
  background-color: #fcfdfe;
}
.bootstrap-select.btn-group .no-results {
  margin: 0;
  padding: 6px 20px;
}

.dropdown-item-inner {
  outline: none;
}

.bs-searchbox .form-control {
  line-height: 20px;
  font-size: 13px;
  padding: 4px 8px 3px;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:active, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #c9ccce;
}

.datepicker.dropdown-menu {
  transform: scale(1, 1);
  transition: 0s;
  padding: 6px;
}

.datepicker-dropdown:before {
  border-bottom-color: #ebebeb;
}

.datepicker-dropdown.datepicker-orient-top:before {
  border-top-color: #ebebeb;
}

.datepicker > div.datepicker-days {
  display: block;
}

.datepicker table tr td,
.datepicker table tr th,
.datepicker table tr td span {
  border-radius: 0;
  font-size: 12px;
  color: #616A78;
}
.datepicker table tr th {
  font-weight: 500;
}
.datepicker table tr td.old, .datepicker table tr td.new {
  color: #d6d9de;
}
.datepicker table tr td.range {
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}
.datepicker table tr td.range-start, .datepicker table tr td.range-end {
  background-color: #90BFCC !important;
  border-color: #90BFCC !important;
  text-shadow: none;
  border-radius: 100%;
}
.datepicker table tr td.range-start {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.datepicker table tr td.range-end {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.datepicker table tr td.range-start.range-end {
  border-radius: 100% !important;
}
.datepicker table tr .dow {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
  font-size: 11px;
}

.datepicker .datepicker-switch {
  font-weight: 300;
  font-size: 13px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next {
  line-height: 36px;
}
.datepicker .prev,
.datepicker .next {
  font-size: 0;
}
.datepicker .prev::before,
.datepicker .next::before {
  font-family: themify;
  color: #EF8030;
  font-size: 12px;
  vertical-align: top;
}
.datepicker .prev::before {
  content: "\e629";
}
.datepicker .next::before {
  content: "\e628";
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused,
.datepicker tfoot tr th:hover,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover {
  background-color: #f9fafb;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active:active {
  background-color: #90BFCC;
  border-color: #90BFCC;
  text-shadow: none;
  border-radius: 100%;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active:hover:active {
  background-color: #90BFCC;
  border-color: #90BFCC;
}

.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active.focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active:active:hover {
  background-color: #89bbc9;
  border-color: #89bbc9;
}

.datepicker table tr td.today {
  color: #616A78;
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}

.clockpicker.dropdown-menu {
  transform: scale(1, 1);
  padding: 6px;
  transition: initial;
}

.clockpicker-button {
  color: #616A78;
  padding: 3px;
  height: auto;
  font-size: 0.875rem;
}

.clockpicker-popover .popover-content {
  background-color: #f9fafb;
}

.clockpicker-plate {
  border-color: #ebebeb;
}

.bootstrap-timepicker-widget.dropdown-menu {
  transform: scale(1, 1);
  transition: 0s;
  padding: 6px;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom-color: #ebebeb;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  border-top-color: #ebebeb;
}

.bootstrap-timepicker-widget table td input {
  border-radius: 2px;
  border: 1px solid #ebebeb;
  font-size: 0.875rem;
  height: 29px;
  width: 29px;
  line-height: 29px;
}
.bootstrap-timepicker-widget table td input:focus {
  outline: none;
}

.bootstrap-timepicker-widget table td a {
  color: #EF8030;
  height: 29px;
  width: 29px;
  line-height: 29px;
  padding: 0;
}
.bootstrap-timepicker-widget table td a:hover {
  background-color: #fcfdfe;
  border-color: #ebebeb;
  border-radius: 2px;
}

.bootstrap-timepicker-widget .glyphicon {
  font-family: themify;
}

.bootstrap-timepicker-widget .glyphicon-chevron-up::before {
  content: "\e648";
}

.bootstrap-timepicker-widget .glyphicon-chevron-down::before {
  content: "\e64b";
}

.rating {
  display: inline-flex;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  padding: 0;
}
.rating input {
  display: none;
}
.rating label {
  color: #e3e4e5;
  cursor: pointer;
}
.rating label::before {
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
}
.rating .active,
.rating :checked ~ label,
.rating label:hover,
.rating label:hover ~ label {
  color: #90BFCC;
}

.rating-static {
  flex-direction: row;
}
.rating-static label {
  cursor: default;
}
.rating-static label:not(.active) {
  color: #e3e4e5 !important;
}

.rating-xs label::before {
  margin-right: 1px;
  font-size: 13px;
}

.rating-sm label::before {
  margin-right: 2px;
  font-size: 16px;
}

.rating-lg label::before {
  font-size: 24px;
}

.rating-remove {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s linear;
}
[data-has-rate=true]:hover .rating-remove {
  opacity: 0.6;
  visibility: visible;
}
[data-has-rate=true]:hover .rating-remove:hover {
  opacity: 1;
}

.rating-special-1 .active,
.rating-special-1 :checked ~ label,
.rating-special-1 label:hover,
.rating-special-1 label:hover ~ label {
  color: #C70064;
}

.rating-special-2 .active,
.rating-special-2 :checked ~ label,
.rating-special-2 label:hover,
.rating-special-2 label:hover ~ label {
  color: #F8A400;
}

.rating-special-3 .active,
.rating-special-3 :checked ~ label,
.rating-special-3 label:hover,
.rating-special-3 label:hover ~ label {
  color: #C9C600;
}

.rating-special-4 .active,
.rating-special-4 :checked ~ label,
.rating-special-4 label:hover,
.rating-special-4 label:hover ~ label {
  color: #4EAFD0;
}

.rating-special-5 .active,
.rating-special-5 :checked ~ label,
.rating-special-5 label:hover,
.rating-special-5 label:hover ~ label {
  color: #777777;
}

.rating-special-6 .active,
.rating-special-6 :checked ~ label,
.rating-special-6 label:hover,
.rating-special-6 label:hover ~ label {
  color: #594281;
}

.toggler {
  color: #e3e4e5;
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 0;
  line-height: 1;
}
.toggler i {
  transition: color 0.2s linear;
}
.toggler input {
  display: none;
}
.toggler input:checked + i {
  color: #fcc525;
}

.toggler-special-1 input:checked + i {
  color: #C70064;
}

.toggler-special-2 input:checked + i {
  color: #F8A400;
}

.toggler-special-3 input:checked + i {
  color: #C9C600;
}

.toggler-special-4 input:checked + i {
  color: #4EAFD0;
}

.toggler-special-5 input:checked + i {
  color: #777777;
}

.toggler-special-6 input:checked + i {
  color: #594281;
}

.minicolors-panel {
  border-color: #ebebeb;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.09);
}

.minicolors-theme-bootstrap .minicolors-input-swatch {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: none;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
}

.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border-color: #ebebeb;
}

.minicolors-swatches .minicolors-swatch {
  margin-right: 6px;
}

.minicolors input[type=hidden] + .minicolors-swatch {
  width: 20px;
  transform: translateY(0);
}

.minicolors-theme-bootstrap .minicolors-input {
  padding-left: 40px !important;
}

.form-type-line .minicolors-theme-bootstrap .minicolors-input-swatch,
.form-type-material .minicolors-theme-bootstrap .minicolors-input-swatch {
  left: 0;
}
.form-type-line .minicolors-theme-bootstrap .minicolors-input,
.form-type-material .minicolors-theme-bootstrap .minicolors-input {
  padding-left: 28px !important;
}

.color-selector {
  display: inline-block;
}
.color-selector label {
  position: relative;
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  cursor: pointer;
  margin-right: 4px;
  margin-bottom: 4px;
}
.color-selector label.inverse {
  border: 1px solid #e3e4e5;
}
.color-selector label.inverse span::after {
  color: #616A78;
}
.color-selector span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}
.color-selector span::after {
  content: "\e64c";
  font-family: themify;
  font-size: 1rem;
  font-weight: bold;
  display: block;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0, 0);
  transition: 0.2s;
}
.color-selector input {
  opacity: 0;
}
.color-selector input:checked ~ span::after {
  transform: translateY(-50%) scale(1, 1);
}

.color-selector-sm label {
  width: 24px;
  height: 24px;
}
.color-selector-sm span::after {
  font-size: 0.875rem;
}

.color-selector-lg label {
  width: 36px;
  height: 36px;
}
.color-selector-lg span::after {
  font-size: 1.125rem;
}

[data-provide~=knob] {
  outline: none !important;
}

.noUi-target {
  margin: 1rem 0;
}
.noUi-target.noUi-vertical {
  display: inline-block;
  margin: 0 1rem;
}
.noUi-target.noUi-connect,
.noUi-target .noUi-connect {
  background-color: #90BFCC;
  box-shadow: none;
}

.noUi-background {
  background: #f5f6f7;
}

.noUi-handle {
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transform: scale(1);
  box-shadow: none;
  outline: none;
  border: 1px solid #ebebeb;
  transition: 0.2s ease-in-out;
}
.noUi-handle::before, .noUi-handle::after {
  display: none;
}
.noUi-handle:hover {
  transform: scale(1.1);
}
.noUi-handle:hover .noUi-tooltip {
  display: block;
}
.noUi-handle:active {
  transform: scale(1.3);
}

.noUi-horizontal {
  height: 4px;
  border-radius: 4px;
  background: #f5f6f7;
  border: none;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -8px;
}

.noUi-vertical {
  width: 4px;
  height: 180px;
  border-radius: 4px;
  background: #f5f6f7;
  border: none;
  box-shadow: none;
}
.noUi-vertical .noUi-handle {
  width: 20px;
  height: 20px;
  left: -8px;
  top: -10px;
}

.noUi-tooltip {
  background-color: #323232;
  font-size: 0.75rem;
  border: none;
  color: #fff;
  padding: 0 6px;
  height: 24px;
  line-height: 25px;
  display: none;
}

.noUi-horizontal .noUi-tooltip {
  transform: translateX(-50%);
}

.noUi-horizontal .noUi-handle-upper .noUi-tooltip {
  bottom: auto;
  top: -32px;
}

.slider-special-1.noUi-connect,
.slider-special-1 .noUi-connect {
  background-color: #C70064;
}

.slider-special-2.noUi-connect,
.slider-special-2 .noUi-connect {
  background-color: #F8A400;
}

.slider-special-3.noUi-connect,
.slider-special-3 .noUi-connect {
  background-color: #C9C600;
}

.slider-special-4.noUi-connect,
.slider-special-4 .noUi-connect {
  background-color: #4EAFD0;
}

.slider-special-5.noUi-connect,
.slider-special-5 .noUi-connect {
  background-color: #777777;
}

.slider-special-6.noUi-connect,
.slider-special-6 .noUi-connect {
  background-color: #594281;
}

.bootstrap-tagsinput {
  display: block;
  border: 1px solid #ebebeb;
  box-shadow: none;
  padding: 12px 12px 0;
  min-height: 52px;
}
.bootstrap-tagsinput input {
  font-size: 0.875rem;
  font-weight: 400;
  color: #616A78;
}
.bootstrap-tagsinput .badge {
  height: 24px;
  line-height: 24px;
  border-radius: 12px;
  padding: 0 0.75rem;
  font-size: 0.875rem;
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.bootstrap-tagsinput .badge.badge-default, .bootstrap-tagsinput .badge.badge-secondary {
  color: #788394;
}
.bootstrap-tagsinput .badge [data-role=remove] {
  font-weight: 300;
  opacity: 0.7;
  transition: 0.2s linear;
}
.bootstrap-tagsinput .badge [data-role=remove]:hover {
  box-shadow: none;
  opacity: 1;
}
.bootstrap-tagsinput .badge:not([class*=badge-]) {
  color: #788394;
  background-color: #f5f6f7;
}
.bootstrap-tagsinput .twitter-typeahead {
  display: inline-block !important;
}
.bootstrap-tagsinput .twitter-typeahead .tt-menu {
  margin-top: 20px;
  min-width: 180px;
}

.twitter-typeahead {
  display: block !important;
}

.tt-menu {
  background-color: #fff;
  right: 0;
  margin-top: 2px;
  border-radius: 2px;
  border: 1px solid #f1f2f3;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.tt-suggestion {
  display: block;
  margin: 4px;
  padding: 6px 12px;
  cursor: pointer;
  transition: 0.15s linear;
}
.tt-suggestion.tt-cursor, .tt-suggestion:hover, .tt-suggestion:focus {
  background-color: #f9fafb;
}

.typeahead-scrollable .tt-menu {
  max-height: 220px;
  overflow-y: auto;
}

.bootstrap-maxlength {
  border-radius: 0;
  margin: 1px 0;
}

.pwstrength {
  position: relative;
}
.pwstrength .progress {
  height: 3px;
}
.pwstrength [data-vertical] + .progress {
  position: absolute;
  height: 3px;
  margin-bottom: 0;
  transform: rotate(-90deg);
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-control {
  border-color: #ebebeb;
  border-radius: 20px;
  color: #EF8030;
  padding: 5px 34px;
  font-size: 14px;
  line-height: inherit;
  transition: 0.2s linear;
  background-color: #F9FAFB;
}
.form-control:disabled, .form-control[readonly] {
  color: #EF8030;
}
.form-control[readonly] {
  background-color: #fff;
}
.form-control:focus {
  border-color: #d6e7ec;
  color: #616A78;
  box-shadow: 0 0 0 0.1rem rgba(144, 191, 204, 0.15);
}
.form-control:focus[readonly] {
  border-color: #ebebeb;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c9ccce;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #c9ccce;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: #c9ccce;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: #c9ccce;
}
.form-control option {
  font-weight: 300;
}

label {
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.5px;
}
label.require::after, label.required::after {
  content: "*";
  color: #f96868;
  font-weight: 500;
  margin-left: 8px;
}

select.form-control:not([size]):not([multiple]) {
  height: 36px;
}

.form-group small {
  color: #929DAF;
  font-weight: 300;
  font-size: 85%;
  line-height: 1.4;
}
.form-group small.form-text {
  color: #EF8030;
  font-size: 90%;
  padding-left: 0;
  line-height: 1.4;
}

.form-group label + small {
  padding-left: 10px;
}

.has-form-text:hover .form-text,
.has-form-text .form-control:focus + .form-text {
  opacity: 1;
  transition: 0.5s;
}
.has-form-text .form-text {
  opacity: 0;
  transition: 0.5s;
}

.checkbox label,
.radio label {
  font-weight: 300;
  letter-spacing: 0;
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  margin-top: 6px;
  vertical-align: top;
}

.form-control-plaintext {
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 24px;
}

.auto-expand {
  overflow: hidden;
  resize: none;
  transition: 0.5s;
}

.form-inline .form-group {
  margin-right: 1rem;
}

.custom-file {
  width: 100%;
}

.custom-file-control {
  border-radius: 2px;
  border-color: #ebebeb;
}
.custom-file-control::before {
  border-color: #ebebeb;
  background-color: #ebebeb;
  color: #EF8030;
}
.custom-file-control::after {
  color: #616A78;
  font-weight: 300;
}
.custom-file-control:lang(en)::after {
  content: attr(data-input-value);
}

.custom-select {
  border-color: #ebebeb;
}

.bootstrap-select.btn-group.show .dropdown-toggle {
  border-color: #d6e7ec;
  color: #616A78;
}

.input-group-addon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9fafb;
  border-color: #ebebeb;
  color: #EF8030;
  line-height: 1.5;
  font-weight: 300;
  border-radius: 2px;
  padding: 5px 12px;
  font-size: 14px;
  line-height: inherit;
}
.input-group-addon .custom-control {
  margin-right: 0;
}

.input-group-btn .btn-group,
.input-group-btn .btn {
  height: 100%;
}

.input-group-input + .input-group-input {
  margin-left: 16px;
}

.form-control-lg,
.input-group-lg .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  line-height: 32px;
  font-size: 16px;
  padding: 7px 16px;
}

.form-control-sm,
.input-group-sm .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  line-height: 20px;
  font-size: 13px;
  padding: 4px 8px 3px;
}

.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: 29px;
}

.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: 48px;
}

.has-success .form-control {
  border-color: #15c377;
}
.has-success .form-control:focus {
  box-shadow: none;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .custom-control,
.has-success .form-control-feedback,
.has-success .form-control-label,
.has-success .radio,
.has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
  color: #15c377;
}

.has-warning .form-control {
  border-color: #faa64b;
}
.has-warning .form-control:focus {
  box-shadow: none;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .custom-control,
.has-warning .form-control-feedback,
.has-warning .form-control-label,
.has-warning .radio,
.has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
  color: #faa64b;
}

.has-danger .form-control {
  border-color: #f96868;
}
.has-danger .form-control:focus {
  box-shadow: none;
}
.has-danger .checkbox,
.has-danger .checkbox-inline,
.has-danger .custom-control,
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .radio,
.has-danger .radio-inline, .has-danger.checkbox label, .has-danger.checkbox-inline label, .has-danger.radio label, .has-danger.radio-inline label {
  color: #f96868;
}

.form-group .form-control-feedback {
  display: none;
}
.form-group .form-control-feedback ul {
  margin-bottom: 0.5rem;
}
.form-group.has-success .form-control-feedback, .form-group.has-warning .form-control-feedback, .form-group.has-danger .form-control-feedback {
  display: block;
}

.invalid-feedback {
  color: #f96868;
  font-size: 13px;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #f96868 !important;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.1rem rgba(249, 104, 104, 0.15) !important;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #15c377 !important;
}
.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.1rem rgba(21, 195, 119, 0.15) !important;
}

.form-type-roundinput.form-control,
.form-type-round input.form-control, .form-type-roundselect:not([multiple]).form-control,
.form-type-round select:not([multiple]).form-control {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}
.form-type-roundinput.form-control-sm, .form-type-roundselect:not([multiple]).form-control-sm, .form-type-round.input-group-sm input.form-control,
.form-type-round input.form-control-sm,
.form-type-round select:not([multiple]).form-control-sm,
.form-type-round .input-group-sm input.form-control {
  padding-left: 16px;
  padding-right: 16px;
}
.form-type-roundinput.form-control-lg, .form-type-roundselect:not([multiple]).form-control-lg, .form-type-round.input-group-lg input.form-control,
.form-type-round input.form-control-lg,
.form-type-round select:not([multiple]).form-control-lg,
.form-type-round .input-group-lg input.form-control {
  padding-left: 24px;
  padding-right: 24px;
}
.form-type-round.input-group,
.form-type-round .input-group {
  border-radius: 10rem;
}
.form-type-round.input-group > *:first-child,
.form-type-round.input-group > *:first-child > .btn,
.form-type-round .input-group > *:first-child,
.form-type-round .input-group > *:first-child > .btn {
  border-top-left-radius: 10rem;
  border-bottom-left-radius: 10rem;
}
.form-type-round.input-group > *:last-child,
.form-type-round.input-group > *:last-child > .btn,
.form-type-round .input-group > *:last-child,
.form-type-round .input-group > *:last-child > .btn {
  border-top-right-radius: 10rem;
  border-bottom-right-radius: 10rem;
}
.form-type-round .custom-file-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}
.form-type-round .custom-file-control::before {
  border-radius: 0;
}
.form-type-round .bootstrap-select.btn-group .dropdown-toggle {
  border-radius: 10rem;
}

.form-type-fill.form-control,
.form-type-fill .form-control {
  background-color: #f7f9fa;
  border-color: #f1f2f3;
}
.form-type-fill.form-control:focus,
.form-type-fill .form-control:focus {
  background-color: #f3f5f7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  border-color: #f1f2f3;
}
.form-type-fill .input-group-addon {
  border-color: #f1f2f3;
  background-color: #f7f9fa;
  border-right: 1px solid #f1f2f3;
}
.form-type-fill .input-group .form-control + .input-group-addon {
  border-left: 1px solid #f1f2f3;
  border-right: 0;
}
.form-type-fill .input-group-btn:not(:first-child) > .btn,
.form-type-fill .input-group-btn:not(:first-child) > .btn-group {
  z-index: initial;
}
.form-type-fill .bootstrap-select.btn-group .dropdown-toggle {
  background-color: #f7f9fa;
  border-color: #f1f2f3;
}
.form-type-fill .bootstrap-select.btn-group.show .dropdown-toggle {
  background-color: #f3f5f7;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
  border-color: #f1f2f3;
}

.form-type-line.form-control,
.form-type-line .form-control {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  background-size: 0 1px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center 100%;
  background-image: linear-gradient(#90BFCC, #90BFCC), linear-gradient(#ebebeb, #ebebeb);
  transition: background 0.3s;
}
.form-type-line.form-control:focus, .form-type-line.form-control.focus,
.form-type-line .form-control:focus,
.form-type-line .form-control.focus {
  background-size: 100% 1px, 100% 1px;
  border-color: transparent;
  box-shadow: none;
}
.form-type-line.form-control:disabled, .form-type-line.form-control[readonly],
.form-type-line .form-control:disabled,
.form-type-line .form-control[readonly] {
  background-color: #fff;
  opacity: 0.7;
}
.form-type-line.form-group label,
.form-type-line .form-group label {
  margin-bottom: 0;
}
.form-type-line.input-group .btn,
.form-type-line .input-group .btn {
  border-radius: 0;
}
.form-type-line.input-group .input-group-addon,
.form-type-line .input-group .input-group-addon {
  background-color: #fff;
  border: none;
  color: #EF8030;
}
.form-type-line.input-group .input-group-btn ~ .form-control,
.form-type-line.input-group .form-control ~ .input-group-btn,
.form-type-line .input-group .input-group-btn ~ .form-control,
.form-type-line .input-group .form-control ~ .input-group-btn {
  margin-left: 1rem;
}
.form-type-line .custom-file-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}
.form-type-line .custom-file-control::before {
  border-radius: 0;
}
.form-type-line .bootstrap-select.btn-group .dropdown-toggle {
  border: none;
  background-color: transparent;
  padding-left: 0;
  background-size: 0 1px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center 100%;
  background-image: linear-gradient(#90BFCC, #90BFCC), linear-gradient(#ebebeb, #ebebeb);
  transition: background 0.3s;
}
.form-type-line .bootstrap-select.btn-group .dropdown-toggle:focus {
  background-color: #fff;
}
.form-type-line .bootstrap-select.btn-group.show .dropdown-toggle {
  background-size: 100% 1px, 100% 1px;
  border-color: transparent;
}

.form-type-line .has-success .form-control,
.form-type-line.has-success .form-control {
  background-image: linear-gradient(#15c377, #15c377), linear-gradient(#15c377, #15c377);
}

.form-type-line .has-warning .form-control,
.form-type-line.has-warning .form-control {
  background-image: linear-gradient(#faa64b, #faa64b), linear-gradient(#faa64b, #faa64b);
}

.form-type-line .has-danger .form-control,
.form-type-line.has-danger .form-control {
  background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
}

.form-type-line .custom-select.is-invalid,
.form-type-line .form-control.is-invalid,
.form-type-line .was-validated .custom-select:invalid,
.form-type-line .was-validated .form-control:invalid {
  background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
  border: none;
}
.form-type-line .custom-select.is-invalid:focus,
.form-type-line .form-control.is-invalid:focus,
.form-type-line .was-validated .custom-select:invalid:focus,
.form-type-line .was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}
.form-type-line .custom-select.is-valid,
.form-type-line .form-control.is-valid,
.form-type-line .was-validated .custom-select:valid,
.form-type-line .was-validated .form-control:valid {
  background-image: linear-gradient(#15c377, #15c377), linear-gradient(#15c377, #15c377);
  border: none;
}
.form-type-line .custom-select.is-valid:focus,
.form-type-line .form-control.is-valid:focus,
.form-type-line .was-validated .custom-select:valid:focus,
.form-type-line .was-validated .form-control:valid:focus {
  box-shadow: none !important;
}

.form-type-material.form-control,
.form-type-material .form-control {
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-image: linear-gradient(#90BFCC, #90BFCC), linear-gradient(#ebebeb, #ebebeb);
  transition: background 0.3s;
}
.form-type-material.form-control:focus, .form-type-material.form-control.focus,
.form-type-material .form-control:focus,
.form-type-material .form-control.focus {
  background-size: 100% 2px, 100% 1px;
  border-color: transparent;
  box-shadow: none;
}
.form-type-material.form-control:disabled, .form-type-material.form-control[readonly],
.form-type-material .form-control:disabled,
.form-type-material .form-control[readonly] {
  background-color: #fff;
  opacity: 0.7;
}
.form-type-material.form-control.form-control-sm ~ label,
.form-type-material .form-control.form-control-sm ~ label {
  font-size: 80%;
}
.form-type-material.form-control.form-control-lg ~ label,
.form-type-material .form-control.form-control-lg ~ label {
  font-size: 120%;
}
.form-type-material.form-group,
.form-type-material .form-group {
  position: relative;
  padding-top: 10px;
  margin-bottom: 20px;
}
.form-type-material.form-group label:not(.custom-control):not(.switch),
.form-type-material .form-group label:not(.custom-control):not(.switch) {
  position: absolute;
  left: 0;
  top: 13px;
  font-weight: 300;
  padding: 0;
  pointer-events: none;
  white-space: nowrap;
  transition: 0.3s;
}
.form-type-material.form-group .form-control-lg ~ label,
.form-type-material .form-group .form-control-lg ~ label {
  top: 20px;
}
.form-type-material.input-group,
.form-type-material .input-group {
  position: relative;
  padding-top: 10px;
}
.form-type-material.input-group label:not(.custom-control),
.form-type-material .input-group label:not(.custom-control) {
  position: absolute;
  left: 0;
  top: 8px !important;
  font-weight: 300;
  padding: 0;
  pointer-events: none;
  transition: 0.3s;
}
.form-type-material.input-group .input-group-addon,
.form-type-material .input-group .input-group-addon {
  background-color: #fff;
  border: none;
  color: #EF8030;
}
.form-type-material.input-group .input-group-btn + .form-control,
.form-type-material.input-group .form-control + .input-group-btn,
.form-type-material.input-group .input-group-btn + .input-group-input,
.form-type-material.input-group .input-group-input + .input-group-btn,
.form-type-material .input-group .input-group-btn + .form-control,
.form-type-material .input-group .form-control + .input-group-btn,
.form-type-material .input-group .input-group-btn + .input-group-input,
.form-type-material .input-group .input-group-input + .input-group-btn {
  margin-left: 1rem;
}
.form-type-material.input-group.input-group-lg label,
.form-type-material .input-group.input-group-lg label {
  font-size: 120%;
  top: 14px !important;
}
.form-type-material.input-group.input-group-sm label,
.form-type-material .input-group.input-group-sm label {
  font-size: 80%;
  top: 3px !important;
}
.form-type-material .custom-file-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #ebebeb;
  padding-left: 0;
  padding-right: 0;
}
.form-type-material .custom-file-control::before {
  border-radius: 0;
}
.form-type-material .input-group-input {
  position: relative;
  flex-grow: 1;
}
.form-type-material .input-group-input .form-control {
  width: 100%;
}
.form-type-material .input-group-input label {
  top: 6px !important;
  z-index: 3;
}
.form-type-material .input-group-input.do-float label,
.form-type-material .input-group-input .label-floated {
  top: -13px !important;
}
.form-type-material .bootstrap-select.btn-group .dropdown-toggle {
  background-color: transparent;
  border: none;
  padding-left: 0;
  background-size: 0 2px, 100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom, center calc(100% - 1px);
  background-image: linear-gradient(#90BFCC, #90BFCC), linear-gradient(#ebebeb, #ebebeb);
  transition: background 0.3s;
}
.form-type-material .bootstrap-select.btn-group .dropdown-toggle:focus {
  background-color: #fff;
}
.form-type-material .bootstrap-select.btn-group.show .dropdown-toggle {
  background-size: 100% 2px, 100% 1px;
  border-color: transparent;
}
.form-type-material .bootstrap-select.btn-group.input-group-btn .dropdown-toggle {
  margin-top: 0;
}
.form-type-material .bootstrap-select.btn-group + label {
  z-index: 3;
}

.do-float label,
.label-floated {
  top: -8px !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  opacity: 0.5;
}

.form-type-material .has-success .form-control,
.form-type-material.has-success .form-control {
  background-image: linear-gradient(#15c377, #15c377), linear-gradient(#15c377, #15c377);
}
.form-type-material .has-success.do-float label,
.form-type-material .has-success .do-float label,
.form-type-material.has-success.do-float label,
.form-type-material.has-success .do-float label {
  color: #15c377;
}

.form-type-material .has-warning .form-control,
.form-type-material.has-warning .form-control {
  background-image: linear-gradient(#faa64b, #faa64b), linear-gradient(#faa64b, #faa64b);
}
.form-type-material .has-warning.do-float label,
.form-type-material .has-warning .do-float label,
.form-type-material.has-warning.do-float label,
.form-type-material.has-warning .do-float label {
  color: #faa64b;
}

.form-type-material .has-danger .form-control,
.form-type-material.has-danger .form-control {
  background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
}
.form-type-material .has-danger.do-float label,
.form-type-material .has-danger .do-float label,
.form-type-material.has-danger.do-float label,
.form-type-material.has-danger .do-float label {
  color: #f96868;
}

.form-type-material .custom-select.is-invalid,
.form-type-material .form-control.is-invalid,
.form-type-material .was-validated .custom-select:invalid,
.form-type-material .was-validated .form-control:invalid {
  background-image: linear-gradient(#f96868, #f96868), linear-gradient(#f96868, #f96868);
  border: none;
}
.form-type-material .custom-select.is-invalid:focus,
.form-type-material .form-control.is-invalid:focus,
.form-type-material .was-validated .custom-select:invalid:focus,
.form-type-material .was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}
.form-type-material .custom-select.is-valid,
.form-type-material .form-control.is-valid,
.form-type-material .was-validated .custom-select:valid,
.form-type-material .was-validated .form-control:valid {
  background-image: linear-gradient(#15c377, #15c377), linear-gradient(#15c377, #15c377);
  border: none;
}
.form-type-material .custom-select.is-valid:focus,
.form-type-material .form-control.is-valid:focus,
.form-type-material .was-validated .custom-select:valid:focus,
.form-type-material .was-validated .form-control:valid:focus {
  box-shadow: none !important;
}

.form-type-combine .form-group,
.form-type-combine.form-group,
.form-type-combine .input-group,
.form-type-combine.input-group {
  position: relative;
  background-color: #fff;
  position: relative;
  border: 1px solid #ebebeb;
  border-radius: 2px;
  padding: 4px 12px 8px;
  cursor: text;
  outline: none !important;
  transition: 0.5s;
}
.form-type-combine .form-group:focus, .form-type-combine .form-group.focused,
.form-type-combine.form-group:focus,
.form-type-combine.form-group.focused,
.form-type-combine .input-group:focus,
.form-type-combine .input-group.focused,
.form-type-combine.input-group:focus,
.form-type-combine.input-group.focused {
  background-color: #fcfdfe;
}
.form-type-combine .form-group:focus label,
.form-type-combine .form-group:focus small,
.form-type-combine .form-group:focus .form-text, .form-type-combine .form-group.focused label,
.form-type-combine .form-group.focused small,
.form-type-combine .form-group.focused .form-text,
.form-type-combine.form-group:focus label,
.form-type-combine.form-group:focus small,
.form-type-combine.form-group:focus .form-text,
.form-type-combine.form-group.focused label,
.form-type-combine.form-group.focused small,
.form-type-combine.form-group.focused .form-text,
.form-type-combine .input-group:focus label,
.form-type-combine .input-group:focus small,
.form-type-combine .input-group:focus .form-text,
.form-type-combine .input-group.focused label,
.form-type-combine .input-group.focused small,
.form-type-combine .input-group.focused .form-text,
.form-type-combine.input-group:focus label,
.form-type-combine.input-group:focus small,
.form-type-combine.input-group:focus .form-text,
.form-type-combine.input-group.focused label,
.form-type-combine.input-group.focused small,
.form-type-combine.input-group.focused .form-text {
  opacity: 0.4;
}
.form-type-combine .form-group.disabled,
.form-type-combine.form-group.disabled,
.form-type-combine .input-group.disabled,
.form-type-combine.input-group.disabled {
  background-color: #f9fafb;
  opacity: 0.5;
  cursor: not-allowed;
}
.form-type-combine .form-group label,
.form-type-combine .form-group small,
.form-type-combine .form-group .form-text,
.form-type-combine.form-group label,
.form-type-combine.form-group small,
.form-type-combine.form-group .form-text,
.form-type-combine .input-group label,
.form-type-combine .input-group small,
.form-type-combine .input-group .form-text,
.form-type-combine.input-group label,
.form-type-combine.input-group small,
.form-type-combine.input-group .form-text {
  transition: 0.5s;
}
.form-type-combine .form-group .form-control,
.form-type-combine .form-group .form-control-plaintext,
.form-type-combine.form-group .form-control,
.form-type-combine.form-group .form-control-plaintext,
.form-type-combine .input-group .form-control,
.form-type-combine .input-group .form-control-plaintext,
.form-type-combine.input-group .form-control,
.form-type-combine.input-group .form-control-plaintext {
  background-color: transparent;
  border: none;
  padding: 0;
  width: 100%;
  height: 25px;
  line-height: 25px;
  min-height: auto;
}
.form-type-combine .form-group .form-control:focus,
.form-type-combine .form-group .form-control.focused,
.form-type-combine.form-group .form-control:focus,
.form-type-combine.form-group .form-control.focused,
.form-type-combine .input-group .form-control:focus,
.form-type-combine .input-group .form-control.focused,
.form-type-combine.input-group .form-control:focus,
.form-type-combine.input-group .form-control.focused {
  box-shadow: none;
}
.form-type-combine .form-group textarea,
.form-type-combine .form-group select[multiple],
.form-type-combine.form-group textarea,
.form-type-combine.form-group select[multiple],
.form-type-combine .input-group textarea,
.form-type-combine .input-group select[multiple],
.form-type-combine.input-group textarea,
.form-type-combine.input-group select[multiple] {
  height: auto !important;
}
.form-type-combine .form-group label,
.form-type-combine.form-group label,
.form-type-combine .input-group label,
.form-type-combine.input-group label {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  cursor: inherit;
}
.form-type-combine .form-group.require::after,
.form-type-combine.form-group.require::after,
.form-type-combine .input-group.require::after,
.form-type-combine.input-group.require::after {
  content: "*";
  color: #f96868;
  font-size: 0.875rem;
  font-weight: 500;
  position: absolute;
  top: 0;
  right: 6px;
}
.form-type-combine .form-group.form-group-sm .form-control,
.form-type-combine .form-group.form-group-sm .form-control-plaintext,
.form-type-combine.form-group.form-group-sm .form-control,
.form-type-combine.form-group.form-group-sm .form-control-plaintext,
.form-type-combine .input-group.form-group-sm .form-control,
.form-type-combine .input-group.form-group-sm .form-control-plaintext,
.form-type-combine.input-group.form-group-sm .form-control,
.form-type-combine.input-group.form-group-sm .form-control-plaintext {
  height: 20px;
  line-height: 20px;
  font-size: 13px;
}
.form-type-combine .form-group.form-group-sm label,
.form-type-combine.form-group.form-group-sm label,
.form-type-combine .input-group.form-group-sm label,
.form-type-combine.input-group.form-group-sm label {
  font-size: 10px;
}
.form-type-combine .form-group.form-group-sm .input-group-addon,
.form-type-combine.form-group.form-group-sm .input-group-addon,
.form-type-combine .input-group.form-group-sm .input-group-addon,
.form-type-combine.input-group.form-group-sm .input-group-addon {
  line-height: 58px;
  font-size: 13px;
}
.form-type-combine .form-group.form-group-lg .form-control,
.form-type-combine .form-group.form-group-lg .form-control-plaintext,
.form-type-combine.form-group.form-group-lg .form-control,
.form-type-combine.form-group.form-group-lg .form-control-plaintext,
.form-type-combine .input-group.form-group-lg .form-control,
.form-type-combine .input-group.form-group-lg .form-control-plaintext,
.form-type-combine.input-group.form-group-lg .form-control,
.form-type-combine.input-group.form-group-lg .form-control-plaintext {
  height: 32px;
  line-height: 32px;
  font-size: 15px;
}
.form-type-combine .form-group.form-group-lg label,
.form-type-combine.form-group.form-group-lg label,
.form-type-combine .input-group.form-group-lg label,
.form-type-combine.input-group.form-group-lg label {
  font-size: 12px;
}
.form-type-combine .form-group.form-group-lg .input-group-addon,
.form-type-combine.form-group.form-group-lg .input-group-addon,
.form-type-combine .input-group.form-group-lg .input-group-addon,
.form-type-combine.input-group.form-group-lg .input-group-addon {
  line-height: 70px;
  font-size: 15px;
}
.form-type-combine .form-group .bootstrap-select.btn-group .dropdown-toggle,
.form-type-combine.form-group .bootstrap-select.btn-group .dropdown-toggle,
.form-type-combine .input-group .bootstrap-select.btn-group .dropdown-toggle,
.form-type-combine.input-group .bootstrap-select.btn-group .dropdown-toggle {
  background-color: transparent;
  border: none;
  padding: 0 18px 0 0;
  height: 25px;
  line-height: 25px;
  min-height: auto;
}
.form-type-combine .form-group .bootstrap-select.btn-group.show .dropdown-toggle,
.form-type-combine.form-group .bootstrap-select.btn-group.show .dropdown-toggle,
.form-type-combine .input-group .bootstrap-select.btn-group.show .dropdown-toggle,
.form-type-combine.input-group .bootstrap-select.btn-group.show .dropdown-toggle {
  background-size: 100% 2px, 100% 1px;
  border-color: transparent;
}

.form-type-combine .input-group,
.form-type-combine.input-group {
  padding: 0;
  display: flex;
  overflow: visible;
  margin-bottom: 1rem;
}
.form-type-combine .input-group .input-group-addon,
.form-type-combine.input-group .input-group-addon {
  flex-shrink: 0;
  justify-content: center;
  border: none;
  min-width: 63px;
  line-height: 63px;
  padding-top: 0;
  padding-bottom: 0;
  cursor: default;
}
.form-type-combine .input-group .input-group-addon .custom-control,
.form-type-combine.input-group .input-group-addon .custom-control {
  cursor: pointer;
  vertical-align: super;
}
.form-type-combine .input-group .input-group-btn .btn,
.form-type-combine.input-group .input-group-btn .btn {
  height: 100%;
  border: 0;
  margin: 0;
}
.form-type-combine .input-group .input-group-input,
.form-type-combine.input-group .input-group-input {
  padding: 4px 12px 8px;
  flex-grow: 1;
  transition: 0.5s;
}
.form-type-combine .input-group .input-group-input:focus, .form-type-combine .input-group .input-group-input.focused,
.form-type-combine.input-group .input-group-input:focus,
.form-type-combine.input-group .input-group-input.focused {
  background-color: #fcfdfe;
}
.form-type-combine .input-group .input-group-input:focus label,
.form-type-combine .input-group .input-group-input:focus small,
.form-type-combine .input-group .input-group-input:focus .form-text, .form-type-combine .input-group .input-group-input.focused label,
.form-type-combine .input-group .input-group-input.focused small,
.form-type-combine .input-group .input-group-input.focused .form-text,
.form-type-combine.input-group .input-group-input:focus label,
.form-type-combine.input-group .input-group-input:focus small,
.form-type-combine.input-group .input-group-input:focus .form-text,
.form-type-combine.input-group .input-group-input.focused label,
.form-type-combine.input-group .input-group-input.focused small,
.form-type-combine.input-group .input-group-input.focused .form-text {
  opacity: 0.4;
}
.form-type-combine .input-group .input-group-input .form-control:focus,
.form-type-combine.input-group .input-group-input .form-control:focus {
  background-color: transparent;
}
.form-type-combine .input-group .input-group-addon + .input-group-input,
.form-type-combine .input-group .input-group-btn + .input-group-input,
.form-type-combine .input-group .input-group-input + .input-group-addon,
.form-type-combine .input-group .input-group-input + .input-group-btn .btn,
.form-type-combine .input-group .input-group-btn .btn + .btn,
.form-type-combine.input-group .input-group-addon + .input-group-input,
.form-type-combine.input-group .input-group-btn + .input-group-input,
.form-type-combine.input-group .input-group-input + .input-group-addon,
.form-type-combine.input-group .input-group-input + .input-group-btn .btn,
.form-type-combine.input-group .input-group-btn .btn + .btn {
  border-left: 1px solid #ebebeb;
}
.form-type-combine .input-group .form-control:focus,
.form-type-combine.input-group .form-control:focus {
  border-color: #ebebeb;
  background-color: #fcfdfe;
  transition: 0.5s;
}

.form-type-combine.has-success,
.form-type-combine .has-success {
  border-color: #15c377;
}
.form-type-combine.has-success + .form-control-feedback,
.form-type-combine .has-success + .form-control-feedback {
  color: #15c377;
}
.form-type-combine.has-warning,
.form-type-combine .has-warning {
  border-color: #faa64b;
}
.form-type-combine.has-warning + .form-control-feedback,
.form-type-combine .has-warning + .form-control-feedback {
  color: #faa64b;
}
.form-type-combine.has-danger,
.form-type-combine .has-danger {
  border-color: #f96868;
}
.form-type-combine.has-danger + .form-control-feedback,
.form-type-combine .has-danger + .form-control-feedback {
  color: #f96868;
}
.form-type-combine .form-group + .form-control-feedback {
  margin-top: -0.5rem;
  line-height: 20px;
}

.form-type-combine .custom-select.is-invalid,
.form-type-combine .form-control.is-invalid,
.form-type-combine .was-validated .custom-select:invalid,
.form-type-combine .was-validated .form-control:invalid {
  border-color: #f96868 !important;
}
.form-type-combine .custom-select.is-invalid:focus,
.form-type-combine .form-control.is-invalid:focus,
.form-type-combine .was-validated .custom-select:invalid:focus,
.form-type-combine .was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}
.form-type-combine .custom-select.is-valid,
.form-type-combine .form-control.is-valid,
.form-type-combine .was-validated .custom-select:valid,
.form-type-combine .was-validated .form-control:valid {
  border-color: #15c377 !important;
}
.form-type-combine .custom-select.is-valid:focus,
.form-type-combine .form-control.is-valid:focus,
.form-type-combine .was-validated .custom-select:valid:focus,
.form-type-combine .was-validated .form-control:valid:focus {
  box-shadow: none !important;
}

.form-groups-attached {
  margin-bottom: 1rem;
}
.form-groups-attached .form-group {
  margin-bottom: 0;
  border-radius: 0;
}
.form-groups-attached > div:not(:last-child),
.form-groups-attached > div:not(:last-child) .form-group {
  border-bottom-color: transparent;
}
.form-groups-attached .row {
  margin-left: 0;
  margin-right: 0;
}
.form-groups-attached .row > .form-group:not(:last-child) {
  border-right-color: transparent;
}

.file-group {
  position: relative;
  overflow: hidden;
}
.file-group input[type=file] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}

.file-group-inline {
  display: inline-block;
}

.form-control.file-value {
  cursor: text;
}

.dropify-wrapper {
  border: 1px solid #ebebeb;
  padding: 12px;
}
.dropify-wrapper .dropify-clear, .dropify-wrapper.touch-fallback .dropify-clear {
  bottom: 6px;
  border: none;
  color: #f96868;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 6px 12px;
  cursor: pointer;
}
.dropify-wrapper .dropify-clear:hover, .dropify-wrapper.touch-fallback .dropify-clear:hover {
  background-color: #f9fafb;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner {
  padding-top: 10px;
  padding-bottom: 0;
}

.dropify-wrapper .dropify-preview .dropify-infos .dropify-infos-inner p,
.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p {
  color: #EF8030;
  font-weight: 300;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-infos-message {
  font-size: 12px;
  opacity: 0.6;
  display: none;
}

.dropify-wrapper.touch-fallback .dropify-preview .dropify-infos .dropify-infos-inner p.dropify-filename {
  font-weight: 400;
  font-size: 13px;
  color: #788394;
}

.dropzone {
  padding: 10px;
  border: 2px dashed #ebebeb;
  background-color: #fcfdfe;
  transition: 0.5s;
}
.dropzone.dz-drag-hover {
  border: 2px dashed #48B0F7;
}
.dropzone .dz-preview {
  margin: 10px;
}
.dropzone .dz-preview .dz-image {
  border-radius: 4px !important;
}

.dz-message {
  color: #a5b3c7;
  font-size: 1rem;
}
.dz-message span::before {
  font-family: FontAwesome;
  content: "\f0ee";
  font-size: 2rem;
  display: block;
  padding-bottom: 16px;
  opacity: 0.5;
}

.form-check-input {
  outline: none !important;
  left: 0;
}

.custom-control {
  color: #616A78;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  outline: none !important;
  display: inline-flex;
  align-items: center;
  padding-left: 0;
}

.custom-controls-stacked::after {
  display: block;
  content: "";
  clear: both;
}
.custom-controls-stacked .custom-control {
  display: inline-flex;
  margin-bottom: 6px;
}

.custom-control-input:checked ~ .custom-control-indicator, .custom-control-input:active:not(:disabled) ~ .custom-control-indicator {
  background-image: none !important;
  background-color: #fcfdfe;
}
.custom-control-input:focus ~ .custom-control-indicator {
  box-shadow: none;
}
.custom-control-input:checked ~ .custom-control-indicator::before, .custom-control-input:checked ~ .custom-control-indicator::after {
  transform: scale(1);
}
.custom-control-input:disabled ~ .custom-control-indicator {
  opacity: 0.5;
}
.custom-control-input:checked ~ .custom-control-description.strike-on-check {
  text-decoration: line-through;
  opacity: 0.6;
}

.custom-control-indicator {
  width: 18px;
  height: 18px;
  line-height: 18px;
  color: #fff;
  background-color: #fcfdfe;
  border: 1px solid #ebebeb;
  position: static;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: center;
}
.custom-control-indicator::after {
  content: "";
  display: inline-block;
  transform: scale(0);
  transition: transform 0.3s;
}

.custom-control-description {
  padding-left: 8px;
  flex-grow: 1;
}

.custom-radio {
  cursor: pointer;
}
.custom-radio .custom-control-indicator::after {
  border-radius: 50%;
  vertical-align: top;
  margin-top: 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #90BFCC;
}

.custom-checkbox {
  cursor: pointer;
}
.custom-checkbox .custom-control-indicator {
  border-radius: 0;
}
.custom-checkbox .custom-control-indicator::after {
  content: "\e64c";
  font-family: themify;
  font-size: 11px;
  font-weight: bold;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #90BFCC;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::before, .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator::after {
  border-radius: 0;
}

.custom-control.no-border .custom-control-indicator {
  border-color: transparent;
  background-color: transparent !important;
}
.custom-control.no-border .custom-control-indicator::before {
  background-color: transparent;
}
.custom-control.no-border.custom-checkbox .custom-control-indicator::after {
  font-size: 14px;
}
.custom-control.no-border.custom-radio .custom-control-indicator::after {
  margin-top: 3px;
  display: inline-block;
  width: 9px;
  height: 9px;
}

.custom-control-sm .custom-control-indicator {
  width: 14px;
  height: 14px;
  line-height: 12px;
}
.custom-control-sm.custom-radio .custom-control-indicator::after {
  margin-top: 3px;
  width: 6px;
  height: 6px;
}
.custom-control-sm.custom-radio.no-border .custom-control-indicator::after {
  margin-top: 2px;
  width: 7px;
  height: 7px;
}
.custom-control-sm.custom-checkbox .custom-control-indicator::after {
  font-size: 9px;
}
.custom-control-sm.custom-checkbox.no-border .custom-control-indicator::after {
  font-size: 11px;
}

.custom-control-lg .custom-control-indicator {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.custom-control-lg.custom-radio .custom-control-indicator::after {
  margin-top: 5px;
  width: 10px;
  height: 10px;
}
.custom-control-lg.custom-radio.no-border .custom-control-indicator::after {
  margin-top: 5px;
  width: 10px;
  height: 10px;
}
.custom-control-lg.custom-checkbox .custom-control-indicator::after {
  font-size: 14px;
}
.custom-control-lg.custom-checkbox.no-border .custom-control-indicator::after {
  font-size: 16px;
}

.custom-control-light .custom-control-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

.custom-control-special-1.custom-checkbox .custom-control-indicator::after {
  color: #C70064;
}
.custom-control-special-1.custom-radio .custom-control-indicator::after {
  background-color: #C70064;
}

.custom-control-special-2.custom-checkbox .custom-control-indicator::after {
  color: #F8A400;
}
.custom-control-special-2.custom-radio .custom-control-indicator::after {
  background-color: #F8A400;
}

.custom-control-special-3.custom-checkbox .custom-control-indicator::after {
  color: #C9C600;
}
.custom-control-special-3.custom-radio .custom-control-indicator::after {
  background-color: #C9C600;
}

.custom-control-special-4.custom-checkbox .custom-control-indicator::after {
  color: #4EAFD0;
}
.custom-control-special-4.custom-radio .custom-control-indicator::after {
  background-color: #4EAFD0;
}

.custom-control-special-5.custom-checkbox .custom-control-indicator::after {
  color: #777777;
}
.custom-control-special-5.custom-radio .custom-control-indicator::after {
  background-color: #777777;
}

.custom-control-special-6.custom-checkbox .custom-control-indicator::after {
  color: #594281;
}
.custom-control-special-6.custom-radio .custom-control-indicator::after {
  background-color: #594281;
}

.custom-control-light.custom-checkbox .custom-control-indicator::after {
  color: #fff;
}
.custom-control-light.custom-radio .custom-control-indicator::after {
  background-color: #fff;
}

.custom-control-secondary .custom-control-indicator::after {
  color: #616A78;
}

.custom-control-light .custom-control-indicator::after {
  color: #90BFCC;
}

.custom-control-light.custom-radio .custom-control-indicator::after {
  background-color: #90BFCC;
}

.custom-control-input.is-invalid ~ .custom-control-indicator,
.was-validated .custom-control-input:invalid ~ .custom-control-indicator,
.custom-control-input.is-valid ~ .custom-control-indicator,
.was-validated .custom-control-input:valid ~ .custom-control-indicator {
  background-color: #fcfdfe;
}

.custom-control-input.is-invalid ~ .custom-control-description {
  color: #f96868;
}
.custom-control-input.is-invalid ~ .invalid-feedback {
  display: flex;
  width: 100%;
  padding-left: 1rem;
  font-size: 12px;
  margin-top: 0;
  font-style: italic;
}
.custom-control-input.is-invalid ~ .invalid-feedback::before {
  content: "— ";
}

.custom-control-input.is-valid ~ .custom-control-description {
  color: #15c377;
}

.switch {
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 29px;
  cursor: pointer;
  white-space: nowrap;
}
.switch input {
  display: none;
}
.switch input:checked ~ .switch-indicator {
  background: #90BFCC;
}
.switch input:checked ~ .switch-indicator::after {
  background: #90BFCC;
  left: calc(100% - 20px);
  box-shadow: 0px 0px 3px #fcfdfe;
}
.switch input:disabled ~ span {
  cursor: not-allowed;
  opacity: 0.5;
}
.switch.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.switch-indicator {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  background: #e3e4e5;
  border-radius: 20px;
  vertical-align: middle;
  transition: 0.3s;
}
.switch-indicator::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
  cursor: inherit;
  background: #fff;
  border-radius: 50%;
  top: -5px;
  box-shadow: 0px 0px 3px #bbb;
}

.switch-description {
  padding-left: 6px;
}

.switch-border input:checked + .switch-indicator {
  border-color: #90BFCC;
}
.switch-border input:checked + .switch-indicator::after {
  left: calc(100% - 14px);
}
.switch-border .switch-indicator {
  border: 2px solid #e3e4e5;
  background: transparent !important;
  height: 20px;
}
.switch-border .switch-indicator::after {
  background: #d6d7d9;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  top: 2px;
  left: 2px;
  box-shadow: none;
}

.switch-sm .switch-indicator {
  height: 4px;
  border-radius: 0;
}
.switch-sm .switch-indicator::after {
  top: -8px;
}

.switch-lg input:checked + .switch-indicator::after {
  left: calc(100% - 18px);
}
.switch-lg .switch-indicator {
  height: 20px;
}
.switch-lg .switch-indicator::after {
  background: #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 2px;
}

.switch-stacked .switch {
  display: inline;
}
.switch-stacked .switch::after {
  display: block;
  margin-bottom: 0.25rem;
  content: "";
}

.switch-secondary input:checked + .switch-indicator {
  background: #EF8030;
  border-color: #EF8030;
}
.switch-secondary input:checked + .switch-indicator::after {
  background: #EF8030;
}

.switch-success input:checked + .switch-indicator {
  background: #e3fcf2;
  border-color: #e3fcf2;
}
.switch-success input:checked + .switch-indicator::after {
  background: #15c377;
}

.switch-info input:checked + .switch-indicator {
  background: #e3f3fc;
  border-color: #e3f3fc;
}
.switch-info input:checked + .switch-indicator::after {
  background: #48B0F7;
}

.switch-warning input:checked + .switch-indicator {
  background: #fcf0e3;
  border-color: #fcf0e3;
}
.switch-warning input:checked + .switch-indicator::after {
  background: #faa64b;
}

.switch-danger input:checked + .switch-indicator {
  background: #fce3e3;
  border-color: #fce3e3;
}
.switch-danger input:checked + .switch-indicator::after {
  background: #f96868;
}

.switch-gray input:checked + .switch-indicator {
  background: #f2f2f2;
  border-color: #f2f2f2;
}
.switch-gray input:checked + .switch-indicator::after {
  background: #929DAF;
}

.switch-dark input:checked + .switch-indicator {
  background: #c8c8c8;
  border-color: #c8c8c8;
}
.switch-dark input:checked + .switch-indicator::after {
  background: #465161;
}

.switch-pink input:checked + .switch-indicator {
  background: #fce3ec;
  border-color: #fce3ec;
}
.switch-pink input:checked + .switch-indicator::after {
  background: #C70064;
}

.switch-purple input:checked + .switch-indicator {
  background: #ece3fc;
  border-color: #ece3fc;
}
.switch-purple input:checked + .switch-indicator::after {
  background: #6F2A59;
}

.switch-brown input:checked + .switch-indicator {
  background: #eddcd5;
  border-color: #eddcd5;
}
.switch-brown input:checked + .switch-indicator::after {
  background: #8d6658;
}

.switch-cyan input:checked + .switch-indicator {
  background: #e3fafc;
  border-color: #e3fafc;
}
.switch-cyan input:checked + .switch-indicator::after {
  background: #57c7d4;
}

.switchery > small {
  padding-left: 0;
}

.note-editor.note-frame,
.note-popover.note-frame {
  border-color: #f1f2f3;
}
.note-editor .dropdown-menu,
.note-popover .dropdown-menu {
  white-space: nowrap;
  width: auto;
}
.note-editor .dropdown-menu li a,
.note-popover .dropdown-menu li a {
  display: block;
  margin: 4px;
  padding: 4px 12px;
}
.note-editor .dropdown-menu li a:hover,
.note-popover .dropdown-menu li a:hover {
  background-color: #f9fafb;
}
.note-editor .dropdown-menu li a > *,
.note-popover .dropdown-menu li a > * {
  margin: 0;
}
.note-editor .note-color .dropdown-menu,
.note-popover .note-color .dropdown-menu {
  padding: 5px 0;
}
.note-editor .note-color .btn + .btn::after,
.note-popover .note-color .btn + .btn::after {
  margin-left: 0;
}

.note-toolbar .btn,
.note-popover .btn {
  background-color: #eff1f2;
  color: #EF8030;
  font-size: 0.8125rem;
}
.note-toolbar .btn:hover, .note-toolbar .btn.active,
.note-popover .btn:hover,
.note-popover .btn.active {
  background-color: #eaecee;
  color: #616A78;
}
.note-toolbar .btn.dropdown-toggle,
.note-popover .btn.dropdown-toggle {
  z-index: initial;
}
.note-toolbar .open .dropdown-toggle,
.note-toolbar .show .dropdown-toggle,
.note-popover .open .dropdown-toggle,
.note-popover .show .dropdown-toggle {
  background-color: #eaecee;
}

.panel-heading.note-toolbar,
.note-editor.note-frame .note-statusbar {
  background-color: #f9fafb;
  border-bottom: 1px solid #f4f5f5;
}

.note-icon-caret,
.note-popover.popover {
  display: none;
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  border-top-color: #ebebeb;
}

.note-popover .popover-content .note-para .dropdown-menu,
.panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 204px;
}

.note-editor.note-frame .note-editing-area .note-codable {
  background-color: #f9fafb;
  color: #616A78;
}
.note-editor.note-frame .note-editing-area .note-codable:focus {
  outline: none;
}

.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  border-radius: 2px;
  margin: 5px;
  height: 29px;
  line-height: 27px;
  font-size: 0.75rem;
}
.note-popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background-color: #f9fafb;
}

.note-palette-title {
  font-weight: 400;
  line-height: 24px;
}

.note-btn-group.note-fontname {
  vertical-align: top;
}
.note-btn-group.note-fontname .note-btn {
  line-height: 22px;
}

.note-btn-group.note-fontsize {
  vertical-align: top;
}

[data-provide~=summernote].b-0 + .note-editor {
  border: none;
}
[data-provide~=summernote].b-0 + .note-editor .note-statusbar {
  display: none;
}

/*
 * Fix for Bootstrap Beta 1. Color picker doesn't open.
 */
.note-popover .popover-content .note-color .dropdown-menu .btn-group,
.panel-heading.note-toolbar .note-color .dropdown-menu .btn-group {
  flex-direction: column;
}

.ql-bubble .ql-out-bottom,
.ql-bubble .ql-out-top {
  visibility: visible;
}

.ql-toolbar.ql-snow {
  font-family: Roboto, sans-serif;
  border-color: #ebebeb;
  border-bottom-color: #f1f2f3;
  background-color: #fcfdfe;
}

.ql-container.ql-snow {
  border-color: #ebebeb;
}

.ql-toolbar.ql-snow .ql-picker-label {
  font-weight: 300;
}

.ql-editor.ql-blank::before {
  color: #c9ccce;
  font-style: normal;
}

.ql-container {
  font-family: Roboto, sans-serif;
  height: auto;
}

.ql-editor {
  line-height: 24px;
}

.quill-no-border .ql-container.ql-snow {
  border: none;
}
.quill-no-border .ql-toolbar.ql-snow {
  border: none;
  border-bottom: 1px solid #f1f2f3;
}

.lookup {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.lookup::before {
  content: "\e610";
  font-family: themify;
  font-size: 16px;
  position: absolute;
  top: 52%;
  left: 0;
  transform: translateY(-50%);
  color: #EF8030;
  width: 36px;
  text-align: center;
  cursor: text;
}
.lookup input {
  color: #616a78;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  height: 36px;
  width: 200px;
  max-width: 100%;
  padding-left: 36px;
  padding-right: 18px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  outline: none !important;
  transition: 0.5s;
}
.lookup input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(97, 106, 120, 0.7);
}
.lookup input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(97, 106, 120, 0.7);
}
.lookup input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(97, 106, 120, 0.7);
}
.lookup input:-moz-placeholder { /* Firefox 18- */
  color: rgba(97, 106, 120, 0.7);
}
.lookup input:focus {
  background-color: rgba(97, 106, 120, 0.04);
}
.lookup input + input,
.lookup input + .bootstrap-select .dropdown-toggle {
  border-left: none;
}
.lookup .bootstrap-select + .bootstrap-select .dropdown-toggle {
  border-left: none;
}
.lookup .btn {
  height: 36px;
  line-height: 36px;
}
.lookup.no-icon::before {
  display: none;
}
.lookup.no-icon input {
  padding-left: 18px;
}

.lookup-sm::before {
  font-size: 14px;
  width: 29px;
}
.lookup-sm input {
  border-radius: 14.5px;
  height: 29px;
  width: 29px;
  padding-left: 29px;
  padding-right: 14.5px;
  font-size: 14px;
  width: 160px;
}
.lookup-sm .btn {
  height: 29px;
  line-height: 29px;
}

.lookup-lg::before {
  font-size: 20px;
  width: 48px;
}
.lookup-lg input {
  border-radius: 24px;
  height: 48px;
  width: 48px;
  padding-left: 48px;
  padding-right: 24px;
  font-size: 16px;
  width: 250px;
}
.lookup-lg .btn {
  height: 48px;
  line-height: 48px;
}

.lookup-right::before {
  left: auto;
  right: 0;
}
.lookup-right input {
  padding-left: 18px;
  padding-right: 36px;
}
.lookup-right.lookup-sm input {
  padding-left: 14.5px;
  padding-right: 29px;
}
.lookup-right.lookup-lg input {
  padding-left: 24px;
  padding-right: 48px;
}
.lookup-right.no-icon input {
  padding-right: 18px;
}
.lookup-right.no-icon.lookup-sm input {
  padding-right: 14.5px;
}
.lookup-right.no-icon.lookup-lg input {
  padding-right: 24px;
}

.lookup-circle {
  z-index: 0;
}
.lookup-circle::before {
  z-index: -1;
}
.lookup-circle input {
  background-color: rgba(97, 106, 120, 0.04);
  border: none;
  width: 36px;
  padding-right: 0;
}
.lookup-circle input:focus {
  background-color: rgba(97, 106, 120, 0.05);
  width: 170px;
  padding-right: 18px;
}
.lookup-circle.lookup-sm::before {
  font-size: 14px;
  width: 29px;
}
.lookup-circle.lookup-sm input {
  border-radius: 14.5px;
  height: 29px;
  width: 29px;
  padding-left: 29px;
}
.lookup-circle.lookup-sm input:focus {
  width: 150px;
  padding-right: 14.5px;
}
.lookup-circle.lookup-lg::before {
  font-size: 16px;
  width: 48px;
}
.lookup-circle.lookup-lg input {
  border-radius: 24px;
  height: 48px;
  width: 48px;
  padding-left: 48px;
}
.lookup-circle.lookup-lg input:focus {
  width: 200px;
  padding-right: 24px;
}
.lookup-circle.lookup-right::before {
  left: auto;
  right: 0;
}
.lookup-circle.lookup-right input {
  padding-left: 0;
  padding-right: 36px;
}
.lookup-circle.lookup-right input:focus {
  padding-left: 18px;
}
.lookup-circle.lookup-right.lookup-sm input {
  padding-left: 0;
  padding-right: 29px;
}
.lookup-circle.lookup-right.lookup-sm input:focus {
  padding-left: 14.5px;
}
.lookup-circle.lookup-right.lookup-lg input {
  padding-left: 0;
  padding-right: 48px;
}
.lookup-circle.lookup-right.lookup-lg input:focus {
  padding-left: 24px;
}

.lookup-huge {
  display: flex;
}
.lookup-huge::before {
  font-size: 24px;
  width: 64px;
}
.lookup-huge input {
  border-radius: 32px;
  height: 64px;
  width: 64px;
  padding-left: 64px;
  padding-right: 32px;
  font-size: 20px;
  font-weight: 100;
  width: 100%;
}
.lookup-huge input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c9ccce;
}
.lookup-huge input::-moz-placeholder { /* Firefox 19+ */
  color: #c9ccce;
}
.lookup-huge input:-ms-input-placeholder { /* IE 10+ */
  color: #c9ccce;
}
.lookup-huge input:-moz-placeholder { /* Firefox 18- */
  color: #c9ccce;
}
.lookup-huge .btn,
.lookup-huge .bootstrap-select.btn-group > .dropdown-toggle {
  height: 64px;
  line-height: 100%;
}
.lookup-huge.no-icon input {
  padding-left: 32px;
}

.lookup-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.985);
  z-index: 1050;
  padding: 50px 5%;
  display: none;
  flex-direction: column;
}
.lookup-fullscreen.reveal {
  display: flex;
}
.lookup-fullscreen > .close {
  position: absolute;
  top: 32px;
  right: 32px;
}
.lookup-fullscreen .lookup-form {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2rem;
}
.lookup-fullscreen .lookup-form input {
  border: none;
  font-size: 44px;
  background-color: transparent;
  outline: none !important;
  padding: 25px 0;
  color: #616A78;
  width: 100%;
}
.lookup-fullscreen .lookup-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c9ccce;
}
.lookup-fullscreen .lookup-form input::-moz-placeholder { /* Firefox 19+ */
  color: #c9ccce;
}
.lookup-fullscreen .lookup-form input:-ms-input-placeholder { /* IE 10+ */
  color: #c9ccce;
}
.lookup-fullscreen .lookup-form input:-moz-placeholder { /* Firefox 18- */
  color: #c9ccce;
}
.lookup-fullscreen .lookup-results {
  height: 100%;
}
.lookup-fullscreen .lookup-results .ps-scrollbar-x-rail {
  display: none;
}

@media (max-width: 767px) {
  .lookup-fullscreen .lookup-results.scrollable .row {
    margin-left: 0;
    margin-right: 0;
  }
  .lookup-fullscreen .lookup-results.scrollable .row [class*=col-] {
    padding-left: 0;
    padding-right: 0;
  }
}
.publisher {
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background-color: #f9fafb;
}
.publisher > * {
  margin: 0 8px;
}
.publisher > *:first-child {
  margin-left: 0;
}
.publisher > *:last-child {
  margin-right: 0;
}

.publisher-multi {
  flex-direction: column;
  align-items: flex-start;
}
.publisher-multi > * {
  margin: 0;
  flex-grow: 1;
  width: 100%;
}
.publisher-multi .publisher-input {
  margin-bottom: 1rem;
}

.publisher-input {
  flex-grow: 1;
  border: none;
  outline: none !important;
  background-color: transparent;
}

.publisher-btn {
  background-color: transparent;
  border: none;
  color: #EF8030;
  font-size: 16px;
  cursor: pointer;
  overflow: -moz-hidden-unscrollable;
  transition: 0.2s linear;
}
.publisher-btn:hover {
  color: #616A78;
}

.publisher-avatar {
  position: absolute;
  width: auto;
  left: -18px;
  top: 8px;
}
.publisher-avatar.avatar-sm {
  left: -14.5px;
  top: auto;
}

.util-modal-cabecera-logo {
  float: left;
  width: auto;
  margin-right: 20px;
}

[data-wizard].disabled {
  opacity: 0;
}

@media (min-width: 992px) {
  .modal-open .topbar {
    padding-right: 37px;
  }
}
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  transition: margin-left 0.3s ease-out;
}

.topbar + main {
  padding-top: 65px;
}

.topbar-secondary + main {
  padding-top: 80px;
}

.main-container {
  padding-top: 50px;
}

.main-content {
  padding: 30px 40px;
  flex: 1 0 auto;
  min-height: 650px;
}
.main-content > .container {
  padding-left: 0;
  padding-right: 0;
}

.container-full {
  margin-left: -30px;
  margin-right: -30px;
}

.app-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.app-backdrop.backdrop-sidebar {
  z-index: 997;
}
.app-backdrop.backdrop-topbar-menu {
  z-index: 992;
}
.app-backdrop.backdrop-quickview {
  background-color: transparent;
  z-index: 998;
}

@media (min-width: 768px) {
  .card-maximize {
    left: 260px;
  }
}
@media (max-width: 991px) {
  .topbar,
  body > main {
    margin-left: 0;
  }
  .card-maximize {
    left: 0;
  }
  .site-footer,
  .site-footer .container {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .topbar {
    padding: 0 0.25rem;
  }
  .site-footer,
  .main-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-full {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media print {
  body * {
    visibility: hidden;
  }
  .printing-area {
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
  }
  .printing-area * {
    visibility: visible;
  }
}
body {
  background-color: #F5F6F7;
}

.sticker-stick {
  position: fixed;
}

.row.no-gap, .row.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gap > .col,
.row.no-gap > [class*=col-], .row.no-gutters > .col,
.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.row.gap-1 {
  margin-left: -4px;
  margin-right: -4px;
}
.row.gap-1 > .col,
.row.gap-1 > [class*=col-] {
  padding-left: 4px;
  padding-right: 4px;
}
.row.gap-2 {
  margin-left: -8px;
  margin-right: -8px;
}
.row.gap-2 > .col,
.row.gap-2 > [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}
.row.gap-3 {
  margin-left: -15px;
  margin-right: -15px;
}
.row.gap-3 > .col,
.row.gap-3 > [class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}
.row.gap-4 {
  margin-left: -24px;
  margin-right: -24px;
}
.row.gap-4 > .col,
.row.gap-4 > [class*=col-] {
  padding-left: 24px;
  padding-right: 24px;
}
.row.gap-5 {
  margin-left: -32px;
  margin-right: -32px;
}
.row.gap-5 > .col,
.row.gap-5 > [class*=col-] {
  padding-left: 32px;
  padding-right: 32px;
}
.row.gap-y {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.gap-y > .col,
.row.gap-y > [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row.gap-y.gap-1 {
  margin-top: -4px;
  margin-bottom: -4px;
}
.row.gap-y.gap-1 > .col,
.row.gap-y.gap-1 > [class*=col-] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.row.gap-y.gap-2 {
  margin-top: -8px;
  margin-bottom: -8px;
}
.row.gap-y.gap-2 > .col,
.row.gap-y.gap-2 > [class*=col-] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.row.gap-y.gap-3 {
  margin-top: -15px;
  margin-bottom: -15px;
}
.row.gap-y.gap-3 > .col,
.row.gap-y.gap-3 > [class*=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.row.gap-y.gap-4 {
  margin-top: -24px;
  margin-bottom: -24px;
}
.row.gap-y.gap-4 > .col,
.row.gap-y.gap-4 > [class*=col-] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.row.gap-y.gap-5 {
  margin-top: -32px;
  margin-bottom: -32px;
}
.row.gap-y.gap-5 > .col,
.row.gap-y.gap-5 > [class*=col-] {
  padding-top: 32px;
  padding-bottom: 32px;
}

.flexbox {
  display: flex;
  justify-content: space-between;
}
.flexbox > * {
  margin-left: 4px;
  margin-right: 4px;
}
.flexbox > *:first-child {
  margin-left: 0;
}
.flexbox > *:last-child {
  margin-right: 0;
}
.flexbox.no-gap > *, .flexbox.no-gutters > * {
  margin-left: 0;
  margin-right: 0;
}

ul.flexbox {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.flexbox-vertical {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flexbox-vertical.no-gap > *, .flexbox-vertical.no-gutters > * {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-justified > *,
.flex-grow-all > *,
.flex-cols-wide > *,
.flex-col-wide,
.flex-grow {
  flex: 1;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-2 {
  flex-grow: 2;
}

.flex-grow-3 {
  flex-grow: 3;
}

.flex-grow-4 {
  flex-grow: 4;
}

.flex-grow-5 {
  flex-grow: 5;
}

.flex-grow-6 {
  flex-grow: 6;
}

.flex-grow-7 {
  flex-grow: 7;
}

.flex-grow-8 {
  flex-grow: 8;
}

.flex-grow-9 {
  flex-grow: 9;
}

.flex-grow-0 {
  flex-grow: 0;
}

.masonry-grid {
  column-count: 3;
  column-gap: 30px;
}
.masonry-grid.no-gap, .masonry-grid.no-gutters {
  column-gap: 0;
}
.masonry-grid.no-gap .masonry-item, .masonry-grid.no-gutters .masonry-item {
  padding-bottom: 0;
}
.masonry-grid.gap-1 {
  column-gap: 8px;
}
.masonry-grid.gap-1 .masonry-item {
  padding-bottom: 8px;
}
.masonry-grid.gap-2 {
  column-gap: 16px;
}
.masonry-grid.gap-2 .masonry-item {
  padding-bottom: 16px;
}
.masonry-grid.gap-3 {
  column-gap: 30px;
}
.masonry-grid.gap-3 .masonry-item {
  padding-bottom: 30px;
}
.masonry-grid.gap-4 {
  column-gap: 48px;
}
.masonry-grid.gap-4 .masonry-item {
  padding-bottom: 48px;
}
.masonry-grid.gap-5 {
  column-gap: 64px;
}
.masonry-grid.gap-5 .masonry-item {
  padding-bottom: 64px;
}

.masonry-cols-2 {
  column-count: 2;
}

.masonry-cols-3 {
  column-count: 3;
}

.masonry-cols-4 {
  column-count: 4;
}

.masonry-cols-5 {
  column-count: 5;
}

.masonry-item {
  display: block;
  break-inside: avoid;
  padding-bottom: 30px;
}

.layout-chat {
  height: 100vh;
}
.layout-chat .main-content {
  display: flex;
  height: 10%;
}

.menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: -2px;
}

#NodoMenu120180803142464 ul,
#NodoMenu120180803142834 ul {
  display: none !important;
}

.menu-item {
  vertical-align: top;
  transition: opacity 0.2s linear;
  border-top: 1px solid #90BFCC;
}

.menu-item ul {
  list-style: none;
}

.menu-link {
  height: 52px;
  padding: 0 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: 0.2s linear;
}
.menu-link > * {
  margin-left: 8px;
  margin-right: 8px;
}
.menu-link .icon {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
  flex-basis: 30px;
  flex-shrink: 0;
}
.menu-link .icon::before {
  letter-spacing: 0;
}
.menu-link .dot {
  position: relative;
  flex-basis: 30px;
  flex-shrink: 0;
}
.menu-link .dot::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 100%;
  transition: 0.2s linear;
}
.menu-link .title {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  line-height: 1;
  font-size: 14px;
  white-space: pre-line;
  white-space: initial;
}
.menu-link .title small {
  color: inherit;
  font-weight: 300;
  font-size: 11px;
  margin-top: 0.375rem;
  opacity: 0.4;
}
.menu-link .arrow::before {
  content: "\e649";
  font-family: themify;
  font-size: 8px;
  cursor: pointer;
  display: inline-block;
  transition: transform 0.3s linear;
}
.menu-link .badge {
  margin-top: auto;
  margin-bottom: auto;
}

.menu-submenu {
  background-color: #455160;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 0;
  display: none;
  list-style-type: none;
  margin-bottom: 0;
}
.menu-submenu .menu-link {
  height: 52px;
  font-size: 0.875rem;
  letter-spacing: 0;
  color: #fff;
  opacity: 0.8;
  transition: 0.2s linear;
}
.menu-submenu .menu-link .icon {
  font-size: 13px;
  font-weight: 400;
}
.menu-submenu .menu-link .title {
  font-size: 14px;
  margin: 0 !important;
}
.menu-submenu .menu-link .arrow::before {
  font-size: 0.5rem;
}
.menu-submenu .menu-item.active > .menu-link, .menu-submenu .menu-item:hover > .menu-link {
  opacity: 1;
  background-color: transparent;
}

.menu-sub-submenu {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 40px;
}
.menu-sub-submenu .menu-item {
  padding-left: 12px;
  opacity: 0.7;
  transition: 0.2s linear;
}
.menu-sub-submenu .menu-item:hover, .menu-sub-submenu .menu-item.active {
  opacity: 1;
}
.menu-sub-submenu .menu-link .dot {
  flex-basis: 0;
}
.menu-sub-submenu .menu-link .dot::after {
  left: -12px;
}

.menu-category {
  position: relative;
  font-family: Roboto, sans-serif;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 32px;
  padding: 1rem 20px 0.5rem;
  color: #fff;
  opacity: 0.7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu-category::after {
  content: "";
  width: 100%;
  height: 0;
  border-top: 1px dashed #fff;
  vertical-align: middle;
  margin-left: 1.5rem;
  opacity: 0.3;
  position: absolute;
  top: 50%;
  margin-top: 3px;
}

.menu-divider {
  display: block;
  height: 1px;
  background-color: #fff;
  opacity: 0.08;
  margin: 1rem 0;
}

.menu-xs > .menu-item > .menu-link {
  height: 35px;
}

.menu-sm > .menu-item > .menu-link {
  height: 46px;
}

.menu-lg > .menu-item > .menu-link {
  height: 64px;
}

.menu-xl > .menu-item > .menu-link {
  height: 72px;
}

.sidebar2.ps-relative {
  position: relative;
}

.sidebar.ps-absolut {
  position: absolute;
}

.sidebar.ps-fixed {
  position: fixed;
}

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 260px;
  background-color: #3f4a59;
  white-space: nowrap;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.08);
  display: -webkit-box;
  display: block;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  z-index: 997;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  will-change: transform;
}
.sidebar ~ .topbar,
.sidebar ~ main {
  margin-left: 260px;
}

.sidebar-sm {
  width: 215px;
}
.sidebar-sm ~ .topbar,
.sidebar-sm ~ main {
  margin-left: 215px;
}

.sidebar-lg {
  width: 300px;
}
.sidebar-lg ~ .topbar,
.sidebar-lg ~ main {
  margin-left: 300px;
}

.sidebar-header {
  height: 140px;
  background-size: 217px;
}

.sidebar-navigation {
  position: relative;
  overflow: hidden;
  flex: 1;
  float: left;
  margin-top: 4px;
}

.sidebar-profile {
  text-align: center;
}
.sidebar-profile .avatar {
  width: 85px;
  height: 85px;
  transition: 0.5s;
  background-image: url(/assets/img/avatar/user.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  background-color: #c7c7c7;
  border: 4px solid #fff;
}
.sidebar-profile h5.name,
.sidebar-profile span.hello-profile {
  width: 100%;
  white-space: initial;
  text-align: center;
  z-index: 2;
  position: relative;
}
.sidebar-profile span.state-profile {
  display: flex;
  clear: both;
  white-space: pre-line;
}
.sidebar-profile .profile-info {
  transform: scale(1);
  margin-top: 1rem;
  transition: 0.5s;
}

.sidebar-header {
  background: url("../../img/brand/bg-login/bg-head-circle.svg") no-repeat scroll center bottom;
  background-color: #90BFCC;
  padding: 0 12px 20px;
  display: block;
  align-items: center;
  color: #fff;
  background-size: 217px;
  height: 197px;
}
.sidebar-header > * {
  margin-left: 8px;
  margin-right: 8px;
}
.sidebar-header .logo-icon {
  text-align: center;
  flex-basis: 30px;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.sidebar-header .logo {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  flex-grow: 1;
  height: 140px;
  width: 80%;
  top: 10px;
  position: absolute;
}
.sidebar-header .logo img {
  width: 120px;
}
.sidebar-header .logo .logo-header {
  background-image: url("/assets/img/brand/logos/logo-login2.png");
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  /*background-size: 115%;*/
  background-size: 78%;
  height: 140px;
  display: flex;
  margin: 0 auto;
}
.sidebar-header #SidebarReconocimiento .btn-sq,
.sidebar-header #SidebarReconocimiento .btn-square {
  padding: 2px 9px !important;
  width: 28px !important;
  height: 28px !important;
}
.sidebar-header a {
  color: #fff;
}

.content-sidebar-profile {
  margin-top: -60px;
}
.content-sidebar-profile .hr {
  height: 1px;
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
  background-color: #90bfcc;
}

.sidebar-toggle-fold {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 8px;
  cursor: pointer;
}
.sidebar-toggle-fold::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 100%;
  background-color: #fff;
  transition: 0.2s linear;
}

.sidebar-folded .sidebar-toggle-fold::before {
  background-color: transparent;
}

.sidebar-header-inverse {
  color: #616A78;
  background-color: #fff;
}
.sidebar-header-inverse .sidebar-toggle-fold::before {
  border-color: #616A78;
}
.sidebar-header-inverse a {
  color: #616A78;
}

.sidebar-folded .sidebar-header-inverse .sidebar-toggle-fold::before {
  background-color: #616A78;
}

.sidebar-footer {
  border-top: 1px solid rgba(97, 106, 120, 0.07);
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-footer > * {
  margin: 0 4px;
}
.sidebar-footer > *:first-child {
  margin-left: 0;
}
.sidebar-footer > *:last-child {
  margin-right: 0;
}

.sidebar-spacer-sm {
  height: 25px;
}

.sidebar-spacer {
  height: 50px;
}

.sidebar-spacer-lg {
  height: 75px;
}

.sidebar-open {
  overflow: hidden;
}
.sidebar-open .sidebar {
  position: fixed !important;
  left: 0 !important;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1) !important;
}

.sidebar-folded .sidebar ~ .topbar,
.sidebar-folded .sidebar ~ main {
  margin-left: 80px;
}
.sidebar-folded .sidebar .hide-on-fold {
  display: none;
}
.sidebar-folded .sidebar .fade-on-fold {
  opacity: 0;
  transition: 0.5s;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right) {
  width: 80px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right) .sidebar-profile .avatar {
  width: 40px;
  height: 40px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right) .sidebar-profile .profile-info {
  transform: scale(0.33);
  margin-left: -100px;
  margin-right: -100px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover {
  width: 260px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover .sidebar-profile .avatar {
  width: 85px;
  height: 85px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover .sidebar-profile .profile-info {
  transform: scale(1);
}
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover .sidebar-profile span.hello-profile {
  width: 100%;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right):hover .sidebar-profile span.state-profile {
  clear: both;
  white-space: pre-line;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right).sidebar-sm:hover {
  width: 215px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right).sidebar-lg:hover {
  width: 300px;
}
.sidebar-folded .sidebar-icons-right {
  left: -180px;
}
.sidebar-folded .sidebar-icons-right:hover {
  left: 0;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.sidebar-folded .sidebar-icons-right.sidebar-sm {
  left: -135px;
}
.sidebar-folded .sidebar-icons-right.sidebar-lg {
  left: -220px;
}
.sidebar-folded .card-maximize {
  left: 80px;
}

.sidebar-folded .sidebar .hide-on-fold {
  display: initial;
}
.sidebar-folded .sidebar .fade-on-fold {
  opacity: 1;
}
.sidebar-folded .sidebar .title,
.sidebar-folded .sidebar .logo {
  margin-left: 8px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right) .sidebar-profile .avatar {
  width: 100px;
  height: 100px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right) .sidebar-profile .profile-info {
  transform: scale(1);
}
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .icon,
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .dot {
  margin-left: 8px;
  flex-basis: 30px;
}
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .icon {
  margin-left: 8px;
}
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .menu-submenu .icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .menu-submenu .dot {
  margin-left: 13px;
}

.sidebar .menu-item.open .menu-submenu {
  display: block;
}
.sidebar .menu-link {
  position: relative;
}
.sidebar .menu-link .title small {
  transition: 0.2s linear;
}
.sidebar .open .arrow::before {
  transform: rotate(90deg);
}

.sidebar-icons-boxed .sidebar-header .logo-icon {
  flex-basis: 40px;
}
.sidebar-icons-boxed .menu-link .icon {
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.07);
  flex-basis: 40px;
  line-height: 40px;
  border-radius: 2px;
}
.sidebar-icons-boxed .menu-submenu .menu-link .icon {
  font-size: 13px;
  flex-basis: 30px;
  line-height: 30px;
}
.sidebar-icons-boxed .menu .active > .menu-link .icon {
  background-color: rgba(255, 255, 255, 0.15);
}
.sidebar-icons-boxed .menu-sub-submenu {
  padding-left: 50px;
}
.sidebar-icons-boxed .menu-submenu .icon,
.sidebar-icons-boxed .menu-submenu .dot {
  margin-left: 13px;
  margin-right: 13px;
}

.sidebar.sidebar-light .menu .dot::after {
  border-color: #adb5bd;
}

.sidebar-icons-right .sidebar-header .logo-icon,
.sidebar-icons-right .sidebar-navigation .menu-link .icon,
.sidebar-icons-right .sidebar-navigation .menu-link .dot {
  order: 1;
}
.sidebar-icons-right .sidebar-navigation .menu-sub-submenu {
  padding-left: 0;
}

.sidebar-folded .sidebar .title,
.sidebar-folded .sidebar .logo {
  transition: 0.4s;
}
.sidebar-folded .sidebar:not(.sidebar-icons-right) .title,
.sidebar-folded .sidebar:not(.sidebar-icons-right) .logo {
  margin-left: 20px;
}
.sidebar-folded .sidebar:not(.sidebar-icons-boxed):not(.sidebar-icons-right) .sidebar-header,
.sidebar-folded .sidebar:not(.sidebar-icons-boxed):not(.sidebar-icons-right) .menu-link {
  padding-left: 17px;
}
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .icon,
.sidebar-folded .sidebar.sidebar-icons-right:not(.sidebar-icons-boxed) .dot {
  margin-left: 20px;
  flex-basis: 40px;
}
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .logo-icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .icon,
.sidebar-folded .sidebar.sidebar-icons-right.sidebar-icons-boxed .dot {
  margin-left: 25px;
}

.sidebar-folded .sidebar:hover .hide-on-fold {
  display: initial;
}
.sidebar-folded .sidebar:hover .fade-on-fold {
  opacity: 1;
}
.sidebar-folded .sidebar:hover .title,
.sidebar-folded .sidebar:hover .logo {
  margin-left: 8px;
}
.sidebar-folded .sidebar:hover:not(.sidebar-icons-right) .sidebar-profile .avatar {
  width: 100px;
  height: 100px;
}
.sidebar-folded .sidebar:hover:not(.sidebar-icons-right) .sidebar-profile .profile-info {
  transform: scale(1);
}
.sidebar-folded .sidebar:hover.sidebar-icons-right:not(.sidebar-icons-boxed) .logo-icon,
.sidebar-folded .sidebar:hover.sidebar-icons-right:not(.sidebar-icons-boxed) .icon,
.sidebar-folded .sidebar:hover.sidebar-icons-right:not(.sidebar-icons-boxed) .dot {
  margin-left: 8px;
  flex-basis: 30px;
}
.sidebar-folded .sidebar:hover.sidebar-icons-right.sidebar-icons-boxed .logo-icon,
.sidebar-folded .sidebar:hover.sidebar-icons-right.sidebar-icons-boxed .icon {
  margin-left: 8px;
}
.sidebar-folded .sidebar:hover.sidebar-icons-right.sidebar-icons-boxed .menu-submenu .icon,
.sidebar-folded .sidebar:hover.sidebar-icons-right.sidebar-icons-boxed .menu-submenu .dot {
  margin-left: 13px;
}

.sidebar-collapse .hidden-expand-down {
  display: none;
}
.sidebar-collapse ~ .topbar .sidebar-toggler {
  display: inline-block;
}
.sidebar-collapse .sidebar-toggle-fold {
  display: none;
}
.sidebar-collapse.sidebar {
  box-shadow: none;
  left: -260px;
}
.sidebar-collapse.sidebar ~ .topbar,
.sidebar-collapse.sidebar ~ main {
  margin-left: 0;
}
.sidebar-collapse.sidebar-sm {
  left: -215px;
}
.sidebar-collapse.sidebar-lg {
  left: -300px;
}

.sidebar-expand .hidden-expand-up {
  display: none;
}
.sidebar-expand ~ .topbar .sidebar-toggler {
  display: none;
}
.sidebar-expand.sidebar-iconic {
  width: 100px;
  overflow: visible;
}
.sidebar-expand.sidebar-iconic ~ .topbar,
.sidebar-expand.sidebar-iconic ~ main {
  margin-left: 100px;
}
.sidebar-expand.sidebar-iconic .menu-link {
  flex-direction: column;
  height: auto;
  padding-top: 12px;
  padding-bottom: 8px;
}
.sidebar-expand.sidebar-iconic .menu-link .title {
  flex-grow: 0;
  line-height: 36px;
  font-weight: 300;
  letter-spacing: 0;
}
.sidebar-expand.sidebar-iconic .menu-link .icon {
  font-size: 20px;
  line-height: 36px;
}
.sidebar-expand.sidebar-iconic .menu-link .badge {
  position: absolute;
  top: 8px;
  right: 4px;
}
.sidebar-expand.sidebar-iconic .sidebar-header {
  justify-content: center;
}
.sidebar-expand.sidebar-iconic .sidebar-profile {
  padding: 20px;
}
.sidebar-expand.sidebar-iconic .sidebar-profile .avatar {
  width: 56px;
  height: 56px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm {
  width: 80px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm ~ .topbar,
.sidebar-expand.sidebar-iconic.sidebar-sm ~ main {
  margin-left: 80px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm .menu-link {
  padding-top: 8px;
  padding-bottom: 4px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm .menu-link .title {
  line-height: 29px;
  font-size: 12px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm .menu-link .icon {
  font-size: 16px;
  line-height: 29px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm .menu-link .badge {
  top: 4px;
  right: 2px;
}
.sidebar-expand.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
  width: 40px;
  height: 40px;
}
.sidebar-expand.sidebar-iconic.sidebar-lg {
  width: 120px;
}
.sidebar-expand.sidebar-iconic.sidebar-lg ~ .topbar,
.sidebar-expand.sidebar-iconic.sidebar-lg ~ main {
  margin-left: 120px;
}
.sidebar-expand.sidebar-iconic.sidebar-lg .menu-link {
  padding-top: 16px;
  padding-bottom: 12px;
}
.sidebar-expand.sidebar-iconic.sidebar-lg .menu-link .icon {
  font-size: 24px;
}
.sidebar-expand.sidebar-iconic.sidebar-lg .menu-link .badge {
  top: 12px;
  right: 8px;
}
.sidebar-expand.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
  width: 76px;
  height: 76px;
}

@media (max-width: 575px) {
  .sidebar-expand-sm .hidden-expand-down {
    display: none;
  }
  .sidebar-expand-sm ~ .topbar .sidebar-toggler {
    display: inline-block;
  }
  .sidebar-expand-sm .sidebar-toggle-fold {
    display: none;
  }
  .sidebar-expand-sm.sidebar {
    box-shadow: none;
    left: -260px;
  }
  .sidebar-expand-sm.sidebar ~ .topbar,
  .sidebar-expand-sm.sidebar ~ main {
    margin-left: 0;
  }
  .sidebar-expand-sm.sidebar-sm {
    left: -215px;
  }
  .sidebar-expand-sm.sidebar-lg {
    left: -300px;
  }
}
@media (min-width: 576px) {
  .sidebar-expand-sm .hidden-expand-up {
    display: none;
  }
  .sidebar-expand-sm ~ .topbar .sidebar-toggler {
    display: none;
  }
  .sidebar-expand-sm.sidebar-iconic {
    width: 100px;
    overflow: visible;
  }
  .sidebar-expand-sm.sidebar-iconic ~ .topbar,
  .sidebar-expand-sm.sidebar-iconic ~ main {
    margin-left: 100px;
  }
  .sidebar-expand-sm.sidebar-iconic .menu-link {
    flex-direction: column;
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .sidebar-expand-sm.sidebar-iconic .menu-link .title {
    flex-grow: 0;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .sidebar-expand-sm.sidebar-iconic .menu-link .icon {
    font-size: 20px;
    line-height: 36px;
  }
  .sidebar-expand-sm.sidebar-iconic .menu-link .badge {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  .sidebar-expand-sm.sidebar-iconic .sidebar-header {
    justify-content: center;
  }
  .sidebar-expand-sm.sidebar-iconic .sidebar-profile {
    padding: 20px;
  }
  .sidebar-expand-sm.sidebar-iconic .sidebar-profile .avatar {
    width: 56px;
    height: 56px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm {
    width: 80px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm ~ .topbar,
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm ~ main {
    margin-left: 80px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .menu-link {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .menu-link .title {
    line-height: 29px;
    font-size: 12px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .menu-link .icon {
    font-size: 16px;
    line-height: 29px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .menu-link .badge {
    top: 4px;
    right: 2px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
    width: 40px;
    height: 40px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg {
    width: 120px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg ~ .topbar,
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg ~ main {
    margin-left: 120px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg .menu-link {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg .menu-link .icon {
    font-size: 24px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg .menu-link .badge {
    top: 12px;
    right: 8px;
  }
  .sidebar-expand-sm.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 767px) {
  .sidebar-expand-md .hidden-expand-down {
    display: none;
  }
  .sidebar-expand-md ~ .topbar .sidebar-toggler {
    display: inline-block;
  }
  .sidebar-expand-md .sidebar-toggle-fold {
    display: none;
  }
  .sidebar-expand-md.sidebar {
    box-shadow: none;
    left: -260px;
  }
  .sidebar-expand-md.sidebar ~ .topbar,
  .sidebar-expand-md.sidebar ~ main {
    margin-left: 0;
  }
  .sidebar-expand-md.sidebar-sm {
    left: -215px;
  }
  .sidebar-expand-md.sidebar-lg {
    left: -300px;
  }
}
@media (min-width: 768px) {
  .sidebar-expand-md .hidden-expand-up {
    display: none;
  }
  .sidebar-expand-md ~ .topbar .sidebar-toggler {
    display: none;
  }
  .sidebar-expand-md.sidebar-iconic {
    width: 100px;
    overflow: visible;
  }
  .sidebar-expand-md.sidebar-iconic ~ .topbar,
  .sidebar-expand-md.sidebar-iconic ~ main {
    margin-left: 100px;
  }
  .sidebar-expand-md.sidebar-iconic .menu-link {
    flex-direction: column;
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .sidebar-expand-md.sidebar-iconic .menu-link .title {
    flex-grow: 0;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .sidebar-expand-md.sidebar-iconic .menu-link .icon {
    font-size: 20px;
    line-height: 36px;
  }
  .sidebar-expand-md.sidebar-iconic .menu-link .badge {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  .sidebar-expand-md.sidebar-iconic .sidebar-header {
    justify-content: center;
  }
  .sidebar-expand-md.sidebar-iconic .sidebar-profile {
    padding: 20px;
  }
  .sidebar-expand-md.sidebar-iconic .sidebar-profile .avatar {
    width: 56px;
    height: 56px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm {
    width: 80px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm ~ .topbar,
  .sidebar-expand-md.sidebar-iconic.sidebar-sm ~ main {
    margin-left: 80px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .menu-link {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .menu-link .title {
    line-height: 29px;
    font-size: 12px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .menu-link .icon {
    font-size: 16px;
    line-height: 29px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .menu-link .badge {
    top: 4px;
    right: 2px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
    width: 40px;
    height: 40px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-lg {
    width: 120px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-lg ~ .topbar,
  .sidebar-expand-md.sidebar-iconic.sidebar-lg ~ main {
    margin-left: 120px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-lg .menu-link {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-lg .menu-link .icon {
    font-size: 24px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-lg .menu-link .badge {
    top: 12px;
    right: 8px;
  }
  .sidebar-expand-md.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 991px) {
  .sidebar-expand-lg .hidden-expand-down {
    display: none;
  }
  .sidebar-expand-lg ~ .topbar .sidebar-toggler {
    display: inline-block;
  }
  .sidebar-expand-lg .sidebar-toggle-fold {
    display: none;
  }
  .sidebar-expand-lg.sidebar {
    box-shadow: none;
    left: -260px;
  }
  .sidebar-expand-lg.sidebar ~ .topbar,
  .sidebar-expand-lg.sidebar ~ main {
    margin-left: 0;
  }
  .sidebar-expand-lg.sidebar-sm {
    left: -215px;
  }
  .sidebar-expand-lg.sidebar-lg {
    left: -300px;
  }
}
@media (min-width: 992px) {
  .sidebar-expand-lg .hidden-expand-up {
    display: none;
  }
  .sidebar-expand-lg ~ .topbar .sidebar-toggler {
    display: none;
  }
  .sidebar-expand-lg.sidebar-iconic {
    width: 100px;
    overflow: visible;
  }
  .sidebar-expand-lg.sidebar-iconic ~ .topbar,
  .sidebar-expand-lg.sidebar-iconic ~ main {
    margin-left: 100px;
  }
  .sidebar-expand-lg.sidebar-iconic .menu-link {
    flex-direction: column;
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .sidebar-expand-lg.sidebar-iconic .menu-link .title {
    flex-grow: 0;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .sidebar-expand-lg.sidebar-iconic .menu-link .icon {
    font-size: 20px;
    line-height: 36px;
  }
  .sidebar-expand-lg.sidebar-iconic .menu-link .badge {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  .sidebar-expand-lg.sidebar-iconic .sidebar-header {
    justify-content: center;
  }
  .sidebar-expand-lg.sidebar-iconic .sidebar-profile {
    padding: 20px;
  }
  .sidebar-expand-lg.sidebar-iconic .sidebar-profile .avatar {
    width: 56px;
    height: 56px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm {
    width: 80px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm ~ .topbar,
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm ~ main {
    margin-left: 80px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .menu-link {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .menu-link .title {
    line-height: 29px;
    font-size: 12px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .menu-link .icon {
    font-size: 16px;
    line-height: 29px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .menu-link .badge {
    top: 4px;
    right: 2px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
    width: 40px;
    height: 40px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg {
    width: 120px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg ~ .topbar,
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg ~ main {
    margin-left: 120px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg .menu-link {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg .menu-link .icon {
    font-size: 24px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg .menu-link .badge {
    top: 12px;
    right: 8px;
  }
  .sidebar-expand-lg.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
    width: 76px;
    height: 76px;
  }
}

@media (max-width: 1199px) {
  .sidebar-expand-xl .hidden-expand-down {
    display: none;
  }
  .sidebar-expand-xl ~ .topbar .sidebar-toggler {
    display: inline-block;
  }
  .sidebar-expand-xl .sidebar-toggle-fold {
    display: none;
  }
  .sidebar-expand-xl.sidebar {
    box-shadow: none;
    left: -260px;
  }
  .sidebar-expand-xl.sidebar ~ .topbar,
  .sidebar-expand-xl.sidebar ~ main {
    margin-left: 0;
  }
  .sidebar-expand-xl.sidebar-sm {
    left: -215px;
  }
  .sidebar-expand-xl.sidebar-lg {
    left: -300px;
  }
}
@media (min-width: 1200px) {
  .sidebar-expand-xl .hidden-expand-up {
    display: none;
  }
  .sidebar-expand-xl ~ .topbar .sidebar-toggler {
    display: none;
  }
  .sidebar-expand-xl.sidebar-iconic {
    width: 100px;
    overflow: visible;
  }
  .sidebar-expand-xl.sidebar-iconic ~ .topbar,
  .sidebar-expand-xl.sidebar-iconic ~ main {
    margin-left: 100px;
  }
  .sidebar-expand-xl.sidebar-iconic .menu-link {
    flex-direction: column;
    height: auto;
    padding-top: 12px;
    padding-bottom: 8px;
  }
  .sidebar-expand-xl.sidebar-iconic .menu-link .title {
    flex-grow: 0;
    line-height: 36px;
    font-weight: 300;
    letter-spacing: 0;
  }
  .sidebar-expand-xl.sidebar-iconic .menu-link .icon {
    font-size: 20px;
    line-height: 36px;
  }
  .sidebar-expand-xl.sidebar-iconic .menu-link .badge {
    position: absolute;
    top: 8px;
    right: 4px;
  }
  .sidebar-expand-xl.sidebar-iconic .sidebar-header {
    justify-content: center;
  }
  .sidebar-expand-xl.sidebar-iconic .sidebar-profile {
    padding: 20px;
  }
  .sidebar-expand-xl.sidebar-iconic .sidebar-profile .avatar {
    width: 56px;
    height: 56px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm {
    width: 80px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm ~ .topbar,
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm ~ main {
    margin-left: 80px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .menu-link {
    padding-top: 8px;
    padding-bottom: 4px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .menu-link .title {
    line-height: 29px;
    font-size: 12px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .menu-link .icon {
    font-size: 16px;
    line-height: 29px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .menu-link .badge {
    top: 4px;
    right: 2px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-sm .sidebar-profile .avatar {
    width: 40px;
    height: 40px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg {
    width: 120px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg ~ .topbar,
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg ~ main {
    margin-left: 120px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg .menu-link {
    padding-top: 16px;
    padding-bottom: 12px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg .menu-link .icon {
    font-size: 24px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg .menu-link .badge {
    top: 12px;
    right: 8px;
  }
  .sidebar-expand-xl.sidebar-iconic.sidebar-lg .sidebar-profile .avatar {
    width: 76px;
    height: 76px;
  }
}

.sidebar .menu-link {
  color: #616A78;
}
.sidebar .menu-item:hover > .menu-link {
  color: #929DAF;
}
.sidebar .menu-item:hover > .menu-link .title small {
  opacity: 0.7;
}
.sidebar .menu-item.active > .menu-link {
  color: #929DAF;
}
.sidebar .menu-item.active > .menu-link .title small {
  opacity: 0.8;
}
.sidebar .menu > .menu-item:hover > .menu-link {
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar-profile {
  color: #fff;
}
.sidebar-profile h3, .sidebar-profile h4, .sidebar-profile h5, .sidebar-profile h6 {
  color: #fff;
}
.sidebar-profile h5 a {
  white-space: initial;
}

.sidebar-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-iconic .menu-item + .menu-item {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #90BFCC;
}

.sidebar.sidebar-dark {
  background-color: #242a33;
}
.sidebar.sidebar-dark .menu-submenu {
  background-color: #2b323b;
}

.sidebar.sidebar-light {
  background-color: #F5F6F7;
  overflow-y: auto !important;
}
.sidebar.sidebar-light .sidebar-profile {
  color: #616A78;
  border-bottom-color: rgba(97, 106, 120, 0.07);
  white-space: initial;
}
.sidebar.sidebar-light .sidebar-profile h3, .sidebar.sidebar-light .sidebar-profile h4, .sidebar.sidebar-light .sidebar-profile h5, .sidebar.sidebar-light .sidebar-profile h6 {
  color: #37404D;
}
.sidebar.sidebar-light .sidebar-footer {
  border-top-color: rgba(97, 106, 120, 0.07);
}
.sidebar.sidebar-light.sidebar-icons-boxed .menu .menu-link .icon {
  background-color: rgba(0, 0, 0, 0.035);
}
.sidebar.sidebar-light.sidebar-icons-boxed .menu .active > .menu-link .icon {
  background-color: rgba(255, 255, 255, 0.15);
}
.sidebar.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  color: #fff;
}
.sidebar.sidebar-light.sidebar-iconic .menu-item + .menu-item {
  border-top-color: rgba(97, 106, 120, 0.07);
}
.sidebar.sidebar-light .menu {
  /*.dot::after {
        border-color: lighten($color-text, 20%);
      }
  */
}
.sidebar.sidebar-light .menu li ul li ul {
  display: none;
}
.sidebar.sidebar-light .menu .menu-link {
  opacity: 1;
}
.sidebar.sidebar-light .menu .menu-link .title small {
  opacity: 0.7;
  color: #616A78;
}
.sidebar.sidebar-light .menu > .menu-item:hover > .menu-link {
  color: #EF8030;
  background-color: #f9fafb;
}
.sidebar.sidebar-light .menu > .menu-item:hover > .menu-link .title small {
  opacity: 1;
}
.sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  color: #fff;
}
.sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link .title small, .sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link .title small {
  color: #fff;
}
.sidebar.sidebar-light .menu-submenu {
  background-color: #f7f9fa;
}
.sidebar.sidebar-light .menu-submenu .menu-item:hover .menu-link,
.sidebar.sidebar-light .menu-submenu .menu-item.active .menu-link {
  color: #EF8030;
}
.sidebar.sidebar-light ul.menu-submenu-3 {
  display: none;
}
.sidebar.sidebar-light .menu-category {
  color: #000;
}
.sidebar.sidebar-light .menu-category::after {
  border-top-color: #616A78;
}
.sidebar.sidebar-light .menu-divider {
  background-color: #000;
}

.sidebar .menu.menu-bordery > .menu-item > .menu-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  transition: 0.5s;
}

.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  color: #fff;
}

.sidebar.sidebar-light .menu > .menu-item.active > .menu-link {
  background-color: #f9fafb;
  color: #616A78;
}

.sidebar .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #EF8030;
}
.sidebar.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(239, 128, 48, 0.95);
}
.sidebar.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(239, 128, 48, 0.85);
}
.sidebar.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #EF8030;
}
.sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #EF8030;
}
.sidebar .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #EF8030;
}
.sidebar.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #EF8030 !important;
}
.sidebar .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #EF8030;
  border-color: #EF8030;
}

.sidebar.sidebar-color-special-1 .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #C70064;
}
.sidebar.sidebar-color-special-1.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(199, 0, 100, 0.95);
}
.sidebar.sidebar-color-special-1.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(199, 0, 100, 0.85);
}
.sidebar.sidebar-color-special-1.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #C70064;
}
.sidebar.sidebar-color-special-1.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-color-special-1.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #C70064;
}
.sidebar.sidebar-color-special-1 .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-special-1 .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #C70064;
}
.sidebar.sidebar-color-special-1.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #C70064 !important;
}
.sidebar.sidebar-color-special-1 .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-color-special-1 .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #C70064;
  border-color: #C70064;
}

.sidebar.sidebar-color-special-2 .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #F8A400;
}
.sidebar.sidebar-color-special-2.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(248, 164, 0, 0.95);
}
.sidebar.sidebar-color-special-2.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(248, 164, 0, 0.85);
}
.sidebar.sidebar-color-special-2.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #F8A400;
}
.sidebar.sidebar-color-special-2.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-color-special-2.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #F8A400;
}
.sidebar.sidebar-color-special-2 .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-special-2 .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #F8A400;
}
.sidebar.sidebar-color-special-2.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #F8A400 !important;
}
.sidebar.sidebar-color-special-2 .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-color-special-2 .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #F8A400;
  border-color: #F8A400;
}

.sidebar.sidebar-color-special-3 .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #C9C600;
}
.sidebar.sidebar-color-special-3.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(201, 198, 0, 0.95);
}
.sidebar.sidebar-color-special-3.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(201, 198, 0, 0.85);
}
.sidebar.sidebar-color-special-3.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #C9C600;
}
.sidebar.sidebar-color-special-3.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-color-special-3.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #C9C600;
}
.sidebar.sidebar-color-special-3 .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-special-3 .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #C9C600;
}
.sidebar.sidebar-color-special-3.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #C9C600 !important;
}
.sidebar.sidebar-color-special-3 .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-color-special-3 .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #C9C600;
  border-color: #C9C600;
}

.sidebar.sidebar-color-special-4 .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #4EAFD0;
}
.sidebar.sidebar-color-special-4.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(78, 175, 208, 0.95);
}
.sidebar.sidebar-color-special-4.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(78, 175, 208, 0.85);
}
.sidebar.sidebar-color-special-4.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #4EAFD0;
}
.sidebar.sidebar-color-special-4.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-color-special-4.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #4EAFD0;
}
.sidebar.sidebar-color-special-4 .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-special-4 .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #4EAFD0;
}
.sidebar.sidebar-color-special-4.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #4EAFD0 !important;
}
.sidebar.sidebar-color-special-4 .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-color-special-4 .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #4EAFD0;
  border-color: #4EAFD0;
}

.sidebar.sidebar-color-special-5 .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #777777;
}
.sidebar.sidebar-color-special-5.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(119, 119, 119, 0.95);
}
.sidebar.sidebar-color-special-5.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(119, 119, 119, 0.85);
}
.sidebar.sidebar-color-special-5.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #777777;
}
.sidebar.sidebar-color-special-5.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-color-special-5.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #777777;
}
.sidebar.sidebar-color-special-5 .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-special-5 .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #777777;
}
.sidebar.sidebar-color-special-5.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #777777 !important;
}
.sidebar.sidebar-color-special-5 .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-color-special-5 .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #777777;
  border-color: #777777;
}

.sidebar.sidebar-color-special-6 .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: #594281;
}
.sidebar.sidebar-color-special-6.sidebar-dark .menu:not(.menu-bordery) > .menu-item.active > .menu-link {
  background-color: rgba(89, 66, 129, 0.95);
}
.sidebar.sidebar-color-special-6.sidebar-dark.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: rgba(89, 66, 129, 0.85);
}
.sidebar.sidebar-color-special-6.sidebar-light.sidebar-icons-boxed .menu-submenu .active > .menu-link .icon {
  background-color: #594281;
}
.sidebar.sidebar-color-special-6.sidebar-light .menu:not(.menu-bordery) > .menu-item.active > .menu-link, .sidebar.sidebar-color-special-6.sidebar-light .menu:not(.menu-bordery) > .menu-item.active:hover > .menu-link {
  background-color: #594281;
}
.sidebar.sidebar-color-special-6 .menu.menu-bordery > .menu-item.active > .menu-link::before,
.sidebar.sidebar-color-special-6 .menu.menu-bordery > .menu-item:hover > .menu-link::before {
  background-color: #594281;
}
.sidebar.sidebar-color-special-6.sidebar-icons-boxed .menu.menu-bordery .active > .menu-link .icon {
  background-color: #594281 !important;
}
.sidebar.sidebar-color-special-6 .menu-submenu .menu-item.active > .menu-link .dot::after, .sidebar.sidebar-color-special-6 .menu-submenu .menu-item:hover > .menu-link .dot::after {
  background-color: #594281;
  border-color: #594281;
}

.topbar {
  padding: 0 18px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
  transition: margin-left 0.3s ease;
  background-color: #fff;
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08);
}
.topbar .container {
  display: flex;
  justify-content: space-between;
}
.topbar .container .topbar-left {
  margin-left: 0;
}
@media (max-width: 767px) {
  .topbar .container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.topbar.topbar-unfix {
  position: absolute;
}
.topbar .form-control:focus,
.topbar .form-control.focused {
  box-shadow: none;
}

.topbar-btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 50px;
  padding: 0 12px;
  text-align: center;
  color: rgba(97, 106, 120, 0.7);
  cursor: pointer;
  min-width: 95px;
  white-space: nowrap;
  border: none;
  border-top: 1px solid transparent;
  transition: 0.2s linear;
  position: relative;
  z-index: 991;
}
.topbar-btn:hover {
  color: #616a78;
  border-top-color: #90BFCC;
}
.topbar-btn .nohover img:hover {
  border-top-color: medium none !important;
}
.topbar-btn .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.75rem;
}
.topbar-btn .material-icons {
  transform: translateY(6px);
  font-size: 26px;
}
.topbar-btn strong {
  font-weight: 500;
}
.topbar-btn img {
  max-height: 50px;
}

.topbar-brand {
  flex-shrink: 0;
}

.topbar .dropdown-menu,
.topbar .dropdown-grid {
  border: none;
  border-radius: 0;
  margin-top: -1px;
  top: 100%;
  border: 1px solid rgba(235, 235, 235, 0.4);
  border-top: 0;
  line-height: 1.625rem;
  overflow: hidden;
}
.topbar .dropdown-menu:not(.dropdown-grid) {
  min-width: 180px;
  max-width: 360px;
}
.topbar .dropdown.show .topbar-btn {
  color: #616a78;
  border-top-color: #90BFCC;
}
.topbar .media-list {
  width: 358px !important;
}
.topbar .lookup-circle {
  padding-left: 12px;
  padding-right: 12px;
}
.topbar .lookup-circle::before {
  left: 12px;
}
.topbar .lookup-circle.lookup-right::before {
  left: auto;
  right: 12px;
}
.topbar .topbar-lookup-text {
  display: inline-block;
  padding-left: 12px;
  padding-right: 12px;
  color: rgba(97, 106, 120, 0.4);
  cursor: text;
  transition: 0.7s;
}
.topbar .topbar-lookup-text:hover {
  color: rgba(97, 106, 120, 0.7);
}
.topbar .form-control {
  line-height: 24px;
}
.topbar p {
  margin-bottom: 0;
}

.topbar-divider,
.topbar-divider-full {
  border-left: 1px solid rgba(97, 106, 120, 0.07);
  height: 20px;
  align-self: center;
  margin: 0 12px;
}

.topbar-divider-full {
  height: 50px;
}

#TopBrand img.logo-topbar {
  /*width: 59px;*/
  width: 200px;
}

.topbar-center {
  display: flex;
  align-items: center;
}
.topbar-center .Logo-top {
  background: transparent url("../../img/brand/Logos/logo-header-nav.svg") center center no-repeat;
  width: 290px;
  height: 50px;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
}

.topbar-title {
  margin-bottom: 0;
  margin-right: 12px;
  font-size: 1.25rem;
  font-weight: 500;
  align-self: center;
}

#SearchTopBar .lookup input:focus {
  width: 170px;
}
#SearchTopBar #btnBuscar {
  display: none;
  opacity: 0;
  font-size: 16px;
  position: absolute;
  top: 52%;
  right: 12px;
}

.sidebar-toggler,
.topbar-menu-toggler {
  font-size: 21px;
  background: 0 0;
  outline: none !important;
}
.sidebar-toggler i,
.topbar-menu-toggler i {
  font-style: normal;
  display: inline-block;
  transform: translateY(-2px);
}

.topbar-right {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.topbar-btns {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
}
.topbar-btns .dropdown {
  flex-shrink: 0;
}
.topbar-btns .topbar-btn {
  font-size: 1.125rem;
  min-width: 95px;
  color: rgba(97, 106, 120, 0.4);
  padding-right: 0;
}
.topbar-btns .topbar-btn.has-new {
  color: #616a78;
}
.topbar-btns .topbar-btn.has-new i {
  position: relative;
}
.topbar-btns .topbar-btn.has-new i::after {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #fff;
  background-color: #f96868;
}
.topbar-btns .topbar-btn .avatar {
  margin-top: -6px;
}
.topbar-btns .media-list-divided + .dropdown-footer {
  border-top: 0;
}

.topbar-search::before {
  display: none;
}
.topbar-search input {
  border: none;
  border-radius: 0;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  z-index: 2;
}
.topbar-search .lookup-placeholder {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 0 12px;
  white-space: nowrap;
  opacity: 0.6;
  z-index: 1;
  transition: 0.5s;
}
.topbar-search .lookup-placeholder span {
  transition: 0.5s linear;
}
.topbar-search .lookup-placeholder i {
  margin-top: 2px;
}
.topbar-search:hover .lookup-placeholder {
  opacity: 0.8;
}
.topbar-search .form-control {
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  padding-left: 38px;
}
.topbar-search .lookup-placeholder .ti-search {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 4px;
  font-size: 16px;
  margin-right: 6px;
}
.topbar-search .tt-menu {
  margin-top: 0;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.topbar-search .tt-dropdown-menu {
  max-height: 320px;
  overflow-y: auto;
}

.topbar-inverse .topbar-search {
  color: #fff;
}

@media (max-width: 767px) {
  .topbar-title {
    margin-left: 0;
    font-size: 1.375rem;
    font-weight: 400;
  }
}
.topbar .menu {
  margin-left: 12px;
  margin-bottom: 0;
  white-space: nowrap;
}
.topbar .menu-item {
  position: relative;
  display: inline-block;
}
.topbar .menu-item:hover > .menu-link, .topbar .menu-item.active > .menu-link {
  color: #616a78;
  border-top-color: #90BFCC;
}
.topbar .menu-link {
  height: 50px;
  color: rgba(97, 106, 120, 0.7);
  border-top: 2px solid transparent;
}
.topbar .menu-link .icon,
.topbar .menu-link .dot {
  flex-basis: 16px;
}
.topbar .menu-link .title small {
  opacity: 1;
}
.topbar .menu-link .arrow::before {
  content: "\e64b";
}
.topbar .menu-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  min-width: 200px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}
.topbar .menu-submenu .menu-item {
  display: block;
}
.topbar .menu-submenu .menu-item:hover .menu-sub-submenu {
  display: block;
}
.topbar .menu-submenu .menu-item:hover > .menu-link {
  color: #616A78;
  background-color: #f9fafb;
}
.topbar .menu-submenu .menu-item.active > .menu-link {
  color: #616A78;
  background-color: #f9fafb;
}
.topbar .menu-submenu .menu-item .icon,
.topbar .menu-submenu .menu-item .dot {
  margin-left: 6px;
}
.topbar .menu-submenu .menu-link {
  height: 32px;
  border-top: none;
  opacity: 1;
}
.topbar .menu-submenu .menu-link .arrow::before {
  content: "\e649";
}
.topbar .menu-submenu .dot::after {
  border-color: #616A78;
}
.topbar .menu-sub-submenu {
  position: absolute;
  top: -4px;
  left: 100%;
  display: none;
  background-color: #fff;
  min-width: 200px;
  padding-left: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.06);
}
.topbar .menu-sub-submenu .menu-item {
  padding-left: 0;
  opacity: 1;
}
.topbar .menu-category,
.topbar .menu-divider {
  display: none;
}

.topbar-expand .hidden-expand-up {
  display: none;
}
.topbar-expand .topbar-menu-toggler {
  display: none;
}
.topbar-expand.topbar .menu-item:hover .menu-submenu {
  display: block;
}
.topbar-expand.topbar .menu-submenu .menu-item {
  margin: 4px;
}

@media (max-width: 575px) {
  .topbar-expand-sm .menu-category::after {
    border-top-color: #616A78;
  }
}
@media (min-width: 576px) {
  .topbar-expand-sm .hidden-expand-up {
    display: none;
  }
  .topbar-expand-sm .topbar-menu-toggler {
    display: none;
  }
  .topbar-expand-sm.topbar .menu-item:hover .menu-submenu {
    display: block;
  }
  .topbar-expand-sm.topbar .menu-submenu .menu-item {
    margin: 4px;
  }
}

@media (max-width: 767px) {
  .topbar-expand-md .menu-category::after {
    border-top-color: #616A78;
  }
}
@media (min-width: 768px) {
  .topbar-expand-md .hidden-expand-up {
    display: none;
  }
  .topbar-expand-md .topbar-menu-toggler {
    display: none;
  }
  .topbar-expand-md.topbar .menu-item:hover .menu-submenu {
    display: block;
  }
  .topbar-expand-md.topbar .menu-submenu .menu-item {
    margin: 4px;
  }
}

@media (max-width: 991px) {
  .topbar-expand-lg .menu-category::after {
    border-top-color: #616A78;
  }
}
@media (min-width: 992px) {
  .topbar-expand-lg .hidden-expand-up {
    display: none;
  }
  .topbar-expand-lg .topbar-menu-toggler {
    display: none;
  }
  .topbar-expand-lg.topbar .menu-item:hover .menu-submenu {
    display: block;
  }
  .topbar-expand-lg.topbar .menu-submenu .menu-item {
    margin: 4px;
  }
}

@media (max-width: 1199px) {
  .topbar-expand-xl .menu-category::after {
    border-top-color: #616A78;
  }
}
@media (min-width: 1200px) {
  .topbar-expand-xl .hidden-expand-up {
    display: none;
  }
  .topbar-expand-xl .topbar-menu-toggler {
    display: none;
  }
  .topbar-expand-xl.topbar .menu-item:hover .menu-submenu {
    display: block;
  }
  .topbar-expand-xl.topbar .menu-submenu .menu-item {
    margin: 4px;
  }
}

.topbar-menu-open {
  overflow: hidden;
}
.topbar-menu-open .topbar-navigation {
  left: 0;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

#TopBarRight {
  display: inline-flex;
  line-height: 220%;
}
#TopBarRight #TopBrand ul li {
  margin: 0 0 0 24px;
  position: relative;
}
#TopBarRight #TopBrand ul li a i {
  margin-top: -3px;
}
#TopBarRight #TopBrand ul li a i span.badge {
  width: 13px;
  height: 13px;
  font-size: 9px;
  line-height: 1;
  position: absolute;
  top: 5px;
  right: 5px;
}
#TopBarRight #TopBrand ul li .logo-topbar {
  margin-top: 0;
}

#SideBarPage #SidebarMenu .CSession .dropdown-item {
  border-radius: 20px;
  border: 1px solid #707070;
  background-color: #fff;
  width: 140px;
  margin: 10px auto 5px;
  padding: 4px;
  font-size: 12px;
  color: #616a78;
  display: flex;
  justify-content: center;
  align-items: center;
}
#SideBarPage #SidebarMenu .CSession .dropdown-item .dropdown-item i {
  margin-right: 0.5rem;
  margin-top: -2px;
}
#SideBarPage .sidebar-profile .CSession {
  display: block;
}
#SideBarPage .Inconos-sidebar-2025 i.fa {
  display: flex;
  align-items: center;
  justify-content: center;
}
#SideBarPage .Inconos-sidebar-2025 .fa-users:before,
#SideBarPage .Inconos-sidebar-2025 .fa-birthday-cake:before,
#SideBarPage .Inconos-sidebar-2025 .fa-link:before {
  margin-left: 1px;
}

.CSession .dropdown-item:hover,
.CSession .dropdown-item:focus,
#TopAccess .dropdown-item:hover,
#TopAccess .dropdown-item:focus {
  background-color: transparent;
}

.CSession .dropdown-item {
  border-radius: 20px;
  border: 1px solid #707070;
  background-color: #fff;
  width: 140px;
  margin: 10px auto 5px;
  padding: 4px;
  font-size: 12px;
  color: #616a78;
}

#Home.I-2025 #TopBarRight li {
  display: none;
}
#Home.I-2025 #TopBarRight li.list-2025,
#Home.I-2025 #TopBarRight li.list-2025b {
  display: block;
}
#Home.I-2025 #SideBarPage .sidebar-profile .CSession {
  display: none;
}

.topbar-secondary {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: none;
  height: 81px;
}
.topbar-secondary .topbar-btn {
  line-height: 80px;
  border-top: none;
}
.topbar-secondary .topbar-btn.has-new i::after {
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  border: none;
}
.topbar-secondary .topbar-btn i {
  font-size: 20px;
}
.topbar-secondary .dropdown.show .topbar-btn,
.topbar-secondary .topbar-btn:hover {
  background-color: #EF8030;
}
.topbar-secondary .dropdown.show .logo-topbar {
  background: transparent url("rps_suraintranetcm_v70/opensite/SuraIntranetCM/assets/img/brand/Logos/logo_sura.svg") no-repeat center center;
}
.topbar-secondary .dropdown-menu {
  border: none;
  box-shadow: none;
  transition: none;
  margin-top: 0 !important;
}
.topbar-secondary .dropdown-menu::before, .topbar-secondary .dropdown-menu::after {
  display: none;
}
.topbar-secondary .dropdown:hover .topbar-btn {
  background-color: #EF8030;
}
.topbar-secondary .dropdown-item {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  height: 38px;
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
}
.topbar-secondary .dropdown-item:hover, .topbar-secondary .dropdown-item:focus {
  background-color: transparent;
}
.topbar-secondary .dropdown-divider {
  background-color: rgba(0, 0, 0, 0.05);
}
.topbar-secondary .menu-link {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 80px;
  border-top: none;
}
.topbar-secondary .menu-link .title {
  font-weight: 500;
  letter-spacing: 1.5px;
}
.topbar-secondary .menu-submenu .menu-link {
  height: 38px;
}
.topbar-secondary .dropdown-menu,
.topbar-secondary .menu > .menu-item:hover,
.topbar-secondary .menu > .menu-item.active,
.topbar-secondary .menu-submenu,
.topbar-secondary .menu-sub-submenu {
  background-color: #EF8030;
}
.topbar-secondary .menu-item.active > .menu-link,
.topbar-secondary .menu-item:hover > .menu-link {
  color: #616A78;
  background-color: transparent !important;
}
.topbar-secondary .menu-submenu,
.topbar-secondary .menu-sub-submenu {
  box-shadow: none;
}
.topbar-secondary .menu-submenu .title,
.topbar-secondary .menu-sub-submenu .title {
  letter-spacing: 1px;
}
.topbar-secondary .menu-sub-submenu {
  border-left: 1px solid rgba(0, 0, 0, 0.03);
}

.topbar-inverse {
  background-color: #3f4a59;
}
.topbar-inverse .topbar-title,
.topbar-inverse .sidebar-toggler,
.topbar-inverse .topbar-menu-toggler {
  color: white;
}
.topbar-inverse .topbar-btn {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .topbar-btn:hover,
.topbar-inverse .dropdown.show .topbar-btn {
  color: white;
  border-top-color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .topbar-divider {
  border-left-color: rgba(255, 255, 255, 0.08);
}
.topbar-inverse .topbar-btns .topbar-btn.has-new {
  color: white;
}
.topbar-inverse .topbar-btns .topbar-btn.has-new i::after {
  border: none;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
}
.topbar-inverse .lookup-circle::before {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .lookup-circle input {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.topbar-inverse .lookup-circle input:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.topbar-inverse .lookup-circle input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .lookup-circle input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .lookup-circle input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .lookup-circle input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .menu > .menu-item > .menu-link {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse .menu > .menu-item:hover > .menu-link, .topbar-inverse .menu > .menu-item.active > .menu-link {
  color: white;
  border-top-color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse.topbar-secondary {
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.topbar-inverse.topbar-secondary .dropdown-menu,
.topbar-inverse.topbar-secondary .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary .menu > .menu-item.active,
.topbar-inverse.topbar-secondary .menu-submenu,
.topbar-inverse.topbar-secondary .menu-sub-submenu,
.topbar-inverse.topbar-secondary .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary .topbar-btn:hover {
  background-color: #3b4553;
}
.topbar-inverse.topbar-secondary .dropdown-item {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse.topbar-secondary .dropdown-item:hover, .topbar-inverse.topbar-secondary .dropdown-item:focus {
  color: white;
  background-color: #394350;
}
.topbar-inverse.topbar-secondary .dropdown-divider {
  border-top-color: rgba(255, 255, 255, 0.07);
}
.topbar-inverse.topbar-secondary .menu-item:hover > .menu-link,
.topbar-inverse.topbar-secondary .menu-item.active > .menu-link {
  color: white;
  border-top-color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse.topbar-secondary .menu-link {
  color: rgba(255, 255, 255, 0.7);
}
.topbar-inverse.topbar-secondary.bg-special-1 .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-special-1 .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-special-1 .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-special-1 .menu-submenu,
.topbar-inverse.topbar-secondary.bg-special-1 .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-special-1 .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-1 .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-1 .topbar-btn:hover {
  background-color: #bd005f;
}
.topbar-inverse.topbar-secondary.bg-special-1 .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-special-1 .dropdown-item:focus {
  background-color: #b8005c;
}
.topbar-inverse.topbar-secondary.bg-special-2 .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-special-2 .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-special-2 .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-special-2 .menu-submenu,
.topbar-inverse.topbar-secondary.bg-special-2 .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-special-2 .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-2 .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-2 .topbar-btn:hover {
  background-color: #ee9d00;
}
.topbar-inverse.topbar-secondary.bg-special-2 .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-special-2 .dropdown-item:focus {
  background-color: #e99a00;
}
.topbar-inverse.topbar-secondary.bg-special-3 .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-special-3 .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-special-3 .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-special-3 .menu-submenu,
.topbar-inverse.topbar-secondary.bg-special-3 .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-special-3 .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-3 .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-3 .topbar-btn:hover {
  background-color: #bfbc00;
}
.topbar-inverse.topbar-secondary.bg-special-3 .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-special-3 .dropdown-item:focus {
  background-color: #bab700;
}
.topbar-inverse.topbar-secondary.bg-special-4 .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-special-4 .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-special-4 .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-special-4 .menu-submenu,
.topbar-inverse.topbar-secondary.bg-special-4 .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-special-4 .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-4 .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-4 .topbar-btn:hover {
  background-color: #46abce;
}
.topbar-inverse.topbar-secondary.bg-special-4 .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-special-4 .dropdown-item:focus {
  background-color: #42aacd;
}
.topbar-inverse.topbar-secondary.bg-special-5 .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-special-5 .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-special-5 .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-special-5 .menu-submenu,
.topbar-inverse.topbar-secondary.bg-special-5 .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-special-5 .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-5 .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-5 .topbar-btn:hover {
  background-color: #727272;
}
.topbar-inverse.topbar-secondary.bg-special-5 .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-special-5 .dropdown-item:focus {
  background-color: #6f6f6f;
}
.topbar-inverse.topbar-secondary.bg-special-6 .dropdown-menu,
.topbar-inverse.topbar-secondary.bg-special-6 .menu > .menu-item:hover,
.topbar-inverse.topbar-secondary.bg-special-6 .menu > .menu-item.active,
.topbar-inverse.topbar-secondary.bg-special-6 .menu-submenu,
.topbar-inverse.topbar-secondary.bg-special-6 .menu-sub-submenu,
.topbar-inverse.topbar-secondary.bg-special-6 .dropdown.show .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-6 .dropdown:hover .topbar-btn,
.topbar-inverse.topbar-secondary.bg-special-6 .topbar-btn:hover {
  background-color: #543f7a;
}
.topbar-inverse.topbar-secondary.bg-special-6 .dropdown-item:hover, .topbar-inverse.topbar-secondary.bg-special-6 .dropdown-item:focus {
  background-color: #523d77;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.aside {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.04);
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  padding-top: 50px;
  z-index: 991;
  transform: translateZ(0);
  transition: 0.3s ease;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform;
}
.aside ~ .header,
.aside ~ .main-content,
.aside ~ .site-footer {
  margin-left: 250px;
}
.aside > .nav-tabs {
  margin-bottom: 0;
}
.aside-open .aside {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.07) !important;
}

.aside-sm {
  width: 200px;
}
.aside-sm ~ .header,
.aside-sm ~ .main-content,
.aside-sm ~ .site-footer {
  margin-left: 200px;
}

.aside-lg {
  width: 300px;
}
.aside-lg ~ .header,
.aside-lg ~ .main-content,
.aside-lg ~ .site-footer {
  margin-left: 300px;
}

.aside-open .aside {
  left: 0 !important;
}

.aside-body {
  padding: 20px 0;
  height: 100%;
}

.aside-block {
  padding: 0 20px;
}

.aside-title {
  color: #EF8030;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.65;
}

.aside-toggler {
  display: none;
  background-color: #fff;
  height: 48px;
  width: 24px;
  border-top-right-radius: 48px;
  border-bottom-right-radius: 48px;
  border: 1px solid #ebebeb;
  border-left: none;
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -24px;
  font-family: themify;
  padding-left: 2px;
  color: #788394;
  cursor: pointer;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.07);
}
.aside-toggler:focus {
  outline: none;
}
.aside-toggler::before {
  content: "\e649";
  transition: 0.3s linear;
}

.aside-open .aside-toggler::before {
  display: inline-block;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .aside-toggler {
    height: 36px;
    width: 18px;
    border-top-right-radius: 36px;
    border-bottom-right-radius: 36px;
    right: -18px;
    margin-top: -18px;
    font-size: 0.875rem;
  }
}
.aside-collapse .aside-toggler {
  display: inline-block;
}
.aside-collapse.aside {
  left: -250px;
  box-shadow: none;
}
.aside-collapse.aside ~ .header,
.aside-collapse.aside ~ .main-content,
.aside-collapse.aside ~ .site-footer {
  margin-left: 0;
}
.aside-collapse.aside-sm {
  left: -200px;
}
.aside-collapse.aside-lg {
  left: -300px;
}

@media (max-width: 575px) {
  .aside-expand-sm .aside-toggler {
    display: inline-block;
  }
  .aside-expand-sm.aside {
    left: -250px;
    box-shadow: none;
  }
  .aside-expand-sm.aside ~ .header,
  .aside-expand-sm.aside ~ .main-content,
  .aside-expand-sm.aside ~ .site-footer {
    margin-left: 0;
  }
  .aside-expand-sm.aside-sm {
    left: -200px;
  }
  .aside-expand-sm.aside-lg {
    left: -300px;
  }
}
@media (max-width: 767px) {
  .aside-expand-md .aside-toggler {
    display: inline-block;
  }
  .aside-expand-md.aside {
    left: -250px;
    box-shadow: none;
  }
  .aside-expand-md.aside ~ .header,
  .aside-expand-md.aside ~ .main-content,
  .aside-expand-md.aside ~ .site-footer {
    margin-left: 0;
  }
  .aside-expand-md.aside-sm {
    left: -200px;
  }
  .aside-expand-md.aside-lg {
    left: -300px;
  }
}
@media (max-width: 991px) {
  .aside-expand-lg .aside-toggler {
    display: inline-block;
  }
  .aside-expand-lg.aside {
    left: -250px;
    box-shadow: none;
  }
  .aside-expand-lg.aside ~ .header,
  .aside-expand-lg.aside ~ .main-content,
  .aside-expand-lg.aside ~ .site-footer {
    margin-left: 0;
  }
  .aside-expand-lg.aside-sm {
    left: -200px;
  }
  .aside-expand-lg.aside-lg {
    left: -300px;
  }
}
@media (max-width: 1199px) {
  .aside-expand-xl .aside-toggler {
    display: inline-block;
  }
  .aside-expand-xl.aside {
    left: -250px;
    box-shadow: none;
  }
  .aside-expand-xl.aside ~ .header,
  .aside-expand-xl.aside ~ .main-content,
  .aside-expand-xl.aside ~ .site-footer {
    margin-left: 0;
  }
  .aside-expand-xl.aside-sm {
    left: -200px;
  }
  .aside-expand-xl.aside-lg {
    left: -300px;
  }
}
#FooterPage {
  background-color: #fff;
  border-top: 1px solid #f1f2f3;
  padding: 0 30px;
}
#FooterPage p {
  margin-bottom: 0;
  font-weight: 400;
}
#FooterPage a {
  color: #788394;
}
#FooterPage a:hover {
  color: #90BFCC;
}
#FooterPage #FooterPre {
  display: none;
  background-color: #fff;
  font-size: 12px;
  color: #788394;
  border-bottom: 1px solid #f1f2f3;
  height: 50px;
}
#FooterPage #FooterContent {
  background-color: #fff;
  font-size: 12px;
  color: #788394;
  height: 40px;
}

.card {
  border: 0;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.card > .table-responsive .table,
.card > .table {
  margin-bottom: 0;
}
.card > .table-responsive .table tr td:first-child,
.card > .table-responsive .table tr th:first-child,
.card > .table tr td:first-child,
.card > .table tr th:first-child {
  padding-left: 20px;
}
.card > .table-responsive .table tr td:last-child,
.card > .table-responsive .table tr th:last-child,
.card > .table tr td:last-child,
.card > .table tr th:last-child {
  padding-right: 20px;
}
.card .card-hover-show {
  opacity: 0;
  transition: 0.3s linear;
}
.card:hover .card-hover-show {
  opacity: 1;
}

.card > .alert,
.card-content > .alert {
  border-radius: 0;
  margin-bottom: 0;
}
.card > .callout,
.card-content > .callout {
  margin-bottom: 0;
}
.card > .nav-tabs,
.card-content > .nav-tabs {
  margin-bottom: 0;
}

.card-title {
  font-family: Roboto, sans-serif;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 7px 20px;
  border-bottom: 1px solid #f1f2f3;
}
.card-title a {
  color: #37404D;
}
.card-title strong,
.card-title b {
  font-weight: 400;
}

.h6.card-title, h6.card-title {
  font-size: 12.5px;
}

.h5.card-title, h5.card-title {
  font-size: 14px;
}

.h4.card-title, h4.card-title {
  font-size: 16px;
}

.h3.card-title, h3.card-title {
  font-size: 18px;
}

.h2.card-title, h2.card-title {
  font-size: 20px;
}

.h1.card-title, h1.card-title {
  font-size: 22px;
}

.card-title-bold {
  font-family: Roboto, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background-color: transparent;
  border-bottom: 1px solid #f1f2f3;
}
.card-header::after {
  display: none;
}
.card-header > * {
  margin-left: 8px;
  margin-right: 8px;
}
.card-header > *:first-child {
  margin-left: 0;
}
.card-header > *:last-child {
  margin-right: 0;
}
.card-header.card-header-sm {
  padding-top: 8px;
  padding-bottom: 4px;
}
.card-header.card-header-sm .card-title {
  font-size: 0.9375rem;
}
.card-header .card-title {
  padding: 0;
  border: none;
}
.card-header progress,
.card-header input {
  margin-bottom: 0;
}
.card-header .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

.card-header-actions {
  display: flex;
  align-items: center;
  margin: -4px;
}
.card-header-actions > * {
  margin: 4px;
}

.card-footer {
  background-color: white;
  color: #EF8030;
  padding: 10px 20px;
  border: none;
}
.card-footer > *:last-child {
  margin-bottom: 0;
}

.card-controls {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: row-reverse;
}
.card-controls li > a {
  font-family: themify;
  font-size: 12px;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #EF8030;
  opacity: 0.8;
  transition: 0.3s linear;
}
.card-controls li > a:hover {
  color: #90BFCC;
}
.card-controls li:first-child > a {
  margin-right: 0;
}
.card-controls .dropdown.show > a {
  color: #90BFCC;
}
.card-controls [data-toggle=dropdown],
.card-controls .card-btn-reload {
  font-size: 14px;
}

.card-btn-close::before {
  content: "\e646";
}

.card-btn-slide::before {
  content: "\e648";
}

.card-btn-maximize::before {
  content: "\e6e8";
}

.card-btn-fullscreen::before {
  content: "\e659";
}

.card-btn-prev::before {
  content: "\e64a";
}

.card-btn-next::before {
  content: "\e649";
}

.card-carousel .card-footer .carousel-indicators-outside {
  padding: 6px 0;
}

.card-body > *:last-child {
  margin-bottom: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  border-radius: 0;
}

.card-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  transition: 0.5s;
}
.card-loading.reveal {
  opacity: 1;
  z-index: auto;
}

.card-inverse {
  color: #fff !important;
  background-color: #465161;
}
.card-inverse h1, .card-inverse h2, .card-inverse h3, .card-inverse h4, .card-inverse h5, .card-inverse h6,
.card-inverse .card-title,
.card-inverse small,
.card-inverse .card-controls li > a {
  color: #fff !important;
}
.card-inverse .card-title small {
  opacity: 0.8;
}
.card-inverse .card-btn-more::before,
.card-inverse .card-btn-more::after {
  border-color: #fff;
}
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-action {
  border-color: rgba(255, 255, 255, 0.15);
}

.card-special-1 {
  background-color: #C70064;
}
.card-special-1.card-bordered {
  border-color: #C70064;
}

.card-special-2 {
  background-color: #F8A400;
}
.card-special-2.card-bordered {
  border-color: #F8A400;
}

.card-special-3 {
  background-color: #C9C600;
}
.card-special-3.card-bordered {
  border-color: #C9C600;
}

.card-special-4 {
  background-color: #4EAFD0;
}
.card-special-4.card-bordered {
  border-color: #4EAFD0;
}

.card-special-5 {
  background-color: #777777;
}
.card-special-5.card-bordered {
  border-color: #777777;
}

.card-special-6 {
  background-color: #594281;
}
.card-special-6.card-bordered {
  border-color: #594281;
}

.card-outline-special-1 {
  background-color: #fff;
  border: 1px solid #C70064;
}

.card-outline-special-2 {
  background-color: #fff;
  border: 1px solid #F8A400;
}

.card-outline-special-3 {
  background-color: #fff;
  border: 1px solid #C9C600;
}

.card-outline-special-4 {
  background-color: #fff;
  border: 1px solid #4EAFD0;
}

.card-outline-special-5 {
  background-color: #fff;
  border: 1px solid #777777;
}

.card-outline-special-6 {
  background-color: #fff;
  border: 1px solid #594281;
}

.card-bordered {
  border: 1px solid #ebebeb;
}

.card-shadowed {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}

.card-hover-shadow:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}

.card-transparent {
  background-color: transparent;
}

.card-round {
  border-radius: 4px;
}

.card-maximize {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 900;
  transition: left 0.3s ease;
}
.card-maximize .card-btn-maximize {
  color: #90BFCC;
}

.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 998;
}
.card-fullscreen .card-btn-fullscreen {
  color: #90BFCC;
}

.card-slided-up .card-content {
  display: none;
}
.card-slided-up .card-btn-slide::before {
  content: "\e64b";
}

.card-columns {
  margin-bottom: 30px;
}

@media (min-width: 0) {
  .card-group .card + .card {
    border-left: 1px solid #f1f2f3;
  }
}
.CortarTxt .card-body .tit {
  height: 46px;
  overflow: hidden;
  margin-bottom: 0;
  float: left;
  width: 100%;
}
.CortarTxt .card-body .res {
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}

.CortarTxt .tit {
  height: 46px;
  overflow: hidden;
  margin-bottom: 20px;
}
.CortarTxt .res {
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  .CortarTxt .card-body .tit {
    height: auto;
  }
  .CortarTxt .card-body .res {
    height: auto;
  }
  .CortarTxt .tit {
    height: auto;
  }
  .CortarTxt .res {
    height: auto;
  }
}
.quickview {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 300px;
  max-width: calc(100% - 50px);
  position: fixed;
  top: 0;
  bottom: 0;
  right: -300px;
  z-index: 999;
  transform: translateZ(0);
  transition: 0.3s ease;
  backface-visibility: hidden;
  perspective: 1000;
  will-change: transform;
}
.quickview.quickview-sm {
  width: 220px;
  right: -220px;
}
.quickview.quickview-lg {
  width: 420px;
  right: -420px;
}
.quickview.quickview-xl {
  width: 640px;
  right: -640px;
}
.quickview.quickview-xxl {
  width: 860px;
  right: -860px;
}
.quickview.reveal {
  right: 0;
  box-shadow: 5px 0px 13px 3px rgba(0, 0, 0, 0.1);
}
.quickview.backdrop-light + .backdrop-quickview {
  background-color: rgba(255, 255, 255, 0.7);
}
.quickview.backdrop-dark + .backdrop-quickview {
  background-color: rgba(0, 0, 0, 0.5);
}
.quickview > .nav-tabs {
  margin-bottom: 0;
  height: 50px;
}

.quickview-body {
  flex: 1;
}

.quickview-block {
  padding: 20px;
  width: 100%;
}

.quickview-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  min-height: 50px !important;
  border-bottom: 1px solid #ebebeb;
}
.quickview-header .close {
  margin-left: 16px;
  font-size: 16px;
}
.quickview-header.nav-tabs {
  padding: 0;
}
.quickview-header .nav-link {
  height: 50px;
  line-height: 44px;
  padding-top: 6px;
  padding-bottom: 0;
}

.quickview-header-lg {
  height: 80px;
}
.quickview-header-lg .nav-link {
  height: 50px;
  line-height: 74px;
}

.quickview-title {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.quickview-footer {
  display: flex;
  align-items: center;
  padding: 0 16px;
  min-height: 50px;
  background-color: #fcfdfe;
  border-top: 1px solid #f1f2f3;
}
.quickview-footer .row {
  flex: 1;
}
.quickview-footer > *:not(.row) {
  margin: 0 4px;
}
.quickview-footer a:not(.btn) {
  display: inline-block;
  padding: 0.75rem 0.5rem;
  color: #EF8030;
}
.quickview-footer a:not(.btn):hover {
  color: #37404D;
}

.header {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  margin-bottom: 30px;
  background-size: cover;
  background-position: center center;
  border-bottom: 1px solid #ebebeb;
}
.header > .container {
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.header > .container .header-info,
.header > .container .header-action,
.header > .container .header-bar {
  padding-left: 0;
  padding-right: 0;
}
.header, .header.bg-img {
  z-index: 2;
}

.header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 30px;
  background-color: #fff;
  border-bottom: 1px solid #f1f2f3;
}
.header-bar > * {
  margin-bottom: 0;
}

.header-title {
  font-weight: 100;
  font-family: Roboto, sans-serif;
  color: #616a78;
}
.header-title strong {
  font-weight: 300;
}
.header-title small {
  display: block;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.7;
  color: inherit;
  opacity: 0.7;
  padding-top: 16px;
}

.header-info {
  margin: 50px 0;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 767px) {
  .header-info {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.header-info .left {
  flex: 1;
}
.header-info .breadcrumb-item::before {
  color: rgba(97, 106, 120, 0.7);
}
.header-info .breadcrumb-item.active {
  color: #616a78;
}
.header-info .breadcrumb-item a {
  color: rgba(97, 106, 120, 0.7);
}
.header-info .breadcrumb-item a:hover {
  color: #616a78;
}

.header-action {
  position: relative;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.header-action .nav {
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0;
  border-bottom: none;
  /*
  @include media-down(sm) {
    overflow-x: auto;
  }
  */
}
.header-action .nav-link {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.75rem 1rem 1rem;
  border-bottom: 3px solid transparent;
  color: rgba(97, 106, 120, 0.7);
  background-color: transparent !important;
}
.header-action .nav-link.active, .header-action .nav-link:hover {
  color: #616a78;
  border-bottom-color: #90BFCC;
}
.header-action .nav-link + .nav-link {
  margin-left: 0;
}
.header-action .nav-link i {
  margin-right: 4px;
}
.header-action .nav-link small {
  color: inherit;
  vertical-align: bottom;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .header-action .nav-link {
    padding: 0.5rem 0.75rem 0.75rem;
  }
}
.header-action .dropdown-menu {
  margin-top: 0;
}
.header-action .dropdown.show .nav-link {
  color: #616a78;
  border-bottom-color: #90BFCC;
}
.header-action .nav-item {
  margin-bottom: 0;
}
.header-action .nav-tabs .nav-link {
  transition: 0.2s linear;
}
.header-action .buttons {
  position: absolute;
  right: 30px;
  bottom: 0;
  transform: translateY(50%);
}
.header-action .buttons .btn {
  margin-left: 4px;
}

.header-transparent {
  background-color: transparent;
  border-bottom: none;
}

.header-inverse {
  background-color: #3f4a59;
}
.header-inverse .header-info .header-title {
  color: white;
}
.header-inverse .header-info .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .header-info .breadcrumb-item.active {
  color: white;
}
.header-inverse .header-info .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .header-info .breadcrumb-item a:hover {
  color: white;
}
.header-inverse .header-action .nav-link {
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .header-action .nav-link.active, .header-inverse .header-action .nav-link:hover {
  color: white;
  border-bottom-color: #90BFCC;
}
.header-inverse .header-action .dropdown.show .nav-link {
  color: white;
}
.header-inverse[class*=bg-] .header-action .nav-link.active, .header-inverse[class*=bg-] .header-action .nav-link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.header-inverse[class*=bg-] .header-action .dropdown.show .nav-link {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}
.header-inverse .lookup-circle::before {
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .lookup-circle input {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.header-inverse .lookup-circle input:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.header-inverse .lookup-circle input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .lookup-circle input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .lookup-circle input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.7);
}
.header-inverse .lookup-circle input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
  .page-info {
    flex-direction: column;
    margin-top: 2rem;
  }
  .page-info > div {
    width: 100%;
    margin: 0.5rem 0;
  }
  .page-info .header-search::before {
    right: 24px;
  }
  .page-action nav a {
    padding-top: 0.5rem;
    padding-bottom: 1.25rem;
  }
}
#TopAccess ul#Clima span.topbar-btn {
  background: url(../../img/bg/sol.svg) no-repeat scroll 13% center;
  background-color: #f8f9fa !important;
  border: medium none !important;
  color: #F8A400 !important;
  font-size: 13px !important;
  border-radius: 10rem;
  width: 180px;
  height: 34px;
  background-size: 19%;
  line-height: 40px;
  padding-left: 27px;
}

.logo-login {
  width: 180px;
  height: 180px;
}

.fg-bg-type-image {
  -webkit-animation-name: cool-effect;
  -moz-animation-name: cool-effect;
  animation-name: cool-effect;
  -webkit-animation-duration: 20s;
  -moz-animation-duration: 20s;
  animation-duration: 20s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate;
  -webkit-transform-origin: 50% 50% 0;
  -moz-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

@-webkit-keyframes cool-effect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@-moz-keyframes cool-effect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes cool-effect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
#Perfil .nav-link.active {
  color: #fff !important;
}
#Perfil .nav-link.active:hover {
  color: #fff !important;
}
#Perfil .nav-link {
  color: #a5b3c7 !important;
}
#Perfil .nav-link:hover {
  color: #fff !important;
  background-color: #EF8030;
}
#Perfil .text-data-secondary span {
  font-size: 12px;
}
#Perfil .tab-perfil {
  min-height: 550px;
}
#Perfil .card-perfil {
  min-height: 603px;
}
#Perfil .img-back-perfil {
  object-fit: cover;
  object-position: center;
  max-height: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
#Perfil .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem;
}
#Perfil .gallery .img {
  position: relative;
  flex: 1 0 22rem;
  margin: 1rem 0;
  height: 50vh;
  color: #fff;
  cursor: pointer;
  object-fit: contain;
}
#Perfil .gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Perfil .text-perfil-usuario {
  text-align: center;
}
#Perfil .text-perfil-usuario h5 {
  margin-bottom: 0;
}
#Perfil .img-perfil-dest {
  height: 140px;
  width: 100%;
  position: relative;
  text-align: center;
}
#Perfil .img-perfil-dest a {
  position: absolute;
  display: flex;
  bottom: -52px;
  left: 38.5%;
}
#Perfil .data-perfil-num {
  width: 32px;
  height: 32px;
  border: 2px solid grey;
  border-radius: 45px;
}
#Perfil .dataTables_empty {
  height: auto;
}
#Perfil .dataTables_wrapper,
#Perfil #tblSiguiendo,
#Perfil #tblMeSiguen {
  height: 54vh;
  overflow-y: scroll;
}
#Perfil .file-group i {
  width: 30px;
  height: 30px;
  border-radius: 20px;
}
#Perfil .file-group.file-group-inline {
  height: 40px;
  right: 0px;
  bottom: 20px;
  position: absolute;
}
#Perfil .file-group.file-group-inline button {
  padding: 5px !important;
}
#Perfil .borde-btn {
  border-radius: 20px;
  border: 1px solid #90bfcc;
  width: 170px;
  margin: 0 auto;
  background-color: #fff;
  padding: 7px;
  position: relative;
  z-index: 2;
}
#Perfil .container {
  position: relative;
}
#Perfil .container .hr {
  height: 1px;
  position: absolute;
  top: 17px;
  width: 100%;
  left: 0;
  background-color: #90bfcc;
  z-index: 1;
}
#Perfil #TabContent .media-body a.hover-terciario,
#Perfil #TabContent .CMCumpleNombreApe a {
  color: #90BFCC !important;
}
#Perfil .descrip.estado2 {
  font-size: 16px;
  margin-bottom: 134px;
  color: #90bfcc;
  display: block;
  font-weight: 500;
  width: 170px;
  padding: 7px;
  background-color: #f5f6f7;
  margin: 0 auto 20px;
  border-radius: 20px;
}
#Perfil #tblUsuarioJefe {
  margin-bottom: 0;
}
#Perfil #tblUsuarioJefe thead {
  display: none;
}

.media.NotificacionItemSinLeer {
  background-color: #ddeef3;
}

#headerBuscador h4#titleBuscador {
  display: none;
}
#headerBuscador .card-header-actions.lookup {
  width: 100%;
}
#headerBuscador .lookup.no-icon input {
  padding-left: 43px;
  width: 100%;
}
#headerBuscador button#btnBuscar {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: none;
}

#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button {
  color: #8b95a5 !important;
  font-weight: 400 !important;
  border-color: #ebebeb !important;
  padding: 0 8px !important;
  margin: 0 3px !important;
  min-width: 31px !important;
  line-height: 29px !important;
  text-align: center !important;
  border-radius: 2px !important;
}

#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.current,
#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.current:hover,
#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.previous,
#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.next {
  z-index: 1 !important;
  color: #fff !important;
  font-weight: 500 !important;
}

#tblUsuariosBusquedaBody .btn.btn-terciario.btn-outline {
  background-color: #EF8030 !important;
}

#TabContent .tab-perfil {
  min-height: none !important;
  height: auto;
  max-height: none !important;
}
#TabContent .tab-perfil #Equipo hr {
  margin-top: 0;
  margin-bottom: 10px;
}
#TabContent .dataTables_wrapper {
  height: auto;
  overflow-y: hidden;
}
#TabContent #tblEquipoUsuario_paginate {
  float: initial;
  display: block;
  height: 30px;
  margin: 0 auto;
  width: 290px;
}
#TabContent a#tblEquipoUsuario_next,
#TabContent a#tblEquipoUsuario_previous {
  margin: 5px;
  background-color: #F8A400;
  padding: 4px 11px;
  color: #fff;
  border-radius: 14px;
  cursor: pointer;
}
#TabContent a#tblEquipoUsuario_next:hover,
#TabContent a#tblEquipoUsuario_previous:hover {
  background-color: #90BFCC;
}
#TabContent a.paginate_button {
  padding: 3px;
  color: #616A78;
  cursor: pointer;
}
#TabContent a.paginate_button.current {
  padding: 3px;
  color: #F8A400;
  cursor: pointer;
}

#pnlPopUpEditImage .flex-row-reverse {
  background-color: #EF8030;
  border-radius: 4px;
}

#Detalle .gallery {
  display: block;
  flex-wrap: wrap;
}
#Detalle .gallery .img {
  position: relative;
  height: 53vh;
  color: #fff;
  cursor: pointer;
  object-fit: contain;
  min-height: 200px;
  background-color: #ccc;
}
#Detalle .gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Detalle .res a,
#Detalle .det a {
  color: #F8A400;
  line-height: normal;
  padding: 0 4px;
  border-bottom: 1px dotted #929DAF;
}
#Detalle .res a img,
#Detalle .det a img {
  cursor: pointer;
}

#Detalle .InsideContent .card #CardFooter {
  float: left;
  width: 96%;
  position: absolute;
  bottom: 0;
  right: 2%;
}
#Detalle .InsideContent .card .content .img img {
  width: 100%;
  min-height: 200px;
  background-color: #ccc;
  margin-bottom: 18px;
}

#Detalle.Left .InsideContent .img {
  width: 40%;
  float: left;
  padding-right: 1rem;
  padding-bottom: 0.7rem;
  z-index: 3;
  position: relative;
}
#Detalle.Left .InsideContent iframe,
#Detalle.Left .InsideContent video {
  width: 100%;
  height: 310px;
  background-color: #000;
}
#Detalle.Left .InsideContent .tit h3,
#Detalle.Left .InsideContent .tit h4 {
  margin: 0;
}
#Detalle.Left .InsideContent .tit hr {
  width: 60.19% !important;
  float: right !important;
}
#Detalle.Left .res a,
#Detalle.Left .det a {
  color: #EF8030;
  line-height: normal;
  padding: 0 4px;
  border-bottom: 1px dotted #929DAF;
}
#Detalle.Left .res a img,
#Detalle.Left .det a img {
  cursor: pointer;
}

#Detalle.Left .InsideContent .img {
  width: 38%;
  float: left;
  padding: 0px;
  z-index: 3;
  position: relative;
  overflow: hidden;
  margin-right: 2%;
}

#Detalle.Left .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0px !important;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 0 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  font-size: 0;
  padding: 4px;
}

#Detalle.Left .swiper-pagination-bullet {
  position: relative;
  background: #929DAF;
  border: none;
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: 0.3s;
}

#Detalle.Left .swiper-pagination-bullet-active {
  background-color: #EF8030 !important;
  opacity: 0.8;
}

#Detalle.Left .swiper-pagination-bullet:hover {
  background-color: #EF8030;
  opacity: 1;
}

#Detalle.Left .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  display: inline-block;
  border-radius: 20px;
}

@media (max-width: 1350px) {
  #Detalle.Left .InsideContent .img iframe {
    height: 220px;
  }
}
@media (max-width: 680px) {
  #Detalle.Left .InsideContent .img {
    width: 100%;
    padding-right: 0;
  }
  #Detalle.Left .InsideContent .tit hr {
    width: 100% !important;
  }
}
#Organigrama .gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem 0rem;
}
#Organigrama .gallery .img {
  position: relative;
  margin: 0.3rem 0 0.8rem;
  max-height: 210px;
  color: #fff;
  object-fit: contain;
}
#Organigrama .gallery .img img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  object-position: top;
}

.price {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  font-size: 75px;
  line-height: 75px;
  color: #000;
  padding: 10px 0;
}
.price span {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  color: #788394;
}
.price sup {
  font-size: 28px;
  vertical-align: super;
}

.price-dollar {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  margin-right: -10px;
  margin-top: 14px;
}

.price-interval {
  display: inline-block;
  font-size: 12px;
  vertical-align: text-bottom;
  margin-left: -10px;
  margin-bottom: 14px;
  color: #EF8030;
}

#Perfil .nav-link.active {
  color: #fff !important;
}
#Perfil .nav-link.active:hover {
  color: #fff !important;
}
#Perfil .nav-link {
  color: #a5b3c7 !important;
}
#Perfil .nav-link:hover {
  color: #fff !important;
  background-color: #EF8030;
}
#Perfil .text-data-secondary span {
  font-size: 12px;
}
#Perfil .tab-perfil {
  min-height: 550px;
}
#Perfil .card-perfil {
  min-height: 603px;
}
#Perfil .img-back-perfil {
  object-fit: cover;
  object-position: center;
  max-height: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
#Perfil .gallery {
  display: flex;
  flex-wrap: wrap;
  margin: -1rem -1rem;
}
#Perfil .gallery .img {
  position: relative;
  flex: 1 0 22rem;
  margin: 1rem 0;
  height: 50vh;
  color: #fff;
  cursor: pointer;
  object-fit: contain;
}
#Perfil .gallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Perfil .text-perfil-usuario {
  text-align: center;
}
#Perfil .text-perfil-usuario h5 {
  margin-bottom: 0;
}
#Perfil .img-perfil-dest {
  height: 140px;
  width: 100%;
  position: relative;
  text-align: center;
}
#Perfil .img-perfil-dest a {
  position: absolute;
  display: flex;
  bottom: -52px;
  left: 38.5%;
}
#Perfil .data-perfil-num {
  width: 32px;
  height: 32px;
  border: 2px solid grey;
  border-radius: 45px;
}
#Perfil .dataTables_empty {
  height: auto;
}
#Perfil .dataTables_wrapper,
#Perfil #tblSiguiendo,
#Perfil #tblMeSiguen {
  height: 54vh;
  overflow-y: scroll;
}
#Perfil .file-group i {
  width: 30px;
  height: 30px;
  border-radius: 20px;
}
#Perfil .file-group.file-group-inline {
  height: 40px;
  right: 0px;
  bottom: 20px;
  position: absolute;
}
#Perfil .file-group.file-group-inline button {
  padding: 5px !important;
}
#Perfil .borde-btn {
  border-radius: 20px;
  border: 1px solid #90bfcc;
  width: 170px;
  margin: 0 auto;
  background-color: #fff;
  padding: 7px;
  position: relative;
  z-index: 2;
}
#Perfil .container {
  position: relative;
}
#Perfil .container .hr {
  height: 1px;
  position: absolute;
  top: 17px;
  width: 100%;
  left: 0;
  background-color: #90bfcc;
  z-index: 1;
}
#Perfil #TabContent .media-body a.hover-terciario,
#Perfil #TabContent .CMCumpleNombreApe a {
  color: #90BFCC !important;
}
#Perfil .descrip.estado2 {
  font-size: 16px;
  margin-bottom: 134px;
  color: #90bfcc;
  display: block;
  font-weight: 500;
  width: 170px;
  padding: 7px;
  background-color: #f5f6f7;
  margin: 0 auto 20px;
  border-radius: 20px;
}
#Perfil #tblUsuarioJefe {
  margin-bottom: 0;
}
#Perfil #tblUsuarioJefe thead {
  display: none;
}

.media.NotificacionItemSinLeer {
  background-color: #ddeef3;
}

#headerBuscador h4#titleBuscador {
  display: none;
}
#headerBuscador .card-header-actions.lookup {
  width: 100%;
}
#headerBuscador .lookup.no-icon input {
  padding-left: 43px;
  width: 100%;
}
#headerBuscador button#btnBuscar {
  position: absolute;
  left: 0;
  top: 0;
  background-color: transparent;
  border: none;
}

#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button {
  color: #8b95a5 !important;
  font-weight: 400 !important;
  border-color: #ebebeb !important;
  padding: 0 8px !important;
  margin: 0 3px !important;
  min-width: 31px !important;
  line-height: 29px !important;
  text-align: center !important;
  border-radius: 2px !important;
}

#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.current,
#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.current:hover,
#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.previous,
#tblUsuariosBusqueda_paginate.dataTables_paginate .paginate_button.next {
  z-index: 1 !important;
  color: #fff !important;
  font-weight: 500 !important;
}

#tblUsuariosBusquedaBody .btn.btn-terciario.btn-outline {
  background-color: #EF8030 !important;
}

#TabContent .tab-perfil {
  min-height: none !important;
  height: auto;
  max-height: none !important;
}
#TabContent .tab-perfil #Equipo hr {
  margin-top: 0;
  margin-bottom: 10px;
}
#TabContent .dataTables_wrapper {
  height: auto;
  overflow-y: hidden;
}
#TabContent #tblEquipoUsuario_paginate {
  float: initial;
  display: block;
  height: 30px;
  margin: 0 auto;
  width: 290px;
}
#TabContent a#tblEquipoUsuario_next,
#TabContent a#tblEquipoUsuario_previous {
  margin: 5px;
  background-color: #F8A400;
  padding: 4px 11px;
  color: #fff;
  border-radius: 14px;
  cursor: pointer;
}
#TabContent a#tblEquipoUsuario_next:hover,
#TabContent a#tblEquipoUsuario_previous:hover {
  background-color: #90BFCC;
}
#TabContent a.paginate_button {
  padding: 3px;
  color: #616A78;
  cursor: pointer;
}
#TabContent a.paginate_button.current {
  padding: 3px;
  color: #F8A400;
  cursor: pointer;
}

#pnlPopUpEditImage .flex-row-reverse {
  background-color: #EF8030;
  border-radius: 4px;
}

#OpsReconocimiento .media-list {
  height: 60vh !important;
}
#OpsReconocimiento #Ranking .media-list {
  height: 64vh !important;
}
@media (max-width: 1440px) {
  #OpsReconocimiento #Ranking .media-list {
    height: 65vh !important;
  }
}

#AboutImg .gallery {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -1rem 0rem;
}
#AboutImg .gallery .img {
  position: relative;
  margin: 0.3rem 0 0.8rem;
  max-height: 350px;
  color: #fff;
  object-fit: contain;
}
#AboutImg .gallery .img img {
  width: 100%;
  height: 100%;
  min-height: 350px;
  object-fit: cover;
  object-position: top;
}

#Valores .card {
  height: 180px;
}
#Valores .card .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #919191;
  z-index: 3;
  text-indent: -999999px;
  opacity: 0;
}
#Valores .det {
  position: relative;
}
#Valores .det a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  display: block;
  text-indent: -9999999px;
}

#Valores.Listado .card-body {
  min-height: 160px;
}

#PropII .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -9999999px;
  font-size: 0;
}

.Noticias_listado #News {
  /*.num_0 .card .img img {
       height: 465px;
       width: 100%;
  }*/
  /*.num_0.col-md-4 {
       max-width: 75% !important;
       width: 75% !important;
       flex: 0 0 66.66%;

       .card {
            display: block;
            float: left;
            width: 100%;
            h4 {
                 font-size: 22px;
            }
            .card-body {
                 padding: 4rem 1rem;
            }
       }
  }*/
  /*.num_0 .img {
       width: 50%;
       float: left;
       margin-right: 1rem;
  }*/
}
.Noticias_listado #News .card {
  /*height: 500px;*/
}
.Noticias_listado #News .card .img {
  min-height: 200px;
  background-color: #ccc;
}
.Noticias_listado #News .card .img img {
  height: 230px;
  width: 100%;
}
.Noticias_listado .gallery {
  background-color: #ccc;
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 15vh;
}
.Noticias_listado .gallery .img {
  background-color: #ccc;
  width: 100%;
  position: relative;
  text-align: center;
}
.Noticias_listado .gallery .img img {
  object-fit: cover;
  object-position: center;
  min-height: 25vh;
  width: 100%;
}
.Noticias_listado .card-body {
  min-height: 15vh;
}
.Noticias_listado .card-body #CardFooter {
  float: left;
  width: 100%;
}
@media (max-width: 1440px) {
  .Noticias_listado .card-body {
    min-height: 23vh;
  }
  .Noticias_listado .card-body small {
    font-size: 10px;
  }
}
@media (max-width: 680px) {
  .Noticias_listado .Noticias_listado #News .num_0 .card .img img {
    height: auto;
  }
  .Noticias_listado .Noticias_listado #News .num_0 .img {
    width: 100%;
    margin-right: 0;
  }
  .Noticias_listado .Noticias_listado #News .card,
  .Noticias_listado .Noticias_listado #News .card .img img {
    height: auto;
  }
  .Noticias_listado .Noticias_listado #News .num_0.col-md-4 {
    max-width: 100% !important;
    width: 100% !important;
    flex: auto;
    padding: 0 3%;
  }
  .Noticias_listado .Noticias_listado #News .card {
    height: auto;
  }
}

#Detalle .card .content {
  overflow: hidden;
  border-radius: 4px;
}

#CardFooter.titulo {
  display: block;
  float: left;
  width: 100%;
}
#CardFooter.titulo .card-footer {
  border-top: none;
  margin-bottom: 10px;
}
#CardFooter.titulo .card-footer .gap-items-2.float-md-right {
  display: none;
}

.CortarTxt .card-body .res {
  height: 86px;
  overflow: hidden;
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

#CardFooter.ocultar-fecha .d-inline-block {
  display: none !important;
}

.det {
  margin-bottom: 40px;
}

.res,
.det {
  position: relative;
  z-index: 2;
}

#Noticias .card .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  text-indent: -9999px;
  z-index: 3;
  display: none;
}

#Noticias .gallery,
#Multimedia .gallery {
  background-color: #ccc;
  width: 100%;
  position: relative;
  text-align: center;
}
#Noticias .gallery .img,
#Multimedia .gallery .img {
  background-color: #ccc;
  width: 100%;
  position: relative;
  text-align: center;
}
#Noticias .gallery .img img,
#Noticias .gallery .img iframe,
#Noticias .gallery .img video,
#Multimedia .gallery .img img,
#Multimedia .gallery .img iframe,
#Multimedia .gallery .img video {
  object-fit: cover;
  object-position: center;
  height: 20vh;
  width: 100%;
}
#Noticias .card-body,
#Multimedia .card-body {
  min-height: 174px !important;
}

.ColList3 .gallery {
  background-color: #ccc;
  width: 100%;
  position: relative;
  text-align: center;
  min-height: 27.5vh;
}
.ColList3 .gallery .img {
  background-color: #ccc;
  width: 100%;
  position: relative;
  text-align: center;
}
.ColList3 .gallery .img img {
  object-fit: cover;
  object-position: center;
  min-height: 27.5vh;
  width: 100%;
}
.ColList3 h4 {
  min-height: 5vh;
}

#Colecciones #CardFooter label {
  display: none;
}

#listar_contenido_elementos .link a {
  position: absolute;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 4;
  font-size: 0;
  opacity: 0;
}

#Colecciones #listar_contenido_elementos .card img,
#Colecciones #listar_contenido_elementos .card video,
#Colecciones #listar_contenido_elementos .card iframe,
#Colecciones #listar_contenido_elementos .card .img {
  width: 100%;
  height: 330px !important;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

#listar_contenido_elementos .card img,
#listar_contenido_elementos .card video,
#listar_contenido_elementos .card iframe,
#listar_contenido_elementos .card .img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  margin: 0;
}

#Noticias .gallery,
#Multimedia .gallery,
#Noticias .gallery .img img,
#Noticias .gallery .img iframe,
#Noticias .gallery .img video,
#Multimedia .gallery .img img,
#Multimedia .gallery .img iframe,
#Multimedia .gallery .img video {
  object-fit: fill;
  object-position: center;
  height: 510px !important;
  width: 100%;
}

#Noticias .gallery .img video {
  object-fit: contain;
}

#Noticias .gallery,
#Multimedia .gallery {
  background-color: #ccc;
  position: relative;
  text-align: center;
  /*width: 100%;
  height: 330px;
  height: auto !important;
  min-height: auto;*/
}

#listar_contenido_elementos .card .card-body {
  min-height: 150px;
  position: relative;
}

#MFotos #listar_contenido_elementos .card .card-body {
  min-height: auto;
}
#MFotos #listar_contenido_elementos .card .card-body .tit {
  height: 34px;
  margin-bottom: 0 !important;
}

.card-footer {
  background-color: white;
  border-top: 1px solid rgba(153, 153, 153, 0.2);
  color: #777777;
}

#Sucursales .card .card-body .tit {
  height: 30px;
  margin-bottom: 0;
}
#Sucursales .card .img,
#Sucursales .card img {
  height: auto;
}
#Sucursales label {
  font-size: 14px !important;
  margin: 0 !important;
  color: #f8a400 !important;
}
#Sucursales .mapa a {
  font-size: 14px !important;
  color: #c9c600 !important;
}
#Sucursales #SucContent .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #919191;
  z-index: 2;
  text-indent: -999999px;
  opacity: 0;
}
#Sucursales #SucContent .card {
  height: 400px;
  overflow: hidden;
}
#Sucursales #SucContent .card img {
  height: 100%;
  width: 100%;
}
#Sucursales #SucContent .card a {
  color: #EF8030;
}

@media (max-width: 1680px) {
  #Noticias .gallery,
  #Multimedia .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video,
  #Multimedia .gallery .img img,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: 410px !important;
  }
}
@media (max-width: 1600px) {
  #Noticias .gallery,
  #Multimedia .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video,
  #Multimedia .gallery .img img,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: 400px !important;
  }
  #Colecciones #listar_contenido_elementos .card img,
  #Colecciones #listar_contenido_elementos .card video,
  #Colecciones #listar_contenido_elementos .card iframe,
  #Colecciones #listar_contenido_elementos .card .img {
    height: 260px !important;
  }
  #listar_contenido_elementos .card .card-body {
    min-height: 180px;
  }
  #Sucursales .card .img,
  #Sucursales .card img {
    height: auto !important;
  }
}
@media (max-width: 1440px) {
  #Noticias .gallery,
  #Multimedia .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video,
  #Multimedia .gallery .img img,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: 340px !important;
  }
}
@media (max-width: 1380px) {
  #Noticias .gallery,
  #Multimedia .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video,
  #Multimedia .gallery .img img,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: 330px !important;
  }
  #Colecciones #listar_contenido_elementos .card img,
  #Colecciones #listar_contenido_elementos .card video,
  #Colecciones #listar_contenido_elementos .card iframe,
  #Colecciones #listar_contenido_elementos .card .img {
    height: 255px !important;
  }
  #listar_contenido_elementos .card .card-body {
    min-height: 200px;
  }
  #Sucursales #SucContent .card,
  #Tiendas #TieContent .card {
    height: 390px;
  }
  #Sucursales .card .img,
  #Sucursales .card img {
    height: auto !important;
  }
}
@media (max-width: 1280px) {
  #Noticias .gallery,
  #Multimedia .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video,
  #Multimedia .gallery .img img,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: 290px !important;
  }
}
@media (max-width: 1210px) {
  #Noticias .gallery,
  #Multimedia .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video,
  #Multimedia .gallery .img img,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: 280px !important;
  }
  #Colecciones #listar_contenido_elementos .card img,
  #Colecciones #listar_contenido_elementos .card video,
  #Colecciones #listar_contenido_elementos .card iframe,
  #Colecciones #listar_contenido_elementos .card .img {
    height: 220px !important;
  }
  #Sucursales .card .img,
  #Sucursales .card img {
    height: auto !important;
  }
}
@media (max-width: 1180px) {
  #Sucursales #SucContent .card,
  #Tiendas #TieContent .card {
    height: 430px;
  }
}
@media (max-width: 1110px) {
  #Noticias .gallery,
  #Multimedia .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video,
  #Multimedia .gallery .img img,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: 250px !important;
  }
  #Colecciones #listar_contenido_elementos .card img,
  #Colecciones #listar_contenido_elementos .card video,
  #Colecciones #listar_contenido_elementos .card iframe,
  #Colecciones #listar_contenido_elementos .card .img {
    height: 220px !important;
  }
  #Sucursales .card .img,
  #Sucursales .card img {
    height: auto !important;
  }
}
@media (max-width: 1020px) {
  #Sucursales #SucContent .card,
  #Tiendas #TieContent .card {
    height: 500px;
  }
  #Noticias .gallery,
  #Multimedia .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video,
  #Multimedia .gallery .img img,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: 210px !important;
  }
}
@media (max-width: 770px) {
  #listar_contenido_elementos .card .card-body {
    min-height: auto;
  }
  #Noticias .gallery,
  #Multimedia .gallery,
  #listar_contenido_elementos .card img,
  #listar_contenido_elementos .card video,
  #listar_contenido_elementos .card iframe,
  #listar_contenido_elementos .card .img,
  #Noticias .gallery .img img,
  #Noticias .gallery .img iframe,
  #Noticias .gallery .img video,
  #Multimedia .gallery .img img,
  #Multimedia .gallery .img iframe,
  #Multimedia .gallery .img video {
    height: auto !important;
  }
  #Sucursales #SucContent .card,
  #Tiendas #TieContent .card {
    height: auto;
  }
  #Sucursales .card .img,
  #Sucursales .card img {
    height: auto !important;
  }
}
@media (max-width: 680px) {
  #Noticias .card-body,
  #Multimedia .card-body {
    min-height: auto;
  }
  .card-footer .gap-items-2.float-md-right {
    float: right;
  }
}
#Documentos .media-height {
  height: 210px;
}
#Documentos .card-body .card-tit .tit h4 {
  margin-bottom: 5px;
}
#Documentos #CardFooter .arcAdjunto {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  float: left;
  list-style: none;
  width: 60px;
  height: 80px;
}
#Documentos #CardFooter-2 {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
#Documentos #CardFooter-2 .arcAdjunto li.archivo {
  background: none !important;
  width: 100%;
  height: 100%;
}
#Documentos #CardFooter-2 .descargar {
  position: absolute;
  bottom: 10px;
  right: 10%;
  padding-left: 19px;
  background: transparent url("/assets/img/icon/desc.svg") center left no-repeat;
}
#Documentos .arcAdjunto {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  width: 100%;
  height: 50px;
}
#Documentos .arcAdjunto .adj {
  float: left;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
}
#Documentos .arcAdjunto .adj .res {
  margin: 10px 0 10px 15%;
  box-sizing: border-box;
}
#Documentos .arcAdjunto ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: block;
}
#Documentos .arcAdjunto .info {
  display: none;
}
#Documentos .arcAdjunto li.archivo {
  width: 46px;
  padding: 0;
  float: left;
  border-radius: 5px;
  position: absolute;
  height: 50px;
  box-sizing: border-box;
  z-index: 4;
}
#Documentos .arcAdjunto li.archivo a {
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999999px;
}
#Documentos .arcAdjunto li.archivo a:hover {
  opacity: 0.2;
  background-color: white;
}
#Documentos .arcAdjunto li.archivo.pdf {
  background: transparent url("/assets/img/icon/ico-pdf.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.doc,
#Documentos .arcAdjunto li.archivo.docx,
#Documentos .arcAdjunto li.archivo.dotx {
  background: transparent url("/assets/img/icon/ico-doc.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.ppt,
#Documentos .arcAdjunto li.archivo.pptx {
  background: transparent url("/assets/img/icon/ico-ppt.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.xls,
#Documentos .arcAdjunto li.archivo.xlsx,
#Documentos .arcAdjunto li.archivo.xlsm {
  background: transparent url("/assets/img/icon/ico-xls.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.zip {
  background: transparent url("/assets/img/icon/ico-zip.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.rar {
  background: transparent url("/assets/img/icon/ico-rar.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.jpg,
#Documentos .arcAdjunto li.archivo.jpeg {
  background: transparent url("/assets/img/icon/ico-jpg.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .arcAdjunto li.archivo.png {
  background: transparent url("/assets/img/icon/ico-png.svg") 0 0 no-repeat;
  background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  -khtml-background-size: 100%;
}
#Documentos .InsideContent .card.he {
  min-height: 50vh;
}
#Documentos .media {
  min-height: 20vh;
}
#Documentos .link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -9999999px;
  font-size: 0;
  z-index: 1;
}

#contentBuscador .box-buscador-content {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
  position: relative;
}
#contentBuscador button {
  height: 36px;
  line-height: 36px;
  background-color: transparent;
  color: #ccc;
  position: absolute;
  left: 0.5%;
  border-radius: 100%;
  border: none;
  font-size: 18px;
}
#contentBuscador input {
  width: 100%;
  background-color: rgba(117, 117, 118, 0.04);
  color: #777777;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  height: 36px;
  padding-left: 40px;
  padding-right: 20px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  outline: none;
  transition: 0.5s;
  color: #757576;
}

#MenuSuperior.MenuDocumentos .Menu ul {
  list-style: none;
  margin-bottom: -5px !important;
}
#MenuSuperior.MenuDocumentos .Menu ul li {
  min-width: 12%;
  background-color: #f9fafb;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin-right: 2px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: all 0.15s ease-in-out;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}
#MenuSuperior.MenuDocumentos .Menu ul li a {
  color: #EF8030;
  float: left;
  margin: 0;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  padding: 15px 2% 10%;
}
#MenuSuperior.MenuDocumentos .Menu ul li:hover a {
  color: #fff;
}
#MenuSuperior.MenuDocumentos .Menu ul li.bNavActive {
  color: #fff;
}
#MenuSuperior.MenuDocumentos .Menu ul li.bNavActive a {
  color: #fff;
}

#DocDescargables .card {
  min-height: 19vh;
  border: 1px solid rgba(0, 0, 0, 0.125) !important;
}
#DocDescargables #CardFooter {
  float: left;
  display: block;
  width: 63px;
}
#DocDescargables #CardFooter .arcAdjunto {
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
}
#DocDescargables #CardFooter .arcAdjunto .archivo {
  float: left;
  display: block;
  width: 46px;
  padding: 0;
  list-style: none;
  height: 57px;
}
#DocDescargables #CardFooter .arcAdjunto .archivo a {
  padding: 0;
  min-height: 80px;
  display: block;
  text-indent: -999999px;
  width: 100%;
  float: left;
}
#DocDescargables .res {
  margin-bottom: 15px;
}
#DocDescargables #CardFooter-2 {
  float: left;
  display: block;
  width: 100%;
}
#DocDescargables #CardFooter-2 .arcAdjunto {
  float: left;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
}
#DocDescargables #CardFooter-2 .arcAdjunto .archivo {
  width: 93px;
  padding: 0;
  list-style: none;
  height: 20px;
  position: absolute;
  right: 5%;
  background-image: none;
}
#DocDescargables #CardFooter-2 .arcAdjunto .archivo a {
  background-image: url(/assets/img/icon/desc.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: 12px;
  padding: 0;
  min-height: auto;
  color: #EF8030;
  text-indent: -999999px;
  overflow: hidden;
  display: block;
  z-index: 2;
  position: relative;
}
#DocDescargables #CardFooter-2 .descargar {
  position: absolute;
  right: 34px;
  color: #EF8030;
  z-index: 1;
}

@media (max-width: 680px) {
  #Documentos .content {
    height: auto;
  }
}
#txtBusquedaDocumentos {
  width: 90%;
  background-color: #f8f9fa;
  color: #777777;
  border: 1px solid #ebebeb;
  border-radius: 18px;
  height: 36px;
  max-width: 100%;
  padding-left: 2% !important;
  padding-right: 2%;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  outline: none !important;
  transition: 0.5s;
}

#btnBusquedaDocumentos {
  line-height: normal;
  border-radius: 30px;
  background-color: #00a85d;
  color: #fff;
  padding: 6px 2%;
  border: 0;
  cursor: pointer;
  margin-left: 1%;
  width: 8%;
}

#ResultadoBusqueda .busResultado1,
#ResultadoBusqueda .busResultado2,
#ResultadoBusqueda .busResultado3 {
  display: none;
}

#ResultadoBusqueda .busResultado4 {
  text-align: center;
  font-size: 18px;
}

#ResultadoBusqueda .media.media-single {
  border: 0;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#ResultadoBusqueda .media.media-single {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

#busResultado .busResultado .busResultado1,
#busResultado .busResultado .busResultado2,
#busResultado .busResultado .busResultado3 {
  display: none;
}
#busResultado .busResultado .busResultado4 {
  text-align: center;
}

#ResultadoBusqueda .media-body {
  float: left;
  width: 100%;
}

#contentBuscadorDocumentos .box-buscador-content {
  position: relative;
}
#contentBuscadorDocumentos #btnSearchDocumentos {
  position: absolute;
  top: 6px;
  left: 3px;
  background-color: transparent;
  border-color: transparent;
}

#ResultadoBusqueda #busResultado .card {
  min-height: 280px;
}

#BusquedaAvanzada .res {
  background-color: #90BFCC;
  width: 104%;
  padding: 10px 20px;
  margin: -1rem;
  float: left;
  color: #fff;
}
#BusquedaAvanzada #contentBuscadorDocumentos {
  margin-top: 29px;
  float: left;
  width: 100%;
}

#ResultadoBusqueda .busPaginador {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#ResultadoBusqueda .btnInicio,
#ResultadoBusqueda .btnAnterior,
#ResultadoBusqueda .btnSiguiente,
#ResultadoBusqueda .btnFinal {
  color: #fff !important;
  font-weight: 400;
  border-color: #f9fafb !important;
  padding: 0 8px;
  margin: 0 3px;
  min-width: 31px;
  line-height: 29px;
  text-align: center;
  border-radius: 100% !important;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#ResultadoBusqueda .btnSiguiente,
#ResultadoBusqueda .btnAnterior {
  background-color: #EF8030 !important;
}

#ResultadoBusqueda .btnInicio,
#ResultadoBusqueda .btnFinal {
  background-color: #90BFCC !important;
}

#ResultadoBusqueda .btnInicio:hover,
#ResultadoBusqueda .btnAnterior:hover,
#ResultadoBusqueda .btnSiguiente:hover,
#ResultadoBusqueda .btnFinal:hover {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#resultados_busqueda .ButtonDescarga a {
  color: #fff !important;
}

#ResultadoBusqueda span {
  background-color: #fff;
  padding: 5px;
  margin: 5px;
  border-radius: 5px;
}

@media (max-width: 1380px) {
  #txtBusquedaDocumentos {
    width: 85%;
  }
  #btnBusquedaDocumentos {
    width: 13%;
  }
}
@media (max-width: 500px) {
  #txtBusquedaDocumentos {
    width: 100%;
  }
  #btnBusquedaDocumentos {
    width: 100%;
    margin-top: 10px;
  }
  #Documentos .Menu ul li a {
    width: 100%;
  }
}
#listar_contenido_elementos .card-body .tit a.hover-terciario,
.Pagina .card-body .tit a.hover-terciario {
  color: #DC241F;
  font-size: 14px;
  font-weight: 400;
}

#listar_contenido_elementos .card-body .tit {
  height: 50px;
  overflow: hidden;
  min-height: auto;
  margin-bottom: 5px;
}

#listar_contenido_elementos .card-body .res.truncate {
  height: 122px;
  overflow: hidden;
}

span.NodoBusquedaResultado {
  font-family: Roboto, sans-serif;
}

#resultados_busqueda_elementos .card-body,
#listar_contenido_elementos .card-body {
  min-height: 210px;
  position: relative;
}

#listar_contenido_elementos .card .card-body h5,
#resultados_busqueda_elementos .card .card-body h5 {
  font-size: 14px;
}

#resultados_busqueda_elementos .card-body .res.mb-2 {
  position: absolute;
  bottom: 10px;
  right: 20px;
}

#resultados_busqueda_elementos .card-body .res.truncate.mb-2 {
  position: initial;
  bottom: auto;
  right: auto;
}

#ResultadoBusqueda .card {
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

#ResultadoBusqueda .card-body {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  box-shadow: auto;
  background-color: auto;
}

#ResultadoBusqueda .card-body .card-body {
  padding: 8px;
  min-height: auto;
}

#ResultadoBusqueda .card .card {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  background-color: #fff;
}

#ResultadoBusqueda .card .card .card-title {
  line-height: 1.5;
  margin-bottom: 0;
  padding: 7px 20px;
}

#ResultadoBusqueda .card .card .h5.card-title,
#ResultadoBusqueda .card .card h5.card-title {
  font-size: 13px;
}

#ResultadoBusqueda .card-body .card-body .row .col-md-6.text-center {
  margin: 0 auto;
}

#ResultadoBusqueda .card-body .card-body .row .btn.bg-primary {
  font-size: 12px;
  padding: 5px;
}

#ResultadoBusqueda .card-body .card-body .row h6 {
  font-size: 12px;
}

.DetDoc .arcAdjunto li.archivo {
  max-width: 100%;
  flex: 100%;
}

.DetDoc .arcAdjunto .archivo a {
  padding: 0;
  min-height: auto;
  border: none;
  box-shadow: none;
  max-width: 100%;
  flex: 100%;
}

.DetDoc .InsideContent {
  width: 100%;
}

.DetDoc .card span.info {
  display: none;
}

.DetDoc .card ul.arcAdjunto {
  list-style: none;
  padding-left: 30px;
}

#resultados_busqueda .btn.bg-primary {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
  border: 0;
}

#ResultadoBusqueda span {
  background-color: transparent;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
}

.btn {
  font-size: 14px;
  padding: 6px 16px;
}

#MenuSuperior .Menu ul {
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
#MenuSuperior .Menu ul li {
  background-color: #f5f6f7;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  margin-right: 1px;
  font-size: 13px;
  line-height: 1.25;
  border-radius: 0.25rem 0.25rem 0 0;
  transition: all 0.15s ease-in-out;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
}
#MenuSuperior .Menu ul li a {
  color: #a5b3c7;
  float: left;
  font-size: 14px;
  margin: 0;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  padding: 0.75rem 1rem;
}
#MenuSuperior .Menu ul li:hover {
  background-color: #EF8030;
}
#MenuSuperior .Menu ul li:hover a {
  color: #fff;
}
#MenuSuperior .Menu ul li.bNavActive,
#MenuSuperior .Menu ul li.bNav.active {
  background-color: #EF8030;
  color: #fff;
}
#MenuSuperior .Menu ul li.bNavActive a,
#MenuSuperior .Menu ul li.bNav.active a {
  color: #fff;
}

#MultimediaList .tit {
  min-height: 5vh;
}
#MultimediaList img, #MultimediaList video, #MultimediaList iframe, #MultimediaList .img {
  width: 100%;
  height: 256px;
  object-fit: cover;
  object-position: center;
}
#MultimediaList .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -9999999px;
  font-size: 0;
}

#Multimedia .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  text-indent: -9999999px;
  font-size: 0;
  z-index: 1;
}
#Multimedia .card-body {
  min-height: 12vh;
}

#Agenda .Menu.botonera {
  margin-bottom: -3px;
}
#Agenda .Menu.botonera li {
  margin: 0;
  min-width: 90px;
  border-radius: 0;
  margin-bottom: 1px;
}
#Agenda .Menu.botonera li:first-child {
  border-top-left-radius: 4px;
}
#Agenda .Menu.botonera li:last-child {
  border-top-right-radius: 4px;
}

#Card5050ID .Menu.botonera, #Card7030ID .Menu.botonera {
  margin-bottom: -3px;
}
#Card5050ID .Menu.botonera li, #Card7030ID .Menu.botonera li {
  margin: 0 !important;
  min-width: 120px;
  border-radius: 0;
}
#Card5050ID .Menu.botonera li:first-child, #Card7030ID .Menu.botonera li:first-child {
  border-top-left-radius: 4px;
}
#Card5050ID .Menu.botonera li:last-child, #Card7030ID .Menu.botonera li:last-child {
  border-top-right-radius: 4px;
}
#Card5050ID #BgImgStyle .img a, #Card7030ID #BgImgStyle .img a {
  position: absolute;
  width: 100%;
  height: 100%;
}

#Card7030ID #CardHeight, #Card5050ID #CardHeight {
  min-height: 65vh;
}

#Beneficios .card .img {
  object-fit: cover;
  object-position: center;
  /*height: 330px;*/
  height: auto;
  width: 100%;
}
#Beneficios .card img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
#Beneficios .card .gallery span {
  z-index: 9;
  left: 4%;
  top: 22px;
  text-align: center;
  line-height: 41px !important;
  width: 45px !important;
  height: 45px !important;
}
#Beneficios #CardFooter {
  width: 100%;
  display: block;
  float: left;
}
#Beneficios #BeneList .meta span,
#Beneficios #BeneList .gallery span {
  color: #fff;
  position: absolute;
  bottom: -24px;
  left: 15px;
  padding: 3px 8px;
  z-index: 1;
}
#Beneficios #BeneList .gallery {
  position: relative;
}
#Beneficios #BeneList .tit {
  height: 50px;
  overflow: hidden;
  min-height: auto;
  margin-bottom: 5px;
}
#Beneficios #BeneList .res {
  height: 57px;
  overflow: hidden;
}

#BgImgStyle {
  min-height: 65vh;
}
#BgImgStyle .imgAso {
  float: right;
}

.BenefDetalle .img span {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 3px 8px;
  z-index: 1;
}

#Detalle.BenefDetalle .img {
  position: relative;
}

@media (max-width: 1660px) {
  #Beneficios .card .img,
  #Beneficios .card img {
    /*height: 260px;*/
    height: auto !important;
  }
}
@media (max-width: 1380px) {
  #Beneficios .card .img,
  #Beneficios .card img {
    /*height: 255px;*/
    height: auto !important;
  }
}
@media (max-width: 1210px) {
  #Beneficios .card .img,
  #Beneficios .card img {
    /*height: 220px;*/
    height: auto !important;
  }
}
@media (max-width: 1100px) {
  #Beneficios .card .img,
  #Beneficios .card img {
    /*height: 180px;*/
    height: auto !important;
  }
}
@media (max-width: 690px) {
  #Beneficios .card .img,
  #Beneficios .card img {
    height: auto !important;
  }
}
#Casino .page .card {
  min-height: 53vh;
}
#Casino .tit {
  margin-bottom: 10px !important;
}
#Casino .res {
  margin-top: 10px;
}
#Casino .res ul {
  padding-left: 1.5rem;
}
#Casino #AboutTextII {
  min-height: initial !important;
}
#Casino #AboutTextII #Casino .card {
  min-height: initial !important;
}
#Casino #AboutTextII .tit, #Casino #AboutTextII h2 {
  margin: 0 !important;
}

#Buscador .table-separated tbody tr > :first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  display: none;
}

#ContentAgenda .card {
  min-height: 55vh;
}

#DateList .res {
  font-size: 12px;
}
#DateList .avatar {
  background-image: none !important;
}
#DateList .avatar span {
  color: #fff !important;
  /*font-size: 13px;*/
}

#ConcInternos .card .btn {
  padding: 0;
  display: block;
  width: 50%;
  float: left;
}
#ConcInternos .card .btn a {
  background-color: #EF8030;
  border-radius: 30px;
  width: 92%;
  color: #ffffff;
  padding: 0.5rem 0.75rem;
  font-size: 14px;
  letter-spacing: normal;
  float: left;
  display: block;
}
#ConcInternos .card .btn.ver-mas a {
  float: right;
}

#MemoLinks .link ul, #MemoLinks .link li, #MemoLinks .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  float: left;
  text-indent: -9999px;
}
#MemoLinks .gallery .img {
  min-height: 25vh;
  background-color: #f5f6f7;
}

#MovimientosList .img {
  background: url("/assets/img/bg/gradiant_1.svg") scroll 0 0 transparent;
  background-size: cover;
  display: block;
  /*padding: 7% 0;*/
}
#MovimientosList .img img {
  width: 100%;
  height: 160px;
  margin: 0 auto;
  display: block;
}
#MovimientosList .col-md-3 .card,
#MovimientosList .col-md-4 .card {
  min-height: 48vh;
}

.Descri {
  text-align: center;
  font-size: 24px;
  line-height: 140%;
  font-weight: bold;
  padding: 20px 0;
}

.EtiquetaUsuarioNombre > div,
.EtiquetaUsuarioCargo > div,
.EtiquetaUsuarioGerencia > div,
.EtiquetaUsuarioEmail > div {
  display: inline-flex;
  font-size: 12px;
}

.ValorUsuario {
  margin-left: 2%;
}

.EtiquetaUsuarioEmail a {
  color: #EF8030;
}

#AvatarList .EtiquetaUsuarioGerencia,
#AvatarList .EtiquetaUsuarioEmail {
  display: none;
}
#AvatarList .det {
  font-size: 11px;
}

#IngresosList .card {
  min-height: 52vh;
}
#IngresosList .ImagenUsuario {
  background: url(/assets/img/bg/gradiant_1.svg) scroll 0 0 transparent;
  background-size: cover;
  display: block;
  padding: 7% 0;
}
#IngresosList .ImagenUsuario img {
  width: 90px !important;
  height: 130px;
  margin: 0 auto;
  display: block;
}

.b-0 {
  border: 0px solid #ebebeb !important;
}

.bt-0 {
  border-top: 0px solid #ebebeb !important;
}

.br-0 {
  border-right: 0px solid #ebebeb !important;
}

.bb-0 {
  border-bottom: 0px solid #ebebeb !important;
}

.bl-0 {
  border-left: 0px solid #ebebeb !important;
}

.bx-0 {
  border-right: 0px solid #ebebeb !important;
  border-left: 0px solid #ebebeb !important;
}

.by-0 {
  border-top: 0px solid #ebebeb !important;
  border-bottom: 0px solid #ebebeb !important;
}

.b-1 {
  border: 1px solid #ebebeb !important;
}

.bt-1 {
  border-top: 1px solid #ebebeb !important;
}

.br-1 {
  border-right: 1px solid #ebebeb !important;
}

.bb-1 {
  border-bottom: 1px solid #ebebeb !important;
}

.bl-1 {
  border-left: 1px solid #ebebeb !important;
}

.bx-1 {
  border-right: 1px solid #ebebeb !important;
  border-left: 1px solid #ebebeb !important;
}

.by-1 {
  border-top: 1px solid #ebebeb !important;
  border-bottom: 1px solid #ebebeb !important;
}

.b-2 {
  border: 2px solid #ebebeb !important;
}

.bt-2 {
  border-top: 2px solid #ebebeb !important;
}

.br-2 {
  border-right: 2px solid #ebebeb !important;
}

.bb-2 {
  border-bottom: 2px solid #ebebeb !important;
}

.bl-2 {
  border-left: 2px solid #ebebeb !important;
}

.bx-2 {
  border-right: 2px solid #ebebeb !important;
  border-left: 2px solid #ebebeb !important;
}

.by-2 {
  border-top: 2px solid #ebebeb !important;
  border-bottom: 2px solid #ebebeb !important;
}

.b-3 {
  border: 3px solid #ebebeb !important;
}

.bt-3 {
  border-top: 3px solid #ebebeb !important;
}

.br-3 {
  border-right: 3px solid #ebebeb !important;
}

.bb-3 {
  border-bottom: 3px solid #ebebeb !important;
}

.bl-3 {
  border-left: 3px solid #ebebeb !important;
}

.bx-3 {
  border-right: 3px solid #ebebeb !important;
  border-left: 3px solid #ebebeb !important;
}

.by-3 {
  border-top: 3px solid #ebebeb !important;
  border-bottom: 3px solid #ebebeb !important;
}

.border {
  border: 1px solid #ebebeb !important;
}

.border-special-1 {
  border-color: #C70064 !important;
}

.border-special-2 {
  border-color: #F8A400 !important;
}

.border-special-3 {
  border-color: #C9C600 !important;
}

.border-special-4 {
  border-color: #4EAFD0 !important;
}

.border-special-5 {
  border-color: #777777 !important;
}

.border-special-6 {
  border-color: #594281 !important;
}

.border-transparent {
  border-color: transparent !important;
}

.border-white {
  border-color: #fff !important;
}

.border-light {
  border-color: #f1f2f3 !important;
}

.border-fade {
  border-color: rgba(97, 106, 120, 0.07) !important;
}

.bg-special-1 {
  background-color: #C70064 !important;
  color: #fff;
}

.bg-special-2 {
  background-color: #F8A400 !important;
  color: #fff;
}

.bg-special-3 {
  background-color: #C9C600 !important;
  color: #fff;
}

.bg-special-4 {
  background-color: #4EAFD0 !important;
  color: #fff;
}

.bg-special-5 {
  background-color: #777777 !important;
  color: #fff;
}

.bg-special-6 {
  background-color: #594281 !important;
  color: #fff;
}

.bg-white {
  background-color: #fff !important;
}

.bg-inverse {
  background-color: #465161 !important;
  color: #fff;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-primary {
  background-color: #90BFCC;
}

.bg-secondary {
  background-color: #EF8030;
}

.bg-lightest {
  background-color: #fcfdfe !important;
}

.bg-lighter {
  background-color: #f9fafb !important;
}

.bg-light {
  background-color: #f5f6f7 !important;
}

.bg-pale-primary {
  background-color: #90BFCC !important;
}

.bg-pale-secondary {
  background-color: #EF8030 !important;
}

.bg-pale-terciario {
  background-color: #F8A400 !important;
}

.bg-pale-success {
  background-color: #e3fcf2 !important;
}

.bg-pale-info {
  background-color: #e3f3fc !important;
}

.bg-pale-warning {
  background-color: #fcf0e3 !important;
}

.bg-pale-danger {
  background-color: #fce3e3 !important;
}

.bg-pale-pink {
  background-color: #fce3ec !important;
}

.bg-pale-purple {
  background-color: #ece3fc !important;
}

.bg-pale-brown {
  background-color: #eddcd5 !important;
}

.bg-pale-cyan {
  background-color: #e3fafc !important;
}

.bg-pale-yellow {
  background-color: #fcf8e3 !important;
}

.bg-pale-gray {
  background-color: #f2f2f2 !important;
}

.bg-pale-dark {
  background-color: #c8c8c8 !important;
}

.text-special-1 {
  color: #C70064 !important;
}

.text-special-2 {
  color: #F8A400 !important;
}

.text-special-3 {
  color: #C9C600 !important;
}

.text-special-4 {
  color: #4EAFD0 !important;
}

.text-special-5 {
  color: #777777 !important;
}

.text-special-6 {
  color: #594281 !important;
}

.text-facebook {
  color: #3b5998 !important;
}

.text-google {
  color: #dd4b39 !important;
}

.text-twitter {
  color: #00aced !important;
}

.text-linkedin {
  color: #007bb6 !important;
}

.text-pinterest {
  color: #cb2027 !important;
}

.text-git {
  color: #666666 !important;
}

.text-tumblr {
  color: #32506d !important;
}

.text-vimeo {
  color: #aad450 !important;
}

.text-youtube {
  color: #bb0000 !important;
}

.text-flickr {
  color: #ff0084 !important;
}

.text-reddit {
  color: #ff4500 !important;
}

.text-dribbble {
  color: #ea4c89 !important;
}

.text-skype {
  color: #00aff0 !important;
}

.text-instagram {
  color: #517fa4 !important;
}

.text-lastfm {
  color: #c3000d !important;
}

.text-behance {
  color: #1769ff !important;
}

.text-rss {
  color: #f26522 !important;
}

.text-default {
  color: #616A78 !important;
}

.text-muted {
  color: #929DAF !important;
}

.text-light {
  color: #788394 !important;
}

.text-lighter {
  color: #a5b3c7 !important;
}

.text-fade {
  color: rgba(97, 106, 120, 0.7) !important;
}

.text-fader {
  color: rgba(97, 106, 120, 0.5) !important;
}

.text-fadest {
  color: rgba(97, 106, 120, 0.4) !important;
}

.text-transparent {
  color: transparent !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #90BFCC !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #EF8030 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #48B0F7 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #15c377 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #faa64b !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #f96868 !important;
}

.hover-special-1:hover, .hover-special-1:focus {
  color: #C70064 !important;
}

.hover-special-2:hover, .hover-special-2:focus {
  color: #F8A400 !important;
}

.hover-special-3:hover, .hover-special-3:focus {
  color: #C9C600 !important;
}

.hover-special-4:hover, .hover-special-4:focus {
  color: #4EAFD0 !important;
}

.hover-special-5:hover, .hover-special-5:focus {
  color: #777777 !important;
}

.hover-special-6:hover, .hover-special-6:focus {
  color: #594281 !important;
}

.hover-facebook:hover, .hover-facebook:focus {
  color: #3b5998 !important;
}

.hover-google:hover, .hover-google:focus {
  color: #dd4b39 !important;
}

.hover-twitter:hover, .hover-twitter:focus {
  color: #00aced !important;
}

.hover-linkedin:hover, .hover-linkedin:focus {
  color: #007bb6 !important;
}

.hover-pinterest:hover, .hover-pinterest:focus {
  color: #cb2027 !important;
}

.hover-git:hover, .hover-git:focus {
  color: #666666 !important;
}

.hover-tumblr:hover, .hover-tumblr:focus {
  color: #32506d !important;
}

.hover-vimeo:hover, .hover-vimeo:focus {
  color: #aad450 !important;
}

.hover-youtube:hover, .hover-youtube:focus {
  color: #bb0000 !important;
}

.hover-flickr:hover, .hover-flickr:focus {
  color: #ff0084 !important;
}

.hover-reddit:hover, .hover-reddit:focus {
  color: #ff4500 !important;
}

.hover-dribbble:hover, .hover-dribbble:focus {
  color: #ea4c89 !important;
}

.hover-skype:hover, .hover-skype:focus {
  color: #00aff0 !important;
}

.hover-instagram:hover, .hover-instagram:focus {
  color: #517fa4 !important;
}

.hover-lastfm:hover, .hover-lastfm:focus {
  color: #c3000d !important;
}

.hover-behance:hover, .hover-behance:focus {
  color: #1769ff !important;
}

.hover-rss:hover, .hover-rss:focus {
  color: #f26522 !important;
}

.hover-white:hover, .hover-white:focus {
  color: #fff !important;
}

.hover-muted:hover, .hover-muted:focus {
  color: #929DAF !important;
}

.hover-light:hover, .hover-light:focus {
  color: #788394 !important;
}

.hover-lighter:hover, .hover-lighter:focus {
  color: #a5b3c7 !important;
}

.hover-fade:hover, .hover-fade:focus {
  color: rgba(97, 106, 120, 0.4) !important;
}

.hover-transparent:hover, .hover-transparent:focus {
  color: transparent !important;
}

.active.active-primary {
  background-color: #90BFCC !important;
}

.active.active-secondary {
  background-color: #EF8030 !important;
}

.active.active-terciario {
  background-color: #F8A400 !important;
}

.active.active-success {
  background-color: #e3fcf2 !important;
}

.active.active-info {
  background-color: #e3f3fc !important;
}

.active.active-warning {
  background-color: #fcf0e3 !important;
}

.active.active-danger {
  background-color: #fce3e3 !important;
}

.active.active-pink {
  background-color: #fce3ec !important;
}

.active.active-purple {
  background-color: #ece3fc !important;
}

.active.active-brown {
  background-color: #eddcd5 !important;
}

.active.active-cyan {
  background-color: #e3fafc !important;
}

.active.active-yellow {
  background-color: #fcf8e3 !important;
}

.active.active-gray {
  background-color: #f2f2f2 !important;
}

.active.active-dark {
  background-color: #c8c8c8 !important;
}

.active.active-white {
  background-color: #fff !important;
}

.active.active-transparent {
  background-color: transparent !important;
}

.bg-img {
  position: relative;
  border-bottom: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.1);
}

.overlay-dark::before {
  background-color: rgba(0, 0, 0, 0.35);
}

.overlay-darker::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay-darkest::before {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay-light::before {
  background-color: rgba(255, 255, 255, 0.55);
}

.overlay-lighter::before {
  background-color: rgba(255, 255, 255, 0.7);
}

.overlay-lightest::before {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-repeat {
  background-repeat: repeat;
  background-size: auto;
}

.bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50% -50%);
  overflow: hidden;
}

.bg-img-left {
  background-position: left center;
}

.bg-img-right {
  background-position: right center;
}

[data-overlay],
[data-overlay-light] {
  position: relative;
}

[data-overlay]::before,
[data-overlay-light]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #191919;
  z-index: -1;
  border-radius: inherit;
}

[data-overlay-light]::before {
  background: #fff;
}

[data-overlay-primary]::before {
  background: #90BFCC;
}

[data-overlay="1"]::before {
  opacity: 0.1;
}

[data-overlay="2"]::before {
  opacity: 0.2;
}

[data-overlay="3"]::before {
  opacity: 0.3;
}

[data-overlay="4"]::before {
  opacity: 0.4;
}

[data-overlay="5"]::before {
  opacity: 0.5;
}

[data-overlay="6"]::before {
  opacity: 0.6;
}

[data-overlay="7"]::before {
  opacity: 0.7;
}

[data-overlay="8"]::before {
  opacity: 0.8;
}

[data-overlay="9"]::before {
  opacity: 0.9;
}

[data-overlay-light="1"]::before {
  opacity: 0.1;
}

[data-overlay-light="2"]::before {
  opacity: 0.2;
}

[data-overlay-light="3"]::before {
  opacity: 0.3;
}

[data-overlay-light="4"]::before {
  opacity: 0.4;
}

[data-overlay-light="5"]::before {
  opacity: 0.5;
}

[data-overlay-light="6"]::before {
  opacity: 0.6;
}

[data-overlay-light="7"]::before {
  opacity: 0.7;
}

[data-overlay-light="8"]::before {
  opacity: 0.8;
}

[data-overlay-light="9"]::before {
  opacity: 0.9;
}

[data-scrim-top],
[data-scrim-bottom] {
  position: relative;
}

[data-scrim-top]::before,
[data-scrim-bottom]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%;
  background: linear-gradient(to bottom, #191919 0%, rgba(0, 0, 0, 0) 100%);
  z-index: -1;
  border-radius: inherit;
}

[data-scrim-bottom]::before {
  top: 20%;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #191919 100%);
}

[data-scrim-top="1"]::before,
[data-scrim-bottom="1"]::before {
  opacity: 0.1;
}

[data-scrim-top="2"]::before,
[data-scrim-bottom="2"]::before {
  opacity: 0.2;
}

[data-scrim-top="3"]::before,
[data-scrim-bottom="3"]::before {
  opacity: 0.3;
}

[data-scrim-top="4"]::before,
[data-scrim-bottom="4"]::before {
  opacity: 0.4;
}

[data-scrim-top="5"]::before,
[data-scrim-bottom="5"]::before {
  opacity: 0.5;
}

[data-scrim-top="6"]::before,
[data-scrim-bottom="6"]::before {
  opacity: 0.6;
}

[data-scrim-top="7"]::before,
[data-scrim-bottom="7"]::before {
  opacity: 0.7;
}

[data-scrim-top="8"]::before,
[data-scrim-bottom="8"]::before {
  opacity: 0.8;
}

[data-scrim-top="9"]::before,
[data-scrim-bottom="9"]::before {
  opacity: 0.9;
}

.bring-front {
  z-index: 1;
}

.transition-3s {
  transition: 0.3s;
}

.transition-5s {
  transition: 0.5s;
}

.overflow-hidden {
  overflow: hidden;
}

.center-v {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.center-h {
  display: flex;
  justify-content: center;
}

.center-vh-p {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: auto;
}

.center-vh {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

#busResultado:nth-child(2) {
  display: none;
}

.rotate-45 {
  display: inline-block;
  transform: rotate(45deg);
}

.rotate-90 {
  display: inline-block;
  transform: rotate(90deg);
}

.rotate-180 {
  display: inline-block;
  transform: rotate(180deg);
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-5 {
  opacity: 0.05 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-15 {
  opacity: 0.15 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-35 {
  opacity: 0.35 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-45 {
  opacity: 0.45 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-55 {
  opacity: 0.55 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-65 {
  opacity: 0.65 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-85 {
  opacity: 0.85 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-95 {
  opacity: 0.95 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-text {
  cursor: text;
}

.shadow-1 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.shadow-2 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.shadow-3 {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
}

.shadow-4 {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
}

.shadow-5 {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.13);
}

.hover-shadow-1:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.06);
}

.hover-shadow-2:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.hover-shadow-3:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
}

.hover-shadow-4:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
}

.hover-shadow-5:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.13);
}

.shadow-material-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-material-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-material-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-material-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-material-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.hover-shadow-material-1:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.hover-shadow-material-2:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.hover-shadow-material-3:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.hover-shadow-material-4:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.hover-shadow-material-5:hover {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.shadow-0,
.hover-shadow-0,
.shadow-material-0,
.hover-shadow-material-0 {
  box-shadow: none;
}

.text-hue-rotate {
  color: #f35626;
  background-image: -webkit-linear-gradient(92deg, #f35626, #feab3a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: hue-rotate 60s infinite linear;
}

.bg-hue-rotate {
  -webkit-animation: hue-rotate 30s linear infinite;
}

@-webkit-keyframes hue {
  from {
    -webkit-filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(-360deg);
  }
}
@media (max-width: 680px) {
  .Proyectos_listado .center-vh {
    float: left;
  }
}
.no-border {
  border: none !important;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-shadow {
  shadow: none;
}

.no-text-shadow {
  text-shadow: none;
}

.no-scroll {
  overflow: hidden;
}

.no-radius {
  border-radius: 0 !important;
}

.no-shrink {
  flex-shrink: 0;
}

.no-grow {
  flex-grow: 0;
}

.no-letter-spacing {
  letter-spacing: 0;
}

.no-wrap {
  white-space: nowrap;
  flex-wrap: nowrap;
}

.no-underline:hover, .no-underline:focus {
  text-decoration: none;
}

.w-0px {
  width: 0px !important;
}

.h-0px {
  height: 0px !important;
}

.w-10px {
  width: 10px !important;
}

.h-10px {
  height: 10px !important;
}

.w-20px {
  width: 20px !important;
}

.h-20px {
  height: 20px !important;
}

.w-25px {
  width: 25px !important;
}

.h-25px {
  height: 25px !important;
}

.w-30px {
  width: 30px !important;
}

.h-30px {
  height: 30px !important;
}

.w-40px {
  width: 40px !important;
}

.h-40px {
  height: 40px !important;
}

.w-50px {
  width: 50px !important;
}

.h-50px {
  height: 50px !important;
}

.w-60px {
  width: 60px !important;
}

.h-60px {
  height: 60px !important;
}

.w-64px {
  width: 64px !important;
}

.h-64px {
  height: 64px !important;
}

.w-70px {
  width: 70px !important;
}

.h-70px {
  height: 70px !important;
}

.w-75px {
  width: 75px !important;
}

.h-75px {
  height: 75px !important;
}

.w-80px {
  width: 80px !important;
}

.h-80px {
  height: 80px !important;
}

.w-90px {
  width: 90px !important;
}

.h-90px {
  height: 90px !important;
}

.w-100px {
  width: 100px !important;
}

.h-100px {
  height: 100px !important;
}

.w-120px {
  width: 120px !important;
}

.h-120px {
  height: 120px !important;
}

.w-140px {
  width: 140px !important;
}

.h-140px {
  height: 140px !important;
}

.w-150px {
  width: 150px !important;
}

.h-150px {
  height: 150px !important;
}

.w-160px {
  width: 160px !important;
}

.h-160px {
  height: 160px !important;
}

.w-180px {
  width: 180px !important;
}

.h-180px {
  height: 180px !important;
}

.w-200px {
  width: 200px !important;
}

.h-200px {
  height: 200px !important;
}

.w-250px {
  width: 250px !important;
}

.h-250px {
  height: 250px !important;
}

.w-300px {
  width: 300px !important;
}

.h-300px {
  height: 300px !important;
}

.w-350px {
  width: 350px !important;
}

.h-350px {
  height: 350px !important;
}

.w-400px {
  width: 400px !important;
}

.h-400px {
  height: 400px !important;
}

.w-450px {
  width: 450px !important;
}

.h-450px {
  height: 450px !important;
}

.w-500px {
  width: 500px !important;
}

.h-500px {
  height: 500px !important;
}

.w-600px {
  width: 600px !important;
}

.h-600px {
  height: 600px !important;
}

.w-700px {
  width: 700px !important;
}

.h-700px {
  height: 700px !important;
}

.w-800px {
  width: 800px !important;
}

.h-800px {
  height: 800px !important;
}

.w-900px {
  width: 900px !important;
}

.h-900px {
  height: 900px !important;
}

.w-0 {
  width: 0 !important;
}

.h-0 {
  height: 0 !important;
}

.w-full {
  width: 100% !important;
}

.w-half {
  width: 50% !important;
}

.w-third {
  width: 33.333333% !important;
}

.w-fourth {
  width: 25% !important;
}

.w-fifth {
  width: 20% !important;
}

.h-full {
  height: 100% !important;
}

.h-half {
  height: 50% !important;
}

.h-third {
  height: 33.333333% !important;
}

.h-fourth {
  height: 25% !important;
}

.h-fifth {
  height: 20% !important;
}

.w-fullscreen {
  width: 100vw !important;
}

.h-fullscreen {
  height: 100vh !important;
}

.min-w-fullscreen {
  min-width: 100vw !important;
}

.min-h-fullscreen {
  min-height: 100vh !important;
}

.m-10 {
  margin: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-12 {
  margin: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.m-15 {
  margin: 15px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mx-15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-20 {
  margin: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-24 {
  margin: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mx-25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mx-30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-35 {
  margin: 35px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mx-35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mx-45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mx-50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.m-60 {
  margin: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.m-70 {
  margin: 70px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mx-70 {
  margin-right: 70px !important;
  margin-left: 70px !important;
}

.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mx-80 {
  margin-right: 80px !important;
  margin-left: 80px !important;
}

.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.m-90 {
  margin: 90px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mx-90 {
  margin-right: 90px !important;
  margin-left: 90px !important;
}

.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.m-100 {
  margin: 100px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mx-100 {
  margin-right: 100px !important;
  margin-left: 100px !important;
}

.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.m-120 {
  margin: 120px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.ml-120 {
  margin-left: 120px !important;
}

.mx-120 {
  margin-right: 120px !important;
  margin-left: 120px !important;
}

.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.m-140 {
  margin: 140px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.ml-140 {
  margin-left: 140px !important;
}

.mx-140 {
  margin-right: 140px !important;
  margin-left: 140px !important;
}

.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

.m-150 {
  margin: 150px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.ml-150 {
  margin-left: 150px !important;
}

.mx-150 {
  margin-right: 150px !important;
  margin-left: 150px !important;
}

.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

.m-160 {
  margin: 160px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.ml-160 {
  margin-left: 160px !important;
}

.mx-160 {
  margin-right: 160px !important;
  margin-left: 160px !important;
}

.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

.m-180 {
  margin: 180px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.ml-180 {
  margin-left: 180px !important;
}

.mx-180 {
  margin-right: 180px !important;
  margin-left: 180px !important;
}

.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.m-200 {
  margin: 200px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.ml-200 {
  margin-left: 200px !important;
}

.mx-200 {
  margin-right: 200px !important;
  margin-left: 200px !important;
}

.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

.m-250 {
  margin: 250px !important;
}

.mt-250 {
  margin-top: 250px !important;
}

.mr-250 {
  margin-right: 250px !important;
}

.mb-250 {
  margin-bottom: 250px !important;
}

.ml-250 {
  margin-left: 250px !important;
}

.mx-250 {
  margin-right: 250px !important;
  margin-left: 250px !important;
}

.my-250 {
  margin-top: 250px !important;
  margin-bottom: 250px !important;
}

.m-300 {
  margin: 300px !important;
}

.mt-300 {
  margin-top: 300px !important;
}

.mr-300 {
  margin-right: 300px !important;
}

.mb-300 {
  margin-bottom: 300px !important;
}

.ml-300 {
  margin-left: 300px !important;
}

.mx-300 {
  margin-right: 300px !important;
  margin-left: 300px !important;
}

.my-300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}

.m-400 {
  margin: 400px !important;
}

.mt-400 {
  margin-top: 400px !important;
}

.mr-400 {
  margin-right: 400px !important;
}

.mb-400 {
  margin-bottom: 400px !important;
}

.ml-400 {
  margin-left: 400px !important;
}

.mx-400 {
  margin-right: 400px !important;
  margin-left: 400px !important;
}

.my-400 {
  margin-top: 400px !important;
  margin-bottom: 400px !important;
}

.m-500 {
  margin: 500px !important;
}

.mt-500 {
  margin-top: 500px !important;
}

.mr-500 {
  margin-right: 500px !important;
}

.mb-500 {
  margin-bottom: 500px !important;
}

.ml-500 {
  margin-left: 500px !important;
}

.mx-500 {
  margin-right: 500px !important;
  margin-left: 500px !important;
}

.my-500 {
  margin-top: 500px !important;
  margin-bottom: 500px !important;
}

.p-10 {
  padding: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-12 {
  padding: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.p-15 {
  padding: 15px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.px-15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.p-20 {
  padding: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-24 {
  padding: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.px-25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.px-30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-35 {
  padding: 35px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.px-35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.p-40 {
  padding: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.p-45 {
  padding: 45px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.px-45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.p-50 {
  padding: 50px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.px-50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.p-60 {
  padding: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.p-70 {
  padding: 70px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.px-70 {
  padding-right: 70px !important;
  padding-left: 70px !important;
}

.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.px-80 {
  padding-right: 80px !important;
  padding-left: 80px !important;
}

.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.p-90 {
  padding: 90px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.px-90 {
  padding-right: 90px !important;
  padding-left: 90px !important;
}

.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.p-100 {
  padding: 100px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.px-100 {
  padding-right: 100px !important;
  padding-left: 100px !important;
}

.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.p-120 {
  padding: 120px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pr-120 {
  padding-right: 120px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pl-120 {
  padding-left: 120px !important;
}

.px-120 {
  padding-right: 120px !important;
  padding-left: 120px !important;
}

.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.p-140 {
  padding: 140px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pr-140 {
  padding-right: 140px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pl-140 {
  padding-left: 140px !important;
}

.px-140 {
  padding-right: 140px !important;
  padding-left: 140px !important;
}

.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

.p-150 {
  padding: 150px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pr-150 {
  padding-right: 150px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pl-150 {
  padding-left: 150px !important;
}

.px-150 {
  padding-right: 150px !important;
  padding-left: 150px !important;
}

.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

.p-160 {
  padding: 160px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pr-160 {
  padding-right: 160px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pl-160 {
  padding-left: 160px !important;
}

.px-160 {
  padding-right: 160px !important;
  padding-left: 160px !important;
}

.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

.p-180 {
  padding: 180px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pr-180 {
  padding-right: 180px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pl-180 {
  padding-left: 180px !important;
}

.px-180 {
  padding-right: 180px !important;
  padding-left: 180px !important;
}

.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.p-200 {
  padding: 200px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pr-200 {
  padding-right: 200px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pl-200 {
  padding-left: 200px !important;
}

.px-200 {
  padding-right: 200px !important;
  padding-left: 200px !important;
}

.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

.p-250 {
  padding: 250px !important;
}

.pt-250 {
  padding-top: 250px !important;
}

.pr-250 {
  padding-right: 250px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.pl-250 {
  padding-left: 250px !important;
}

.px-250 {
  padding-right: 250px !important;
  padding-left: 250px !important;
}

.py-250 {
  padding-top: 250px !important;
  padding-bottom: 250px !important;
}

.p-300 {
  padding: 300px !important;
}

.pt-300 {
  padding-top: 300px !important;
}

.pr-300 {
  padding-right: 300px !important;
}

.pb-300 {
  padding-bottom: 300px !important;
}

.pl-300 {
  padding-left: 300px !important;
}

.px-300 {
  padding-right: 300px !important;
  padding-left: 300px !important;
}

.py-300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}

.p-400 {
  padding: 400px !important;
}

.pt-400 {
  padding-top: 400px !important;
}

.pr-400 {
  padding-right: 400px !important;
}

.pb-400 {
  padding-bottom: 400px !important;
}

.pl-400 {
  padding-left: 400px !important;
}

.px-400 {
  padding-right: 400px !important;
  padding-left: 400px !important;
}

.py-400 {
  padding-top: 400px !important;
  padding-bottom: 400px !important;
}

.p-500 {
  padding: 500px !important;
}

.pt-500 {
  padding-top: 500px !important;
}

.pr-500 {
  padding-right: 500px !important;
}

.pb-500 {
  padding-bottom: 500px !important;
}

.pl-500 {
  padding-left: 500px !important;
}

.px-500 {
  padding-right: 500px !important;
  padding-left: 500px !important;
}

.py-500 {
  padding-top: 500px !important;
  padding-bottom: 500px !important;
}

.gap-items > *,
.gap-items-3 > * {
  margin-left: 8px;
  margin-right: 8px;
}
.gap-items > *:first-child,
.gap-items-3 > *:first-child {
  margin-left: 0;
}
.gap-items > *:last-child,
.gap-items-3 > *:last-child {
  margin-right: 0;
}

.gap-items-1 > * {
  margin-left: 2px;
  margin-right: 2px;
}
.gap-items-1 > *:first-child {
  margin-left: 0;
}
.gap-items-1 > *:last-child {
  margin-right: 0;
}

.gap-items-2 > * {
  margin-left: 4px;
  margin-right: 4px;
}
.gap-items-2 > *:first-child {
  margin-left: 0;
}
.gap-items-2 > *:last-child {
  margin-right: 0;
}

.gap-items-4 > * {
  margin-left: 12px;
  margin-right: 12px;
}
.gap-items-4 > *:first-child {
  margin-left: 0;
}
.gap-items-4 > *:last-child {
  margin-right: 0;
}

.gap-items-5 > * {
  margin-left: 16px;
  margin-right: 16px;
}
.gap-items-5 > *:first-child {
  margin-left: 0;
}
.gap-items-5 > *:last-child {
  margin-right: 0;
}

.gap-multiline-items,
.gap-multiline-items-3 {
  margin: -8px;
}
.gap-multiline-items > *,
.gap-multiline-items-3 > * {
  margin: 8px;
}

.gap-multiline-items-1 {
  margin: -2px;
}
.gap-multiline-items-1 > * {
  margin: 2px;
}

.gap-multiline-items-2 {
  margin: -4px;
}
.gap-multiline-items-2 > * {
  margin: 4px;
}

.gap-multiline-items-4 {
  margin: -12px;
}
.gap-multiline-items-4 > * {
  margin: 12px;
}

.gap-multiline-items-5 {
  margin: -16px;
}
.gap-multiline-items-5 > * {
  margin: 16px;
}

.gap-y.gap-items,
.gap-y.gap-items-3 {
  margin: -8px;
}
.gap-y.gap-items > *,
.gap-y.gap-items-3 > * {
  margin: 8px;
}

.gap-y.gap-items-1 {
  margin: -2px;
}
.gap-y.gap-items-1 > * {
  margin: 2px;
}

.gap-y.gap-items-2 {
  margin: -4px;
}
.gap-y.gap-items-2 > * {
  margin: 4px;
}

.gap-y.gap-items-4 {
  margin: -12px;
}
.gap-y.gap-items-4 > * {
  margin: 12px;
}

.gap-y.gap-items-5 {
  margin: -16px;
}
.gap-y.gap-items-5 > * {
  margin: 16px;
}

.font-body,
.font-roboto {
  font-family: Roboto, sans-serif;
}

.font-title,
.font-ubuntu {
  font-family: Roboto, sans-serif;
}

.font-article,
.font-lora {
  font-family: Roboto, sans-serif;
}

.fs-8 {
  font-size: 8px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-10 {
  font-size: 10px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-25 {
  font-size: 25px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fs-30 {
  font-size: 30px !important;
  line-height: 1.2;
}

.fs-35 {
  font-size: 35px !important;
  line-height: 1.2;
}

.fs-40 {
  font-size: 40px !important;
  line-height: 1.2;
}

.fs-45 {
  font-size: 45px !important;
  line-height: 1.2;
}

.fs-50 {
  font-size: 50px !important;
  line-height: 1.2;
}

.fs-60 {
  font-size: 60px !important;
  line-height: 1.2;
}

.fs-70 {
  font-size: 70px !important;
  line-height: 1.2;
}

.fs-80 {
  font-size: 80px !important;
  line-height: 1.2;
}

.fs-90 {
  font-size: 90px !important;
  line-height: 1.2;
}

.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.lh-0 {
  line-height: 0 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-11 {
  line-height: 1.1 !important;
}

.lh-12 {
  line-height: 1.2 !important;
}

.lh-13 {
  line-height: 1.3 !important;
}

.lh-14 {
  line-height: 1.4 !important;
}

.lh-15 {
  line-height: 1.5 !important;
}

.lh-16 {
  line-height: 1.6 !important;
}

.lh-17 {
  line-height: 1.7 !important;
}

.lh-18 {
  line-height: 1.8 !important;
}

.lh-19 {
  line-height: 1.9 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.lh-22 {
  line-height: 2.2 !important;
}

.lh-24 {
  line-height: 2.4 !important;
}

.lh-25 {
  line-height: 2.5 !important;
}

.lh-26 {
  line-height: 2.6 !important;
}

.lh-28 {
  line-height: 2.8 !important;
}

.lh-3 {
  line-height: 3 !important;
}

.lh-35 {
  line-height: 3.5 !important;
}

.lh-4 {
  line-height: 4 !important;
}

.lh-45 {
  line-height: 4.5 !important;
}

.lh-5 {
  line-height: 5 !important;
}

.letter-spacing-0 {
  letter-spacing: 0px !important;
}

.ls-0 {
  letter-spacing: 0px !important;
}

.letter-spacing-1 {
  letter-spacing: 1px !important;
}

.ls-1 {
  letter-spacing: 1px !important;
}

.letter-spacing-2 {
  letter-spacing: 2px !important;
}

.ls-2 {
  letter-spacing: 2px !important;
}

.letter-spacing-3 {
  letter-spacing: 3px !important;
}

.ls-3 {
  letter-spacing: 3px !important;
}

.letter-spacing-4 {
  letter-spacing: 4px !important;
}

.ls-4 {
  letter-spacing: 4px !important;
}

.letter-spacing-5 {
  letter-spacing: 5px !important;
}

.ls-5 {
  letter-spacing: 5px !important;
}

.text-truncate {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.align-sub {
  vertical-align: sub;
}

body {
  background-color: #E9EAEB;
  font-family: Roboto, sans-serif;
  color: #616A78;
  font-size: 14px;
  line-height: 18px;
  min-height: 100vh;
  height: 100%;
  margin: 0;
  position: relative;
}

#ops_body {
  font-family: Roboto, sans-serif;
  color: #616A78;
  font-size: 14px;
  line-height: 18px;
  min-height: 100vh;
  height: 100%;
  margin: 0;
  max-width: 1920px;
}

.row:before,
.row:after {
  display: none !important;
}

.main-container {
  background: transparent url("/assets/img/bg/bg-deco.svg") no-repeat top right;
}

#MuroContenido_2021101313425168 .MediaContent .img > div {
  padding: 10px 3% 10px !important;
}

#MuroContenido_2021101313425168 .MediaContent .img > div h5 {
  font-size: 14px !important;
  text-align: left !important;
  line-height: 130% !important;
  letter-spacing: 0.4px !important;
}

.btn-volver {
  height: 48px;
  position: absolute;
  top: 72px;
  right: 1%;
  z-index: 2;
}

.btn-volver input,
.btn-volver a {
  background-color: #ef8030;
  display: block;
  padding: 2px 13px;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  color: #fff;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -mz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 5px 14px 10px;
  float: right;
  border: medium none;
  transition: 0.2s linear;
}

.font-dosis {
  font-family: Dosis, Roboto, sans-serif;
}

h4 {
  font-weight: normal;
}

p {
  font-size: 14px;
  font-weight: normal;
  color: #616a78;
}

small,
time,
.small {
  font-family: Roboto, sans-serif;
  font-weight: normal;
  color: #c7c7c7;
}

.b {
  font-weight: bold;
}

.link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 3;
  text-indent: -999999px;
}

.p-r {
  position: relative;
}

.p-a {
  position: absolute;
}

#HeadFooter {
  margin-left: 215px;
  padding: 0 30px;
  height: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 900;
  transition: margin-left 0.3s ease;
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08);
}

.doc-btn-spacing .btn {
  margin-bottom: 10px;
  margin-right: 6px;
}
.doc-btn-spacing .btn-group {
  margin-bottom: 10px;
}
.doc-btn-spacing .btn-group .btn,
.doc-btn-spacing .btn-group .btn-group,
.doc-btn-spacing .btn-group-vertical .btn {
  margin-bottom: 0;
  margin-right: 0;
}

.doc-dropdown .dropdown,
.doc-dropdown .dropup {
  display: inline-block;
}
.doc-dropdown .dropdown-menu,
.doc-dropdown .dropdown-grid {
  transform: scale(1, 1);
}

.doc-bg-colors-spacing > [class*=bg-] {
  padding: 8px;
  margin-bottom: 8px;
}

.doc-link-colors-spacing > a[class] {
  padding-right: 8px;
}

.doc-topbar-static .topbar {
  position: static;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.doc-topbar-static .topbar .sidebar-toggler,
.doc-topbar-static .topbar .topbar-menu-toggler {
  display: none;
}
.topbar-menu-open .doc-topbar-static .topbar .topbar-navigation {
  display: none;
}

#TitIcoCard span {
  position: absolute;
  z-index: 9;
  left: 4%;
  top: 10px;
  text-align: center;
  line-height: 41px !important;
  width: 45px !important;
  height: 45px !important;
}

.doc-aos div {
  width: 200px;
  height: 200px;
  margin: 0 auto 50px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.demo-code-for-media .code-title {
  background-color: #fff;
}
.demo-code-for-media .code-preview {
  padding: 0;
}
.demo-code-for-media .code-toggler ~ pre {
  display: none;
}

.doc-media-bg .media {
  background-color: #f9fafb;
}

.demo-icons-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 32px;
}
.demo-icons-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 72px;
  height: 72px;
  text-align: center;
  cursor: pointer;
  transition: 0.1s;
}
.demo-icons-list li .material-icons {
  font-size: inherit;
}
.demo-icons-list li [data-i8-icon] {
  margin: 0 10px;
}
.demo-icons-list li [data-provide~=emoji] svg {
  width: 32px;
  height: 32px;
}
.demo-icons-list li:hover {
  background-color: #f7fafc;
}
.demo-icons-list.icons-size-16px {
  font-size: 16px;
}
.demo-icons-list.icons-size-16px li {
  width: 56px;
  height: 56px;
}
.demo-icons-list.icons-size-24px {
  font-size: 24px;
}
.demo-icons-list.icons-size-24px li {
  width: 64px;
  height: 64px;
}
.demo-icons-list.icons-size-32px {
  font-size: 32px;
}
.demo-icons-list.icons-size-32px li {
  width: 72px;
  height: 72px;
}
.demo-icons-list.icons-size-48px {
  font-size: 48px;
}
.demo-icons-list.icons-size-48px li {
  width: 88px;
  height: 88px;
}
.demo-icons-list.icons-size-64px {
  font-size: 64px;
}
.demo-icons-list.icons-size-64px li {
  width: 104px;
  height: 104px;
}
.demo-icons-list.icons-size-80px {
  font-size: 80px;
}
.demo-icons-list.icons-size-80px li {
  width: 120px;
  height: 120px;
}
.demo-icons-list.icons-size-96px {
  font-size: 96px;
}
.demo-icons-list.icons-size-96px li {
  width: 136px;
  height: 136px;
}

.demo-emoji-list-container .demo-icons-list li {
  margin-right: 0;
  margin-bottom: 0;
  width: 52px;
  height: 52px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-16px li {
  width: 36px;
  height: 36px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-16px li [data-provide~=emoji] svg {
  width: 16px;
  height: 16px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-24px li {
  width: 44px;
  height: 44px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-24px li [data-provide~=emoji] svg {
  width: 24px;
  height: 24px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-32px li {
  width: 52px;
  height: 52px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-32px li [data-provide~=emoji] svg {
  width: 32px;
  height: 32px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-48px li {
  width: 68px;
  height: 68px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-48px li [data-provide~=emoji] svg {
  width: 48px;
  height: 48px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-64px li {
  width: 84px;
  height: 84px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-64px li [data-provide~=emoji] svg {
  width: 64px;
  height: 64px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-80px li {
  width: 100px;
  height: 100px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-80px li [data-provide~=emoji] svg {
  width: 80px;
  height: 80px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-96px li {
  width: 116px;
  height: 116px;
}
.demo-emoji-list-container .demo-icons-list.icons-size-96px li [data-provide~=emoji] svg {
  width: 96px;
  height: 96px;
}

.demo-color-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.demo-color-list li {
  display: inline-flex;
  flex-direction: column;
  margin: 20px;
  margin-right: 0;
  border: 1px solid #f1f2f3;
}
.demo-color-list li > span {
  display: flex;
  flex-grow: 1;
  flex-basis: 100px;
  min-height: 80px;
  min-width: 160px;
}
.demo-color-list p {
  font-size: 12px;
  padding: 6px 12px;
  margin-bottom: 0;
  background-color: #fcfdfe;
  border-top: 1px solid #f1f2f3;
}

.demo-tooltip-static .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  margin-bottom: 15px;
}

.image-container .image-card {
  height: calc(100% - 30px);
}
.image-container .image-card .row {
  height: 100%;
}
.image-container .image-card .row .img-fill {
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.image-container .image-card .row .img-fill img {
  max-width: unset;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  transform: translateX(-20%);
}
.image-container .image-card .row .p-20 {
  display: flex;
  flex-direction: column;
}
.image-container .image-card .row .p-20 .card-footer {
  margin-top: auto;
}

@media (max-width: 767px) {
  .image-container .image-card {
    height: auto;
  }
  .image-container .image-card .row {
    height: auto;
  }
  .image-container .image-card .row .img-fill {
    height: auto;
    display: block;
    position: relative;
    overflow: visible;
  }
  .image-container .image-card .row .img-fill img {
    position: relative;
    max-width: 100%;
    transform: translateX(0);
    width: 100%;
  }
}
.publish-btn {
  height: 45px;
  width: 45px;
  border-radius: 25px;
  text-align: center;
  line-height: 42px;
  font-size: 20px;
  color: white;
}
.publish-btn:before {
  display: block;
  transform: rotate(50deg);
}

.bubble {
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.06);
  position: relative;
}
.bubble:before {
  content: "";
  height: 35px;
  width: 35px;
  border-radius: 5px;
  transform: rotate(45deg);
  background-color: white;
  position: absolute;
  left: -10px;
  top: 15px;
}

/*------Reconocimientos------*/
.card-title .icon {
  position: absolute;
  top: 25px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  left: 20px;
  color: white;
}

.recommend-sidebar .card-title {
  border-radius: 5px 5px 0 0;
}

/*-------card multimedia------*/
.recommend-sidebar .card-title {
  border-radius: 5px 5px 0 0;
}

.multimedia {
  height: calc(100% - 30px);
}
.multimedia .card-body {
  display: flex;
  flex-direction: column;
}
.multimedia .card-body .card-footer {
  margin-top: auto;
}
.multimedia .card-body .col-md-4:first-child {
  padding-left: 0 !important;
}
.multimedia .card-body .col-md-4:nth-child(3n) {
  padding-right: 0 !important;
}
.multimedia .card-body .col-md-4:nth-child(4n) {
  padding-left: 0 !important;
}

/*-----------------------------------------------------------------
// Home
//*/
#trivia img {
  max-height: 215px;
}

#Events.EventsComponent {
  height: 370px;
}

#NotDest .img img,
#NotDest .img video {
  width: 100%;
  height: 370px;
  object-fit: contain;
}
#NotDest .link a {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  top: 0;
  left: 0;
  text-indent: -9999px;
}

#TopBarRight .list-2025 {
  display: none;
}

.Inconos-sidebar-2025 {
  display: none;
}

.CSession.Cs-2025 .SidebarReconocimiento {
  display: none;
}

.CSession.Cs-2025 {
  display: none;
}

#TopBarRight li.list-2025 {
  display: none;
}

#Home.I-2025 .CSession.Cs-2025 {
  display: block;
}
#Home.I-2025 .Inconos-sidebar-2025 {
  display: block;
}
#Home.I-2025 #GaleHome #ImgSwipe img {
  height: 518px;
  object-fit: cover;
  width: 100%;
}
#Home.I-2025 #GaleHome #ImgSwipe video,
#Home.I-2025 #GaleHome #ImgSwipe iframe {
  width: 100%;
  object-fit: cover;
  height: 370px;
}
#Home.I-2025 #FeedHome {
  height: 1400px;
}

@media (max-width: 1680px) {
  #NotDest .img img {
    height: 310px;
  }
}
@media (max-width: 1600px) {
  #Home.I-2025 #ImgSwipe img {
    height: 424x;
  }
  #Home.I-2025 #FeedHome {
    height: 1260px;
  }
}
@media (max-width: 1380px) {
  #NotDest .img img {
    height: 240px;
  }
  #Home.I-2025 #ImgSwipe img {
    height: 402px;
  }
  #Home.I-2025 #FeedHome {
    height: 1170px;
  }
}
@media (max-width: 1180px) {
  #NotDest .img img {
    height: 170px;
  }
  #Home.I-2025 #ImgSwipe img {
    height: 420px;
  }
}
@media (max-width: 767px) {
  #Home .columnaTemplate {
    display: block;
  }
  #NotDest .img img {
    height: auto;
  }
}
#Home .card.FeedTit {
  height: 64px;
  border-radius: 6px 6px 0 0;
  margin-bottom: 0px;
  position: relative;
  z-index: 2;
}
#Home .card.FeedTit h3,
#Home .card.FeedTit h5 {
  border-bottom: 1px solid #ced4da;
}
#Home .card.FeedTit h3 span,
#Home .card.FeedTit h5 span {
  position: absolute;
  z-index: 9;
  left: 4%;
  top: 10px;
  text-align: center;
  line-height: 41px !important;
  width: 45px !important;
  height: 45px !important;
}

#Fecha .card {
  height: 50px;
  margin-bottom: 15px;
}

#IndicadoresHome .card {
  height: 120px;
  margin-bottom: 15px;
}
#IndicadoresHome #pnlIndicadoresCM {
  height: 120px !important;
}
#IndicadoresHome span.title {
  color: #90bfcc;
  font-weight: normal;
  font-size: 12px;
}
#IndicadoresHome span {
  font-weight: bold;
  font-size: 20px;
}
#IndicadoresHome .media.media-single {
  border-bottom: 1px solid #f2f3f3;
}

#Home .main-content .NewsContent .card {
  width: 100%;
}

#Pas .img img {
  width: 100%;
}

/*-----------------------------------------------------------------

/*-----------------------------------------------------------------
// Perfil Usuario
//*/
#Perfil .InsideContent .img-perfil-dest {
  height: 215px;
  width: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#Perfil .InsideContent .img-perfil-dest #demo-basic {
  position: relative;
  display: block;
  top: auto;
  bottom: 44px;
  height: 110px;
  left: auto;
  object-position: center;
  object-fit: cover;
  overflow: hidden;
}

#perfil-container {
  /*Images limit*/
}
#perfil-container .card-perfil {
  min-height: 455px;
}
#perfil-container .tab-pane {
  height: 415px;
}
#perfil-container .tab-perfil {
  min-height: 455px;
}
#perfil-container .text-data-secondary span {
  font-size: 12px;
}
#perfil-container .img-back-perfil {
  object-fit: cover;
  object-position: center;
  max-height: 100%;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
#perfil-container .perfil-usuario-ops {
  text-align: center;
}
#perfil-container .perfil-usuario-ops h5 {
  margin-bottom: 0;
}
#perfil-container .img-perfil-dest {
  height: 140px;
  width: 100%;
  position: relative;
  text-align: center;
}
#perfil-container .img-perfil-dest a {
  position: absolute;
  display: flex;
  bottom: -40px;
}
#perfil-container .data-perfil-num {
  width: 32px;
  height: 32px;
  border: 2px solid grey;
  border-radius: 45px;
}
#perfil-container .image-limit {
  object-fit: cover;
  object-position: center;
  min-height: 50vh;
}

/*404 Styles */
/*---------------------- Tab shadow --------------------------*/
.tab-content {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tab-box-shadow {
  -webkit-box-shadow: -3px 4px 8px 0px rgba(0, 0, 0, 0.06);
  box-shadow: -3px 4px 8px 0px rgba(0, 0, 0, 0.06);
}

.min-height-profile-tab {
  min-height: 60vh;
}

.h-profile {
  min-height: 60vh;
}

/*---------------------- Tab shadow --------------------------*/
.card .gallery .img img {
  width: 100%;
}

/*-----------------------------------------------------------------
// Nosotros
//*/
#Nosotros.Portada .Card01 .shadow {
  background: transparent url(/assets/img/bg/shadow-nos-2.png) no-repeat bottom center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50%;
  background-size: 100% 100%;
}
#Nosotros.Portada .Card01 .card-body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
#Nosotros.Portada .Card01 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
}
#Nosotros.Portada .Card01 img {
  width: 100%;
  height: 100%;
  object-fit: initial;
  position: absolute;
}
#Nosotros.Portada .Card01,
#Nosotros.Portada .Card02 {
  min-height: 350px;
}
#Nosotros.Portada .InsideContent .img {
  width: 35%;
  float: left;
  padding-right: 1rem;
  padding-bottom: 0.7rem;
  z-index: 1;
  position: relative;
}
#Nosotros.Portada .InsideContent .img img {
  width: 100%;
}

/*Nosotros listado */
.Nosotros_listado #Detalle.listado .card {
  height: 220px;
}
.Nosotros_listado #Detalle iframe .img img {
  width: 100%;
}
.Nosotros_listado .columnaTemplate br {
  display: none;
}
.Nosotros_listado .img img {
  width: 100%;
  height: 348px;
}
.Nosotros_listado #Detalle .card .link a {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  text-indent: -9999px;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.Nosotros_listado #Detalle .card .ico {
  width: 40px;
}
.Nosotros_listado #Detalle .card .ico img {
  width: 40px;
  height: 40px;
}
.Nosotros_listado #Detalle .card .tit.text-center h5 {
  color: #90bfcc;
}

/*Nosotros - Visión */
#Vision .row {
  display: block;
  float: left;
  width: 100%;
}
#Vision .row .box1 {
  width: 10%;
  float: left;
}
#Vision .row .box2 {
  float: left;
  width: 90%;
  display: block;
}

/*Nosotros - Agenda */
#ContentAgenda #DateList .dia-num {
  position: absolute;
  left: 0;
  top: -5px;
  width: 100%;
  text-align: center;
}
#ContentAgenda #DateList .dia-text {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  text-align: center;
}

/*Proyectos listado */
.Proyectos_listado .Menu ul {
  list-style: none;
  display: flex;
  padding: 0;
}
.Proyectos_listado .Menu ul a {
  float: left;
  background-color: #fff;
  padding: 2px 12px;
  margin: 0 4px;
  border-radius: 3px;
}
.Proyectos_listado .Menu ul li.bNavActive a {
  background-color: #90bfcc;
  color: #fff;
}
.Proyectos_listado .img {
  position: relative;
  min-height: 200px;
  background-color: #ccc;
}
.Proyectos_listado .img img {
  width: 100%;
  height: 360px;
}
.Proyectos_listado .position-absolute {
  position: absolute;
  bottom: -23px;
  right: 20px;
}

.Personas_listado .img {
  position: relative;
  background-color: #ccc;
}
.Personas_listado .img img {
  width: 100%;
}

.Personas_listado .card {
  height: auto;
}
.Personas_listado .card h4 {
  margin-top: 15px;
  font-size: 20px;
}
.Personas_listado .card .img img {
  width: 100%;
  height: auto;
}

/*404 Styles */
.title-404 {
  font-size: 28vh;
  line-height: 1;
  color: #9b9b9b;
}

.p-404 {
  font-size: 23px;
}

#ResultadoBusqueda .busResultado1,
#ResultadoBusqueda .busResultado2,
#ResultadoBusqueda .busResultado3 {
  display: none;
}

#ResultadoBusqueda .busResultado4 {
  text-align: center;
  font-size: 18px;
}

@media (max-width: 1000px) {
  .cont-text-404 {
    text-align: center;
  }
  .title-404 {
    font-size: 14vh;
    text-align: center;
  }
  .p-404 {
    text-align: center;
  }
}
/*404 Styles */
/*-------------Valores styles add------------*/
.absolute-content {
  position: absolute;
  bottom: 0;
}

.black-to-fade {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}

#TeaserImg br {
  display: none;
}

/*-------------Valores styles add------------*/
/*------Contenido Tabs------*/
.align-self {
  align-self: center;
}

.adaptative-img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}

.mx-h {
  max-height: 500px;
}

/*------Contenido Tabs------*/
@media (max-width: 1380px) {
  #Nosotros.Portada .Card01,
  #Nosotros.Portada .Card02 {
    min-height: 320px;
  }
}
@media (max-width: 1350px) {
  .Proyectos_listado .img img {
    width: 100%;
    height: 360px;
  }
  .Nosotros_listado #Detalle.listado .card {
    height: 270px;
  }
}
.carousel.slide .badge {
  position: absolute;
  top: 10px;
  right: 20px;
  opacity: 0.8;
}

.link_seccion a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #919191;
  z-index: 3;
  text-indent: -999999px;
  opacity: 0;
}

#News .card-body.py-2 {
  z-index: 16;
}

#Cumple .hover-terciario {
  margin-top: 15px;
  float: left;
}

#Cumple .btn.btn-xs.btn-round.bg-terciario.text-white.px-3 {
  margin-top: 12px;
}

#Cumple .media-right {
  display: block;
}

@media (max-width: 1100px) {
  #SearchTopBar .lookup input:focus {
    width: 70px !important;
  }
  .topbar-btns .topbar-btn {
    min-width: 60px;
  }
  .topbar-divider,
  .topbar-divider-full {
    margin: 0 5px;
  }
  .topbar-left .fs-12.text-light {
    width: 90px;
  }
  .site-footer .nav-item.mx-5 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  #Home .main-content .NewsContent .card,
  #Home .main-content #Organigramas .card {
    height: 250px;
  }
  #Home .main-content .NewsContent .card img,
  #Home .main-content #Organigramas .card img {
    height: auto;
  }
}
@media (max-width: 990px) {
  #HeadFooter {
    margin-left: 0;
  }
  .topbar .topbar-btn {
    min-width: 40px;
  }
  .RankingConponent .avatar-lg {
    margin: 0 auto;
  }
  .col-md-6.p-0 {
    text-align: center;
  }
  .text-terciario.fs-12.m-0 {
    width: 100%;
  }
}
@media (max-width: 680px) {
  .carousel-item.rounded {
    height: auto !important;
  }
  .carousel-inner .article {
    display: none;
  }
  .Personas_listado .card .img img,
  .Personas_listado .card,
  .Proyectos_listado .img img,
  .lookup .btn {
    height: auto;
  }
  .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: auto;
    margin-left: auto;
  }
  #Home .main-content .NewsContent .card,
  #Home .main-content #Organigramas .card {
    height: auto;
  }
  #Home #Indicadores .card,
  #Home #Cumple .card {
    height: auto;
  }
  .topbar-left .fs-12.text-light {
    display: none;
  }
  .Nosotros_listado #Detalle.listado .card {
    height: auto;
  }
  .Proyectos_listado .Menu ul a {
    background-color: #fff;
    padding: 10px 5%;
    margin: 0 1%;
    margin-bottom: 0px;
    margin-bottom: 0px;
    border-radius: 3px;
    width: 97%;
    float: left;
    margin-bottom: 1px;
  }
  .Proyectos_listado .Menu ul {
    width: 100%;
    float: left;
    display: block;
  }
  .aos-init .page {
    float: left;
    width: 100%;
  }
  .aos-init .bNav {
    float: left;
    width: 100%;
  }
  #Nosotros.Portada .Card01,
  #Nosotros.Portada .Card02 {
    min-height: auto;
  }
  #Nosotros.Portada .Card01 img {
    position: relative;
  }
  .columnaTemplate {
    display: flex;
  }
}
.busNoResultado1,
.busNoResultado3 {
  display: none;
}

.gal .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0 !important;
}

#ComentaFeed .title {
  font-size: 12px !important;
}
#ComentaFeed .box {
  font-size: 12px !important;
}
#ComentaFeed .btn-float {
  width: 46px;
  height: 46px;
  margin-right: 10px !important;
}

#UsuarioNoticias h5 {
  margin-top: 7px;
}

#IndicadoresH .IndicadoreLabel {
  font-size: 12px;
}
#IndicadoresH .KpiItem > div {
  display: inline-flex;
  font-size: 11px;
}

.card-footer label {
  float: left !important;
}

.content-heart {
  width: 45px;
  float: right;
  margin-right: 0 !important;
  z-index: 4;
}

#NuevosIngresos .media-body h5 {
  font-size: 13px;
}
#NuevosIngresos .media-body span {
  font-size: 12px;
}
#NuevosIngresos #Cumple h6 a {
  font-size: 13px;
}

#Noticias .card-body,
#Multimedia .card-body {
  min-height: 125px !important;
}

#Noticias .card-body .res {
  height: 62px;
  overflow: hidden;
  display: none;
}

#Pas i.heart-home {
  background: transparent url("/assets/img/icon/heart-home.svg") no-repeat center center;
  background-size: 21px 21px;
  -moz-background-size: 21px 21px;
  -webkit-background-size: 21px 21px;
  -o-background-size: 21px 21px;
}

#Beneficios i.termometro {
  background: transparent url("/assets/img/icon/termometro.svg") no-repeat center center;
  background-size: 18px 25px;
  -moz-background-size: 18px 25px;
  -webkit-background-size: 18px 25px;
  -o-background-size: 18px 25px;
}

#Vision i.colaborador {
  background: transparent url("/assets/img/icon/colaborador.svg") no-repeat center center;
  background-size: 30px;
}

#ResultadoBusqueda #busResultado .card .card-body .vermas {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}

#ResultadoBusqueda #busResultado .card-body .tit {
  height: 57px;
  overflow: hidden;
  min-height: auto;
  margin-bottom: 5px;
}

#ResultadoBusqueda #busResultado .card-body .res {
  height: 62px;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
