@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('./fonts/Montserrat/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

body {
    font-family: 'Montserrat', sans-serif;
}



.color-primary {
  background-color: #021938;
  color: #ffffff;
}
.bg-primary {
  background-color: #021938 !important;
}
.btn-primary,
.btn-default {
  background-color: #021938;
  color: #ffffff !important;
  border-color: #0650b3;
}
.btn-primary:hover,
.btn-default:hover {
  background-color: #0650b3;
  color: #ffffff;
  border-color: #0650b3;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #0650b3;
  color: #ffffff;
  border-color: #0650b3;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #021938;
  color: #ffffff;
  border-color: #0650b3;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-outline-primary {
  color: #021938 !important;
  border-color: #021938 !important;
}
.btn-outline-primary:hover {
  background-color: #0650b3;
  color: #ffffff !important;
  border-color: #0650b3;
}
.btn-outline-primary.focus {
  box-shadow: none;
}
.btn-outline-primary.disabled {
  background-color: #0650b3;
  color: #ffffff;
  border-color: #0650b3;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #021938;
  color: #ffffff;
  border-color: #0650b3;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.card {
  /*border: none;
    border-radius: 0px;*/
}
.card-header:first-child {
  /*border-radius: 0px;*/
}
.card-primary {
  border: solid 2px #021938;
}
.card-primary .card-header {
  border-bottom: solid 1px #021938;
}
.dropdown-menu {
  z-index: 10000!important;
}
.table-hover tbody tr:hover {
  background-color: #f4c7c2;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none !important;
}
.file-thumbnail-footer {
  display: none;
}
.home-icon {
  font-weight: bolder;
  min-height: 120px;
}
.home-icon a {
  color: #23395B;
}
.home-icon a:hover {
  color: #682928;
}
.text-truncate {
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-truncate-600 {
  max-width: 600px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-dot6 {
  font-size: .6em;
}
.bs-actionsbox .bs-select-all {
  border-right: solid 2px #ccc;
}
.typeahead.dropdown-menu {
  border: solid 4px #BFDEFF !important;
  color: #666;
  background-color: #fff;
}
.typeahead.dropdown-menu li {
  border-bottom: solid 1px #ccc;
}
.typeahead.dropdown-menu li:hover {
  background-color: #77579E;
}
.typeahead.dropdown-menu li:hover a {
  color: #fff;
}
.typeahead.dropdown-menu a {
  color: #666;
}
.carousel-inner {
  max-height: 300px;
  background-color: #fff;
}
.carousel-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}
.carousel-caption {
  color: #333;
  font-weight: bolder;
  text-shadow: -1px 0 #ffffff, 0 1px #ffffff, 1px 0 #ffffff, 0 -1px #ffffff;
}
.carousel-caption h2 {
  font-size: 30px;
}
.carousel-caption p {
  font-size: 20px;
}
body {
  font-family: Montserrat, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 16px;
  color: #666;
  /*    background: url(imagenes/fondo.jpg) no-repeat center center fixed;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
  height: 12px;
}
::-webkit-scrollbar-track {
  background: #ccc;
  /* color of the tracking area */
}
::-webkit-scrollbar-thumb {
  background-color: #999;
  /* color of the scroll thumb */
}
.form-body {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
}
.kv-upload-progress {
  display: none !important;
}
.icono-sm {
  width: 18px;
  height: 18px;
}
.container {
  padding: 74px 20px 40px 20px;
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
  max-width: 100% !important;
  min-height: 700px;
}
.dropdown-menu {
  -webkit-box-shadow: 2px 2px 8px 0px #666666;
  -moz-box-shadow: 2px 2px 8px 0px #666666;
  box-shadow: 2px 2px 8px 0px #666666;
}
.dropdown-item:hover {
  background-color: #666;
  color: #fff;
}
.nota-contenido p {
  margin: 0px;
}
/*div.tooltip-inner {
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  padding: 6px;
  margin-bottom: 6px;
  background-color: #505050;
  max-width: 600px;
  font-size: 14px;
  white-space: normal;
}*/
.icono-menu-label {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 3em;
  font-size: .8em;
  font-weight: bolder;
  color: #663b8b;
}
.icono-menu img {
  width: 70%;
  height: auto;
  max-width: 170px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.typeahead li {
  padding: 0px 10px;
}
.flex-break {
  flex-basis: 100%;
  height: 0;
}
break {
  flex-basis: 100%;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
.page-header {
  color: #021938;
  border-bottom: solid 1px #021938;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}
.page-header .col1 {
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.page-header .col1 img {
  width: 80px;
  height: auto;
}
.page-header .col2 {
  padding-left: 20px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.page-header .col2 .titulo {
  font-size: 2em;
  font-weight: bolder;
}
.page-header .col2 .subtitulo {
  font-size: 1.6em;
}
.popup {
  cursor: zoom-in;
}
.section-header {
  color: #73449B;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
}
.section-header .col1 {
  display: flex;
  align-items: center;
}
.section-header .col1 img {
  width: 50px;
  height: auto;
}
.section-header .col2 {
  padding-left: 20px;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.section-header .col2 .titulo {
  font-size: 1.4em;
  font-weight: bolder;
}
.form-separador {
  border-bottom: solid 1px #ccc;
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 12px;
  margin-top: 12px;
  padding-bottom: 6px;
}
.tachado {
  text-decoration: line-through;
  color: #ccc;
}
.btn-outline-secondary {
  border: solid 1px #ccc;
}
.bottom-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
.bottom-buttons .btn {
  margin-right: 4px;
  margin-top: 4px;
}
.btn-crud-menu {
  white-space: nowrap;
}
.btn-xs2 {
  padding: 3px 6px;
}
.btn-xxs {
  font-size: 8px;
  padding: 1px 3px;
}
.checkbox {
  margin-left: 1.5em;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #7EA5D7;
}
.datepicker {
  z-index: 100 !important;
}
.field-validation-error {
  color: #b94a48;
}
.fondo {
  background-color: rgba(255, 255, 255, 0.8);
}
.input-number {
  text-align: right;
}
.input-validation-error {
  border-color: #b94a48;
}
.item-main-menu {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.item-main-menu:hover {
  text-decoration: none;
}
.nowrap {
  white-space: nowrap;
}
h2 {
  border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin-top: 0px;
  color: #333;
}
.pagination {
  margin: 0px;
}
.pagination a {
  color: #333;
}
.tab-content {
  padding-top: 16px;
}
.tab-content-nav-pills {
  padding-top: 0px;
}
.table {
  background-color: #fff;
}
.table td,
.table th {
  border-top: none;
  vertical-align: top;
}
.text-big {
  font-size: 36px;
  font-weight: bold;
}
.text-bold {
  font-weight: bolder;
}
.text-disabled {
  color: #ccc;
}
.text-large {
  font-size: 24px;
  font-weight: bold;
}
.text-medium {
  font-size: 18px;
  font-weight: bold;
}
.text-small {
  font-size: 10px;
}
.top-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
}
.validation-summary-errors {
  color: #b94a48;
}
.w1 {
    width: 1%;
}
.w5 {
  width: 5%;
}
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.33%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w66 {
  width: 66.66%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
#fixed_nav {
  margin-bottom: 0px;
}
#imagemodal .modal-content {
  background-color: transparent;
  border: none;
  border-radius: 0px;
  box-shadow: none;
}
#imagemodal .close {
  color: #fff;
  font-size: 60px;
}
.mensaje-home {
  margin: 30px 0px;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
}
