@import url(https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap);
@charset "UTF-8";
.content-card[data-v-6e5bbaec] {
  border-right: 1px solid #E4E5E1 !important;
  position: fixed;
  top: 0;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
  width: 2.25rem;
}
.content-card-mleft[data-v-6e5bbaec] {
  margin-left: 3.5rem;
}
.content-card[data-v-6e5bbaec]:not(.menu-collapsed) {
  width: 15.5rem;
}
@media screen and (max-width: 1024px) {
.content-card[data-v-6e5bbaec]:not(.menu-collapsed) {
    width: 12.5rem;
}
}
[data-v-6e5bbaec] .main-content {
  margin-left: 306px;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
}
[data-v-6e5bbaec] .main-content.menu-collapsed {
  margin-left: 91px;
}
.custom-panel[data-v-6e5bbaec] {
  margin: 0 !important;
  background: transparent !important;
}
.custom-panel[data-v-6e5bbaec]::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.custom-header[data-v-6e5bbaec] {
  padding: 6px 5px !important;
  min-height: 40px !important;
}
.custom-header[data-v-6e5bbaec] .v-expansion-panel-header__icon {
  margin-left: auto;
}
.submenu-item[data-v-6e5bbaec] {
  padding: 8px 16px 8px 48px;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
}
.submenu-item[data-v-6e5bbaec]:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
[data-v-6e5bbaec] .v-expansion-panel::before {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
[data-v-6e5bbaec] .v-expansion-panel-header {
  padding: 0;
}
[data-v-6e5bbaec] .v-expansion-panel-content__wrap {
  padding: 0;
}
[data-v-6e5bbaec] .v-expansion-panel--active > .v-expansion-panel-header {
  min-height: 40px;
}
.submodule[data-v-6e5bbaec]:hover {
  color: var(--v-primary-base) !important;
  font-weight: 400 !important;
  cursor: pointer;
}
.submenu-active[data-v-6e5bbaec] {
  padding: 8px 10px;
  background-color: #FFFFFF !important;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2007) !important;
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2007) !important;
  border-radius: 5px;
  color: var(--v-primary-base) !important;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.submenuitem-active[data-v-6e5bbaec] {
  color: var(--v-primary-base) !important;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2007) !important;
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2007) !important;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  background-color: #FFF;
  width: 85%;
  padding: 8px 10px 5px 12px;
  border-radius: 5px;
  margin-left: auto;
}
.submenu-active i[data-v-6e5bbaec] {
  color: var(--v-primary-base) !important;
}
.custom-title[data-v-6e5bbaec] {
  font-size: 1.375rem !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  width: 90%;
}
.content-expansion[data-v-6e5bbaec] {
  margin-top: -10px;
}
[data-v-6e5bbaec] .v-card__text {
  overflow-y: auto;
}
.actions-wrapper[data-v-6e5bbaec] {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 8px 0 8px; /* Espaciado arriba para separar la línea */
  margin-bottom: 2px;
  background-color: #fff;
  /* Línea tipo <hr> */
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  /* Sombra sutil hacia arriba */
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.06);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.06);
}
.collapse-btn[data-v-6e5bbaec] {
  background: #FAFAFA !important;
  border: 1px solid #DADCE0 !important;
  color: #5F6368 !important;
  height: 28px !important;
  width: 25px !important;
  min-width: 25px !important;
  min-height: 25px !important;
  max-height: 32px !important;
  padding: 0 !important;
  margin-left: 6px !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05) !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.collapse-btn.expandido[data-v-6e5bbaec] {
  border-radius: 8px !important;
  width: 85% !important;
  height: 36px !important;
  min-width: unset !important;
  padding: 0 12px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin-left: 5px !important;
  background-color: #FAFAFA !important;
  border: 1px solid #DADCE0 !important;
  color: #62748E !important;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-size: 14px !important;
}
.collapse-btn.expandido[data-v-6e5bbaec]:hover {
  background-color: #F1F3F4 !important;
  border-color: #A0AAB4 !important;
  color: #1A73E8 !important;
}
.collapse-btn.expandido:hover .v-icon[data-v-6e5bbaec] {
  color: #1A73E8 !important;
}
.collapse-btn.expandido .v-icon[data-v-6e5bbaec] {
  margin-right: 8px;
}
.collapse-btn .v-icon[data-v-6e5bbaec] {
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.6) !important;
}
.borde[data-v-6e5bbaec] {
  border: 1px solid gray;
}
[data-v-6e5bbaec] .v-card__text {
  overflow-y: auto;
  height: calc(100vh - 130px);
  padding-bottom: 10px;
}
@charset "UTF-8";
.layout-wrapper[data-v-7db6f21c] {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
}
.layout-wrapper > *[data-v-7db6f21c] {
  pointer-events: auto;
}
.card-container[data-v-7db6f21c] {
  height: 100vh;
  position: relative;
}
[data-v-7db6f21c] .v-navigation-drawer {
  position: relative !important;
  z-index: 99;
}
.letters[data-v-7db6f21c] {
  width: 100% !important;
}
.text-black[data-v-7db6f21c] {
  color: #000000 !important;
}
.avatar-client[data-v-7db6f21c] {
  border-radius: 10px !important;
}

/* Modificamos los estilos del contenedor principal y el drawer */
.card-container[data-v-7db6f21c] {
  height: 100vh;
  position: relative;
}

/* Ajustamos el navigation drawer */
[data-v-7db6f21c] .v-navigation-drawer {
  height: 100vh !important;
  position: fixed !important;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 99 !important; /* Aseguramos que el menú principal esté por encima de todo */
}
[data-v-7db6f21c] .v-navigation-drawer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

/* Aseguramos que el contenedor del logo se mantenga al final */
.v-navigation-drawer > div[data-v-7db6f21c]:last-child {
  margin-top: auto;
  padding-bottom: 16px;
  background: inherit;
}

/* Animaciones para slide-fade */
.slide-fade-enter-active[data-v-7db6f21c], .slide-fade-leave-active[data-v-7db6f21c] {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slide-fade-enter-from[data-v-7db6f21c], .slide-fade-leave-to[data-v-7db6f21c] {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  opacity: 0;
}
.menu-active[data-v-7db6f21c] {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2007) !important;
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2007) !important;
  width: 90%;
  margin: auto;
  border-radius: 5px;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  background-color: #FFF;
  color: #333333 !important;
}
.menu-active-mini[data-v-7db6f21c] {
  text-align: center !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 18px;
  width: 75%;
}

/* Cambiar el color del ícono solo cuando el ítem esté activo */
.menu-active .v-icon[data-v-7db6f21c] {
  color: #000000 !important;
}
.text-menu[data-v-7db6f21c] {
  color: #333333 !important;
}
.ui-item-menu[data-v-7db6f21c]:hover {
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2007) !important;
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2007) !important;
  color: #333333;
  -webkit-transition: -webkit-box-shadow 0.2s ease;
  transition: -webkit-box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
  cursor: pointer !important; /* Añadir cursor pointer */
}
.v-list-item.ui-item-menu[data-v-7db6f21c]:hover {
  cursor: pointer !important;
}
@media (max-width: -1) {
.avatar-menu[data-v-7db6f21c] {
    font-size: 0.875rem;
}
}
@media (min-width: 600px) and (max-width: 959px) {
.avatar-menu[data-v-7db6f21c] {
    top: -15%;
}
}
@media (min-width: 960px) and (max-width: 1263px) {
.avatar-menu[data-v-7db6f21c] {
    top: -13%;
}
}
@media (min-width: 1264px) and (max-width: 1903px) {
.avatar-menu[data-v-7db6f21c] {
    top: -10%;
}
}
@media (min-width: 1904px) {
.avatar-menu[data-v-7db6f21c] {
    top: -5%;
}
}
.text-white-60[data-v-7db6f21c] {
  color: #FFF;
  opacity: 0.6;
}
.list-menu[data-v-7db6f21c] {
  scrollbar-width: thin;
  scrollbar-color: rgb(255, 255, 255) transparent;
}
.list-menu[data-v-7db6f21c]::-webkit-scrollbar {
  width: 6px;
}
.list-menu[data-v-7db6f21c]::-webkit-scrollbar-track {
  background: transparent;
}
.list-menu[data-v-7db6f21c]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
[data-v-7db6f21c] .v-navigation-drawer .v-icon {
  font-size: 18px !important;
}
.nav-bar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0E69B0), color-stop(#0E69B0), to(#15adc7));
  background-image: linear-gradient(to bottom, #0E69B0, #0E69B0, #15adc7);
  border-radius: 0 20px 20px 0px;
}
.navigator {
  color: var(--v-primaryb-base) !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0E69B0), color-stop(#0E69B0), to(#15adc7));
  background-image: linear-gradient(to bottom, #0E69B0, #0E69B0, #15adc7);
  -webkit-box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.4) !important;
          box-shadow: 0px -3px 10px rgba(0, 0, 0, 0.4) !important;
  border-radius: 10px 10px 0px 0px;
}
.navigator span {
  font-size: 1em;
}
.v-application--is-ltr .v-list-item__action:last-of-type:not(:only-child), .v-application--is-ltr .v-list-item__avatar:last-of-type:not(:only-child), .v-application--is-ltr .v-list-item__icon:last-of-type:not(:only-child) {
  margin-left: 0px !important;
}
.theme--dark.v-btn--active:hover::before, .theme--dark.v-btn--active::before {
  opacity: 0;
}
.v-slide-group__content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contentNotify[data-v-5c6c9668] {
  font-size: 1.125rem;
}
.alert-item[data-v-751be98e] {
  z-index: 10;
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
}

.requirements-list[data-v-f832a6c8] {
  list-style: none;
  padding: 0;
  margin: 0;
}
.requirements-list li[data-v-f832a6c8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 1280px) {
.requirements-list li[data-v-f832a6c8] {
    font-size: 0.8125rem;
    line-height: 1rem;
    gap: 0.3rem;
    margin-bottom: 0.3rem;
}
.requirements-list li span[data-v-f832a6c8] {
    margin-top: 1px !important;
}
.requirements-list li .v-icon[data-v-f832a6c8] {
    font-size: 1.2rem;
}
}

.radius-avatar[data-v-650d5af8] {
  border-radius: 24px !important;
}
.pointer[data-v-650d5af8]:hover {
  cursor: pointer !important;
}
.position-relative[data-v-650d5af8] {
  position: relative;
  display: inline-block;
  text-align: center;
}
.avatar-wrapper[data-v-650d5af8] {
  width: 100%;
  text-align: center;
}
.edit-button[data-v-650d5af8] {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.text-dark[data-v-650d5af8] {
  font-size: 1.125rem;
}
.avatar-round[data-v-027f6b90] {
  border-radius: 5px !important;
}
.cursor[data-v-027f6b90] {
  margin-bottom: 0px !important;
}
.cursor[data-v-027f6b90]:hover {
  cursor: pointer;
}
[data-v-0cd770d0] .v-toolbar__content {
  padding-left: 0px !important;
}
.header-container[data-v-0cd770d0] {
  width: 100% !important;
  left: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  padding: 0 16px !important;
  background-color: #FFFFFF !important;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #e4e5e1 !important;
  z-index: 2;
}
.v-spacer[data-v-0cd770d0] {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.contenedor-derecha[data-v-0cd770d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
.btn-chat[data-v-0cd770d0] {
  background-color: white;
  border-radius: 5px;
  border: 1px solid #1f75ef;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  width: 30px !important;
  height: 30px !important;
  min-width: 0;
  padding: 0;
  margin-right: 17px;
}
.btn-alertas[data-v-0cd770d0] {
  margin: 0;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  padding: 0 10px;
}
.chat-divider[data-v-0cd770d0] {
  height: 24px;
  width: 1px;
  background-color: #e0e0e0;
  -ms-flex-item-align: center;
      align-self: center;
}
.avatar-round[data-v-0cd770d0] {
  border-radius: 5px !important;
}
.span-titulo-modulo[data-v-0cd770d0] {
  margin-right: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: -1) {
.span-titulo-modulo[data-v-0cd770d0] {
    font-size: 0.875rem;
}
}
@media (min-width: 600px) and (max-width: 959px) {
.span-titulo-modulo[data-v-0cd770d0] {
    font-size: 1.125rem;
}
}
@media (min-width: 960px) and (max-width: 1263px) {
.span-titulo-modulo[data-v-0cd770d0] {
    font-size: 1.375rem;
}
}
@media (min-width: 1264px) and (max-width: 1903px) {
.span-titulo-modulo[data-v-0cd770d0] {
    font-size: 1.375rem;
}
}
@media (min-width: 1904px) {
.span-titulo-modulo[data-v-0cd770d0] {
    font-size: 1.375rem;
}
}
@-webkit-keyframes pulse-ring-clean-0cd770d0 {
0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.7;
}
70% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.2;
}
100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
}
}
@keyframes pulse-ring-clean-0cd770d0 {
0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0.7;
}
70% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.2;
}
100% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
}
}
.ring-alert[data-v-0cd770d0] {
  position: relative;
  z-index: 1;
  overflow: visible !important;
}
.ring-alert[data-v-0cd770d0]::before,
.ring-alert[data-v-0cd770d0]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px !important;
  border: 2px solid rgba(255, 0, 0, 0.7);
  pointer-events: none;
  z-index: -1;
}
.ring-alert[data-v-0cd770d0]::before {
  -webkit-animation: pulse-ring-clean-0cd770d0 1.5s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: pulse-ring-clean-0cd770d0 1.5s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ring-alert[data-v-0cd770d0]::after {
  -webkit-animation: pulse-ring-clean-0cd770d0 1.5s infinite 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: pulse-ring-clean-0cd770d0 1.5s infinite 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.banner-container[data-v-09da5ee3] {
  max-width: 100%;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.banner[data-v-09da5ee3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 10px;
  min-height: 40px;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.texto[data-v-09da5ee3] {
  margin: 0;
  font-weight: bolder;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.defecto[data-v-09da5ee3] {
  white-space: nowrap;
}
.alert[data-v-09da5ee3] {
  border-radius: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.alert-info[data-v-09da5ee3] {
  background-color: #dcebfe;
  color: #275086;
}
.alert-warning[data-v-09da5ee3] {
  background-color: #fef9c3;
  color: #864e0e;
}
.alert-error[data-v-09da5ee3] {
  background-color: #ffdadc;
  color: #ba1c1c;
}
.icono[data-v-09da5ee3] {
  font-size: 18px;
}

.logo[data-v-34c4eb55] {
  height: 120px;
  margin: auto;
  padding: 5px;
  text-align: center;
  background: white;
}
.logo img[data-v-34c4eb55] {
  height: 100%;
}
.label[data-v-34c4eb55] {
  margin: auto;
  padding: 0px 10px 0px 10px;
}
.card[data-v-34c4eb55] {
  background: var(--v-backwhite-base);
  border-radius: 10px;
  overflow: hidden;
}
@charset "UTF-8";
@font-face {
  font-family: "Hind-Bold";
  src: url(../fonts/Hind-Bold.786594cd.ttf);
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url(../fonts/Hind-Regular.22e75ef6.ttf);
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url(../fonts/Hind-Light.33567bfb.ttf);
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind-Light";
  src: url(../fonts/Hind-Light.33567bfb.ttf);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind-Medium";
  src: url(../fonts/Hind-Medium.9a351fdd.ttf);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
* {
  font-family: "Hind", sans-serif !important;
}
html .v-application .text-h3 {
  font-family: "Hind", sans-serif !important;
}
html {
  font-size: 16px !important;
}
html .mt-20 {
  margin-top: 80px !important;
}
html .mt-21 {
  margin-top: 84px !important;
}
html .mt-22 {
  margin-top: 88px !important;
}
html .mt-23 {
  margin-top: 92px !important;
}
html .mt-24 {
  margin-top: 96px !important;
}
html .mt-25 {
  margin-top: 100px !important;
}
html .mt-26 {
  margin-top: 104px !important;
}
html .mt-27 {
  margin-top: 108px !important;
}
html .mt-28 {
  margin-top: 112px !important;
}
html .mt-29 {
  margin-top: 116px !important;
}
html .mt-30 {
  margin-top: 120px !important;
}
html .font-titulo, html .custom-fixed {
  font-size: 1rem !important;
  border-top: thin solid rgba(0, 0, 0, 0.12);
}
html .text-footer {
  font-size: 0.875rem;
}
html .text-default {
  font-size: 1rem;
}
html .font-grid {
  font-size: 1rem;
}
html .v-btn:not(.v-btn--round).v-size--default {
  height: 2.5rem;
}
html .v-btn.v-size--default {
  font-size: 1rem;
  letter-spacing: 0;
}
html .v-btn.v-size--large {
  font-size: 1rem;
  letter-spacing: 0;
}
html .mdlHeadForms {
  font-size: 1.125rem;
}
html .leaflet-popup-content-wrapper {
  font-family: "Hind";
}
html .v-input__slot {
  border-radius: 8px !important;
}
html .btn-rounded, html .v-btn--rounded {
  border-radius: 8px !important;
}
html .text--titulografica {
  color: #003743 !important;
}
html .text-bold {
  font-weight: 600 !important;
}
html .code-description {
  line-height: 1.5rem;
}
html .bg-white {
  background-color: #FFFFFF !important;
}
html .menuInformativoDerecho {
  font-family: "Hind" !important;
}
html .vue-excel-editor > .component-content {
  max-width: -webkit-fill-available;
}
@media (max-width: 1280px) {
#snackbarNotification .v-snack__wrapper {
    margin-top: -45px !important;
}
}
.item-padding-8 {
  padding: 8px !important;
}
.item-padding-5 {
  padding: 3px 16px !important;
}
.margin-auto {
  margin: 0 auto !important;
}
.p-nomargin {
  margin-bottom: 0px !important;
}
#nprogress {
  pointer-events: visible !important;
}
.bar-primary {
  background: none !important;
  background-color: #29d !important;
  background-position: 0px 0px !important;
  height: 10px !important;
  -webkit-animation: progress-bar-stripes-app 2s linear infinite;
          animation: progress-bar-stripes-app 2s linear infinite;
}
.striped-app {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent) !important;
  background-size: 20px 20px !important;
}
@-webkit-keyframes progress-bar-stripes-app {
0% {
    background-position: 0px 0px !important;
}
100% {
    background-position: -20px 10px !important;
}
}
@keyframes progress-bar-stripes-app {
0% {
    background-position: 0px 0px !important;
}
100% {
    background-position: -20px 10px !important;
}
}
.cover-page-load {
  width: 100vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1031;
  cursor: progress !important;
}
.cover-page-load:hover {
  cursor: progress !important;
}
.v-chip .v-chip__content {
  margin: 0 auto;
}
.v-slider__tick-label {
  font-size: 13px;
}
.v-slider--horizontal .v-slider__track-container {
  height: 3px !important;
}
.v-date-picker-table {
  height: auto !important;
  padding: 0 !important;
}
.v-text-field.v-text-field--enclosed:not(.v-text-field--rounded) > .v-input__control > .v-input__slot, .v-text-field.v-text-field--enclosed .v-text-field__details {
  padding: 0 5px;
}
.v-data-table > .v-data-table__wrapper .v-data-table__mobile-row {
  min-height: auto !important;
}
.swal2-container {
  font-family: Arial !important;
}
@font-face {
  font-family: "Hind-Bold";
  src: url(../fonts/Hind-Bold.786594cd.ttf);
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url(../fonts/Hind-Regular.22e75ef6.ttf);
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind";
  src: url(../fonts/Hind-Light.33567bfb.ttf);
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind-Light";
  src: url(../fonts/Hind-Light.33567bfb.ttf);
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Hind-Medium";
  src: url(../fonts/Hind-Medium.9a351fdd.ttf);
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
/*****Duracion animate****/
.dura-1 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.dura-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.dura-3 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.dura-4 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.dura-5 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}
.dura-6 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.dura-7 {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}
.dura-8 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
.dura-9 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.dura-10 {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}
.dura-11 {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}
.dura-12 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
.dura-13 {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}
.dura-14 {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}
.dura-15 {
  -webkit-animation-delay: 7.5s;
  animation-delay: 7.5s;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated .fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}
.animated .faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}
.animated .superfaster {
  -webkit-animation-duration: 250ms;
          animation-duration: 250ms;
}
.animated .slow {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}
.animated .slower {
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.alternate {
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
@-webkit-keyframes bounce {
20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
20%, 53%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
}
70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
}
90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
}
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes flash {
50%, from, to {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}
@keyframes flash {
50%, from, to {
    opacity: 1;
}
25%, 75% {
    opacity: 0;
}
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
}
40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
}
65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
}
40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
}
50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
}
65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
}
75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
}
50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
@keyframes headShake {
0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
}
31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
}
50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}
to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
}
40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
}
60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
}
80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
}
to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
from {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
    -webkit-transform: none;
    transform: none;
}
}
@keyframes wobble {
from {
    -webkit-transform: none;
    transform: none;
}
15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
    -webkit-transform: none;
    transform: none;
}
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
11.1%, from, to {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
11.1%, from, to {
    -webkit-transform: none;
    transform: none;
}
22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes bounceIn {
20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
}
to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
20%, 40%, 60%, 80%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
}
80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
}
to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}
@keyframes bounceInDown {
60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
}
75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}
@keyframes bounceInLeft {
60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}
@keyframes bounceInRight {
60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
}
75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
}
90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
to {
    -webkit-transform: none;
    transform: none;
}
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
60%, 75%, 90%, from, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
}
50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}
40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
@keyframes fadeIn {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInDown {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInDownBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInLeft {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInLeftBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInRight {
from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInRightBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInUp {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes fadeInUpBig {
from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
@keyframes fadeOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
}
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}
@keyframes flipInX {
from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}
@keyframes flipInY {
from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
}
40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}
60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
}
80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}
@keyframes flipOutX {
from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
}
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}
@keyframes flipOutY {
from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
}
30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
}
to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
}
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
}
to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
}
60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
}
80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
}
to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
    opacity: 1;
}
to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
    opacity: 1;
}
to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
}
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}
@keyframes rotateIn {
from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}
to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}
@keyframes rotateOut {
from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
}
to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
}
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
}
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
}
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
}
to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
}
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}
@keyframes hinge {
0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
}
to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
}
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
@keyframes rollIn {
from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
    opacity: 1;
}
to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
50% {
    opacity: 1;
}
}
@keyframes zoomIn {
from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
50% {
    opacity: 1;
}
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
    opacity: 1;
}
50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
to {
    opacity: 0;
}
}
@keyframes zoomOut {
from {
    opacity: 1;
}
50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
}
to {
    opacity: 0;
}
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
}
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.anima-down {
  -webkit-animation: animadown 1.5s infinite ease-in-out;
          animation: animadown 1.5s infinite ease-in-out;
}
@-webkit-keyframes animadown {
0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
10% {
    opacity: 1;
}
70% {
    opacity: 1;
}
100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
}
}
@keyframes animadown {
0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
10% {
    opacity: 1;
}
70% {
    opacity: 1;
}
100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
}
}
.anima-up {
  -webkit-animation: animaup 1.5s infinite ease-in-out;
          animation: animaup 1.5s infinite ease-in-out;
}
@-webkit-keyframes animaup {
0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
}
10% {
    opacity: 1;
}
70% {
    opacity: 1;
}
100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
}
@keyframes animaup {
0% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 0;
}
10% {
    opacity: 1;
}
70% {
    opacity: 1;
}
100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0;
}
}
.titulo {
  font-size: 2em;
  text-align: center;
}
.subtitulo {
  font-size: 1.5em;
}
.title,
.text-light {
  font-family: "Hind";
  font-weight: 200;
  font-style: normal;
}
.text-medium {
  font-family: "Hind-Medium";
}
.text-semibold {
  font-family: "Hind-SemiBold";
}
.font-light {
  font-family: "Hind-Light";
}
.text-min-1 {
  font-size: 0.6em !important;
}
.text-min {
  font-size: 0.8em !important;
}
.text-max {
  font-size: 1.1em !important;
}
.font-size-1 {
  font-size: 1.2em;
}
.font-size-2 {
  font-size: 1.4em;
  font-weight: 200;
  font-style: normal;
}
.font-size-3 {
  font-size: 2em;
}
.text-primary {
  color: var(--v-primary-base);
}
.text-primary-dark {
  color: var(--v-primarydark-base) !important;
}
.text-gray {
  color: var(--v-gray-base);
}
.lh-min {
  line-height: 1.2em;
}
.lh-base {
  line-height: 1em;
}
.titulo-primary {
  color: var(--v-primarydark-base);
  font-size: 1.4em !important;
  line-height: 1em;
}
.no-link-style {
  text-decoration: none;
}
.btn-no-uppercase {
  text-transform: none;
}
.text-black {
  font-family: "Hind", sans-serif !important;
  color: #000000 !important;
}
.text-white {
  color: #FFF !important;
}
.btn-prueba {
  background: orange !important;
}
.texto-app {
  padding: 0;
  margin: 0;
}
.general-container {
  margin: 0;
  height: 100%;
  background-image: url("/img/icons/fondo-seif-2.png");
  background-repeat: no-repeat;
  background-color: var(--v-backlogin-base);
  background-size: contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 600px) {
.general-container {
    background-size: cover;
}
}
.footer {
  font-size: 0.6em;
}
.logo {
  height: 120px;
  margin: auto;
  padding: 5px;
  text-align: center;
  background: white;
}
.logo img {
  height: 100%;
}
.contenedor {
  margin: auto;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
}
.label {
  margin: auto;
  padding: 0px 10px 0px 10px;
}
.card {
  background: var(--v-backwhite-base);
  border-radius: 10px;
  overflow: hidden;
}
.under-sec {
  background: var(--v-backgrey-base);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px rgba(21, 34, 50, 0.2) inset;
          box-shadow: 0px 0px 4px rgba(21, 34, 50, 0.2) inset;
  padding: 10px;
  margin: 0px 5px;
}
.under-sec-flat-gray {
  background: var(--v-backgrey-base);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px rgba(21, 34, 50, 0.2) inset;
          box-shadow: 0px 0px 4px rgba(21, 34, 50, 0.2) inset;
}
.under-sec-nomargin {
  background: var(--v-backgrey-base);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px rgba(21, 34, 50, 0.2) inset;
          box-shadow: 0px 0px 4px rgba(21, 34, 50, 0.2) inset;
  padding: 5px;
}
.up-sec-rounded {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 4px rgba(21, 34, 50, 0.2);
          box-shadow: 0px 0px 4px rgba(21, 34, 50, 0.2);
}
.up-sec {
  -webkit-box-shadow: 0px 0px 4px rgba(21, 34, 50, 0.5);
          box-shadow: 0px 0px 4px rgba(21, 34, 50, 0.5);
}
.under-sec-flat {
  background: var(--v-backgrey-base) !important;
}
.under-sec-flat-blue {
  background: #F5F6FA !important;
}
.back-dark {
  background-color: var(--v-primarydark-base) !important;
}
.border-gray-light {
  border: solid 1px var(--v-backgrey-base) !important;
}
.back-blue-light {
  background-color: var(--v-blue_light-base);
}
.text-white {
  color: white;
}
.header-blue-light {
  background: #E8F4FF;
}
.text-light {
  font-family: "Hind" !important;
  font-weight: 200 !important;
  font-style: normal;
}
.text-medium {
  font-family: "Hind-Medium" !important;
  font-weight: 800;
}
.text-min {
  font-size: 0.8em !important;
}
.font-normal {
  font-size: 1em;
}
.text-max {
  font-size: 1.1em !important;
}
.font-size-1 {
  font-size: 1.2em;
}
.font-size-2 {
  font-size: 1.5rem;
  font-weight: 200;
  font-style: normal;
}
.font-size-3 {
  font-size: 2em;
}
.span-titulo {
  font-size: 0.875rem;
}
.text-primary {
  color: var(--v-primary-base);
}
.text-primary-dark {
  color: var(--v-primarydark-base) !important;
}
.text-gray {
  color: var(--v-secondary-base);
}
.text-inverted {
  color: white;
}
.v-application .text-h4,
.v-application .text-h6,
.v-application .title {
  font-family: "Hind", sans-serif !important;
}
.text-tab {
  color: #757575 !important;
  border-bottom: 1px solid rgba(117, 117, 117, 0.3) !important;
}
.text-tab-icon {
  color: #757575 !important;
}
.active-item,
.active-item i {
  color: #0056d3 !important;
}
.text-title-modal {
  color: #000000 !important;
  font-weight: 500;
}
.dialog-header-radius {
  border-radius: 16px !important;
}
.btn-dest {
  background-color: var(--v-btndest);
}
.no-uppercase {
  text-transform: none;
}
.btn-rounded {
  border-radius: 10px !important;
}
.rotate-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cont-shadown-up {
  -webkit-box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px -3px 6px 1px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px 10px 0px 0px !important;
}
.cont-shadown-rounded {
  -webkit-box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0px 0px 4px 3px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px !important;
}
.cont-no-shadown {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.cont-shadown-up-tile {
  border-top: rgba(0, 0, 0, 0.1607843137) solid 1px;
}
.cont-expander-infocard {
  position: relative;
}
.back-white {
  background: white;
}
.border-card {
  border: solid 1px #e3e3e3 !important;
  -webkit-box-shadow: 0px 0px 5px 1px #e3e3e3 !important;
          box-shadow: 0px 0px 5px 1px #e3e3e3 !important;
  border-radius: 5px !important;
}
.outline-card {
  border: solid 1px #e3e3e3 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.col-right {
  margin-left: auto !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rounded-top {
  border-radius: 10px 10px 0px 0px !important;
}
.rounded-5 {
  border-radius: 5px;
}
.cont-color-gray {
  background: #e3e3e3;
}
.rounded-basic {
  border-radius: 12px !important;
}
.rounded-basic-13 {
  border-radius: 13px !important;
}
.rounded-basic-15 {
  border-radius: 15px !important;
}
.border-b-gray {
  border-bottom: 1px solid #e3e3e3;
}
.container-rounded-shadown {
  border-radius: 13px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(21, 34, 50, 0.0784313725);
          box-shadow: 0px 0px 5px 2px rgba(21, 34, 50, 0.0784313725);
}
.row {
  margin: 0 !important;
}
.anima-time-infinite {
  -webkit-animation-iteration-count: infinite !important;
          animation-iteration-count: infinite !important;
}
.back-filtro {
  background: white;
  border: solid rgb(194, 194, 194) 1px;
}
.btn-disabled {
  opacity: 0.6 !important;
  cursor: progress !important;
}
.ul-menu {
  z-index: 4 !important;
  border: solid green;
  position: absolute;
}
.dialog-menu {
  padding: 0px !important;
  max-height: 45px !important;
  height: 45px !important;
}
.dialog-menu .v-toolbar__content {
  padding: 10px 10px !important;
  max-height: 45px !important;
  height: 45px !important;
}
.mdlHeadForms {
  font-size: 0.9em;
}
.containerChartB {
  border-radius: 10px;
  overflow: hidden;
}
.cont-total {
  border: solid gray 1px;
  border-radius: 6px;
  padding: 5px 10px;
}
.cont-total p,
.cont-total h2 {
  margin: 0px;
  padding: 0px !important;
}
.cont-total p {
  font-size: 0.8em;
  line-height: 1em;
}
.cont-total h2 {
  font-size: 2em;
  line-height: 1em;
  font-weight: 600;
}
.responsive-logo-detalle {
  max-width: 160px !important;
  min-width: 50px !important;
  margin: 0 auto !important;
  height: 100% !important;
  width: 100% !important;
}
.v-btn {
  text-transform: none;
}
.modalListado .active-item {
  color: var(--v-btndest-base);
}
.modalListado .contheadertab {
  border-radius: 10px 10px 0px 0px;
}
.theme--light.v-subheader {
  color: #000000;
  font-weight: 600;
  padding-left: 8px !important;
  text-transform: capitalize;
  font-size: 0.9rem;
}
#InputBusquedaRapida {
  font-size: 0.85rem !important;
}
.text-red {
  color: #fa8077 !important;
}
#content-export .v-input--checkbox .v-label {
  color: #000000 !important;
}
.custom-padding-button {
  padding-top: 19px !important;
  padding-bottom: 18px !important;
}
.card-container .v-navigation-drawer__border {
  display: none !important;
  width: 0 !important;
}
.v-sheet.v-card {
  border-radius: 1rem !important;
}
@media screen and (max-width: 600px) {
.v-data-table-header-mobile__wrapper {
    width: 90% !important;
}
}
@media (max-width: 600px) {
.v-data-table > .v-data-table__wrapper {
    width: 100%;
}
}
@media screen and (max-width: 600px) {
.v-window__container,
  .v-tabs-items,
  .v-window-item {
    -ms-touch-action: none !important;
        touch-action: none !important;
}
}
.v-data-table__mobile-row:last-child div {
  margin: 3px 0;
}
.no-touch {
  -ms-touch-action: none !important;
      touch-action: none !important;
}
@media (max-width: 1280px) {
.checklist {
    padding-top: 0px !important;
}
}
#change-pass {
  padding-top: 1rem !important;
}
@media screen and (max-width: 1280px) {
#change-pass {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
}
#card-change-password {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-bottom: 0.5rem !important;
}
@media screen and (max-width: 1280px) {
#card-change-password {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 0.25rem !important;
}
}
.text-ellipsis {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
.overflow-y {
  overflow-y: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.text-body-1 {
  font-family: "Hind", sans-serif !important;
}
.v-menu__content {
  z-index: 10001 !important;
}
.leaflet-control-zoom a {
  outline: none !important;
}
.leaflet-control-zoom {
  margin-top: 80px !important;
  top: -45px !important;
}
.no-radius {
  border-radius: 0px !important;
}
.item-tab-fix-riesgos .v-tab {
  letter-spacing: 0.01em !important;
  font-size: 0.8em;
}
.item-tab-fix-riesgos .v-slide-group__wrapper {
  height: 35px;
}
.woot-widget-holder {
  opacity: 1 !important;
  visibility: visible !important;
  background-color: white !important; /* Fuerza el fondo blanco */
  -webkit-box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2) !important;
}

/* Forzar que el iframe interno ocupe todo el espacio y sea visible */
.woot-widget-holder iframe {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
  background: white !important;
}
#cw-widget-holder.woot-widget-holder {
  width: 380px !important;
  height: 572px !important;
  max-height: 90vh !important;
  bottom: 20px !important;
  right: 20px !important;
}

/* Esto obliga al contenido del chat a llenar los 400x605 */
#chatwoot_live_chat_widget {
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  border-radius: 16px !important; /* Para que tenga las esquinas como la primera foto */
}
:root {
  --drawer-width: 256px;
  --mini-drawer-width: 3.125rem;
  --secondary-menu-width: 250px;
  --hidden-menu-width: 4.675rem;
}
.v-main {
  -webkit-transition: padding-left 0.3s ease;
  transition: padding-left 0.3s ease;
}
.main-content {
  -webkit-transition: margin-left 0.3s ease, width 0.3s ease;
  transition: margin-left 0.3s ease, width 0.3s ease;
  width: 100%;
}
.main-content.menu-collapsed {
  margin-left: var(--mini-drawer-width);
  width: calc(100% - var(--mini-drawer-width));
}
.main-content.has-secondary-menu {
  margin-left: calc(var(--mini-drawer-width) + var(--secondary-menu-width));
  width: calc(100% - var(--mini-drawer-width) - var(--secondary-menu-width));
  -webkit-transition: margin-left 0.3s ease, width 0.3s ease;
  transition: margin-left 0.3s ease, width 0.3s ease;
}
.main-content.has-not-secondary-menu {
  margin-left: var(--hidden-menu-width);
  width: calc(100% - var(--hidden-menu-width));
  max-width: calc(100% - var(--hidden-menu-width));
  -webkit-transition: margin-left 0.3s ease, width 0.3s ease;
  transition: margin-left 0.3s ease, width 0.3s ease;
  padding-right: 16px; /* Add some padding to prevent content from touching the right edge */
}
@media (max-width: 960px) {
:root {
    --secondary-menu-width: 180px;
}
}
@media (max-width: 600px) {
:root {
    --secondary-menu-width: 160px;
}
  /* En pantallas pequeñas podemos ajustar el comportamiento */
.main-content.has-secondary-menu {
    margin-left: var(--mini-drawer-width);
    width: calc(100% - var(--mini-drawer-width));
    padding-top: 50px; /* Espacio para un posible menú secundario flotante en móviles */
}
}
#app {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-family: "Hind", sans-serif !important;
  line-height: 18px;
}
@media screen and (max-width: 600px) {
#app {
    font-size: 13px;
    padding-bottom: 50px;
}
}
#app {
  background-color: #FFF !important;
}
.container {
  padding: 0px 2px;
}
.container.main-content {
  max-width: 100% !important;
}
.v-main__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.overflow-hidden {
  overflow: hidden !important;
}
.bg-login {
  background-color: #F0F0F0 !important;
  padding: 0px 0px !important;
}
.bg-login .container {
  padding: 0px 0px !important;
}

.st0{fill:url(#SVGID_1_);}
.st1{fill:none;stroke:#FFFFFF;stroke-width:18;stroke-linecap:round;stroke-linejoin:round;}

.footer {
  font-size: 0.6em;
}
.logo {
  width: 95%;
  height: 95%;
  margin: auto;
  padding: 20px;
  overflow: hidden;
}
.contenedor{
  margin: auto;
  overflow: hidden;
  padding: 0px 10px 0px 10px;
}
.label {
  margin: auto;
  padding: 0px 10px 0px 10px;
}
.titulo {
  font-size: 2em;
  text-align: center;
}
.card{
  border-radius: 10px;
}
.SeccionGris{
  background-color: #B0AFAB;
}
.v-pagination__item {
  font-size: .9rem !important;
  height: 24px !important;
  margin: 0.1rem !important;
  min-width: 24px !important;
}

.v-pagination__navigation {
  height: 26px !important;
  width: 26px !important;
  margin: 0.1rem 5px !important;
}

.v-pagination__navigation .v-icon{
  font-size: .9rem !important;
}
.backgrey--bkgd {
  background-color: #F8F8F8;
}

.border {
  border: thin solid rgba(0, 0, 0, 0.12);
}

.fs-1_3 {
  font-size: 1.3em;
}
.fs-1_2 {
  font-size: 1.2em;
}
.fs-xx {
  font-size: xx-large;
}

.cur-initial {
  cursor: initial;
}
/* AJUSTE PARA LOS CHECKOBOX DE LA PRIMERA COLUMNA */
.v-application .text-start{
  padding: 0px 0px 0px 16px!important;
}

.popup-punto-mapa-contenedor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.popup-punto-mapa-titulo{
  color: #004085 !important;
  background-color: #b8daff !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.popup-punto-mapa-item {
    position: relative;
    display: block;
    padding: 0.5rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}
.class_Grupo[data-v-232e7a8b] {
  background-color: #054278;
  color: white;
  border-radius: 5px;
}

.row[data-v-bb4dda7a] {
  margin: 0 !important;
}
.cont-resp-texto[data-v-bb4dda7a] {
  font-size: 0.8em;
}
.under-sec[data-v-bb4dda7a] {
  padding: 2px !important;
}
.btn-img[data-v-bb4dda7a] {
  border-radius: 10px;
}
.btn-img img[data-v-bb4dda7a] {
  width: 100%;
}
#signature[data-v-fdac24f6] {
  border: solid 2px transparent;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), radial-gradient(circle at top left, #4bc5e8, #9f6274);
  background-image: linear-gradient(white, white), radial-gradient(circle at top left, #4bc5e8, #9f6274);
  background-origin: border-box;
  background-clip: content-box, border-box;
}
.icon-rigth[data-v-fdac24f6] {
  left: 2px;
}
.class_info[data-v-21441f7f] {
  border: solid 3px grey;
  border-radius: 5px;
}
.row[data-v-5fad19e9] {
  margin: 0 !important;
}
.cont-resp-texto[data-v-5fad19e9] {
  font-size: 0.8em;
}
.under-sec[data-v-5fad19e9] {
  padding: 2px !important;
}
.btn-img[data-v-5fad19e9] {
  border-radius: 10px;
}
.btn-img img[data-v-5fad19e9] {
  width: 100%;
}
.container-dinamicos[data-v-72c5e52c] {
  margin: 0;
  padding: 0;
  padding-top: 10px;
}

.hover[data-v-689d013a]:hover {
  cursor: pointer !important;
}

.cont-icon[data-v-caa247d4] {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background: var(--v-primary-base);
}

/* ========================= */
/* BASE / ESTRUCTURA         */
/* ========================= */
.titulo-notificacion {
  font-size: 0.95rem !important;
  font-weight: 500 !important;
}
#snackbarNotification .v-snack__wrapper {
  border-radius: 14px !important;
  min-width: 320px !important;
  max-width: 450px !important;
  background: #FFFFFF !important; 
  border-top: 1px solid #D9DCE5 !important;
  border-right: 1px solid #D9DCE5 !important;
  border-bottom: 1px solid #D9DCE5 !important;
  border-left: 4px solid #E24B4A !important; 

  -webkit-box-shadow:
    0 0 0 1px rgba(226, 75, 74, 0.15),
    0 12px 30px rgba(226, 75, 74, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08) !important; 

          box-shadow:
    0 0 0 1px rgba(226, 75, 74, 0.15),
    0 12px 30px rgba(226, 75, 74, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08) !important;

  padding: 10px 12px !important;
}
#snackbarNotification .v-snack__content {
  padding: 0 !important;
  width: 100% !important;
}

/* ========================= */
/* TITULO Y MENSAJE          */
/* ========================= */
#snackbarNotification .titulo-notificacion h5 {
  margin: 0 !important;
  color: #2F2F2F !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}
#snackbarNotification .text-left {
  color: #5F5F5F !important;
  font-size: 0.88rem !important;
  line-height: 1.4 !important;
  margin-top: 4px !important;
}

/* ========================= */
/* ICONOS Y BOTON CERRAR     */
/* ========================= */
#snackbarNotification .v-icon.icono-notificacion {
  color: #E24B4A !important;
  font-size: 22px !important;
  background: #F7CACA !important; 
  border-radius: 50% !important;
  padding: 8px !important;
}
#BotonCerrarNotificacion .v-icon {
  background: transparent !important;
  color: #A5A5A5 !important;
  padding: 0 !important;
}

/* ========================= */
/* SUCCESS (ÉXITO)           */
/* ========================= */
#snackbarNotification .v-snack__wrapper.successnotify {
  border-left: 4px solid #1D9E75 !important;
  -webkit-box-shadow:
    0 0 0 1px rgba(29, 158, 117, 0.15),
    0 12px 30px rgba(29, 158, 117, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08) !important;
          box-shadow:
    0 0 0 1px rgba(29, 158, 117, 0.15),
    0 12px 30px rgba(29, 158, 117, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
#snackbarNotification .v-snack__wrapper.successnotify .titulo-notificacion h5 {
  color: #085041 !important;
}
#snackbarNotification .v-snack__wrapper.successnotify .text-left {
  color: #0F6E56 !important;
}
#snackbarNotification .v-snack__wrapper.successnotify .v-icon.icono-notificacion {
  color: #1D9E75 !important;
  background: #B8E8D4 !important;
}

/* ========================= */
/* WARNING (ADVERTENCIA)     */
/* ========================= */
#snackbarNotification .v-snack__wrapper.warningnotify {
  border-left: 4px solid #EF9F27 !important;
  -webkit-box-shadow:
    0 0 0 1px rgba(239, 159, 39, 0.15),
    0 12px 30px rgba(239, 159, 39, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08) !important;
          box-shadow:
    0 0 0 1px rgba(239, 159, 39, 0.15),
    0 12px 30px rgba(239, 159, 39, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
#snackbarNotification .v-snack__wrapper.warningnotify .titulo-notificacion h5 {
  color: #412402 !important;
}
#snackbarNotification .v-snack__wrapper.warningnotify .text-left {
  color: #633806 !important;
}
#snackbarNotification .v-snack__wrapper.warningnotify .v-icon.icono-notificacion {
  color: #EF9F27 !important;
  background: #FAE0A8 !important;
}

/* ========================= */
/* ERROR (FALLO)             */
/* ========================= */
#snackbarNotification .v-snack__wrapper.errornotify {
  border-left: 4px solid #E24B4A !important;
  -webkit-box-shadow:
    0 0 0 1px rgba(226, 75, 74, 0.15),
    0 12px 30px rgba(226, 75, 74, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08) !important;
          box-shadow:
    0 0 0 1px rgba(226, 75, 74, 0.15),
    0 12px 30px rgba(226, 75, 74, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
#snackbarNotification .v-snack__wrapper.errornotify .titulo-notificacion h5 {
  color: #5C1515 !important;
}
#snackbarNotification .v-snack__wrapper.errornotify .text-left {
  color: #8A2525 !important;
}
#snackbarNotification .v-snack__wrapper.errornotify .v-icon.icono-notificacion {
  color: #E24B4A !important;
  background: #F7CACA !important;
}

/* ========================= */
/* INFO / CARGANDO (AZUL)    */
/* ========================= */
#snackbarNotification .v-snack__wrapper.infonotify {
  border-left: 4px solid #5BC0DE !important;
  -webkit-box-shadow:
    0 0 0 1px rgba(91, 192, 222, 0.15),
    0 12px 30px rgba(91, 192, 222, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08) !important;
          box-shadow:
    0 0 0 1px rgba(91, 192, 222, 0.15),
    0 12px 30px rgba(91, 192, 222, 0.15),
    0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
#snackbarNotification .v-snack__wrapper.infonotify .titulo-notificacion h5 {
  color: #1A5E73 !important;
}
#snackbarNotification .v-snack__wrapper.infonotify .text-left {
  color: #27819E !important;
}
#snackbarNotification .v-snack__wrapper.infonotify .v-icon.icono-notificacion {
  color: #5BC0DE !important;
  background: #DDF3FA !important;
}

