@charset "UTF-8";
/* TAMAÑOS DE FONTE */
.title-h1 {
  font-size: 26px !important;
  line-height: 31.2px !important;
  font-weight: 700 !important; }

.button-cta {
  font-size: 16px !important;
  line-height: 19.2px !important;
  font-weight: 500 !important; }

.body-big {
  font-size: 18px !important;
  line-height: 25.2px !important;
  font-weight: 400 !important; }

.body-small {
  font-size: 14px !important;
  line-height: 19.6px !important;
  font-weight: 400 !important; }

.body-small-emphas {
  font-size: 14px !important;
  line-height: 19.6px !important;
  font-weight: 500 !important; }

.body-copy {
  font-size: 16px !important;
  line-height: 22.4px !important;
  font-weight: 400 !important; }

/*
// FONTE MONTSERRAT

@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../font/Montserrat/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}
*/
@font-face {
  font-family: "Karla";
  src: url("../font/Karla/Karla-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Karla";
  src: url("../font/Karla/Karla-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: "Karla";
  src: url("../font/Karla/Karla-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: "Karla";
  src: url("../font/Karla/Karla-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
body {
  font-family: "Karla", "Open Sans", sans-serif !important; }

body,
.navbar-glass {
  background-color: #f6f8f9; }

.card {
  border-radius: 16px !important; }

.logo-user {
  width: 32px;
  height: 32px;
  background-color: #EBEEF2;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center; }

.bg-wine {
  background-color: #9999ff !important; }

.bg-consumido {
  background-color: #1ab394; }

.bg-disponible {
  background-color: #dedede; }

.bg-ejecutado {
  background-color: #00548f; }

.bg-pendiente {
  background-color: #dddddd; }

a {
  text-decoration: none !important; }

.avatar-xl {
  height: 2rem;
  width: 3rem; }

.text-warning a {
  color: #f8ac59 !important; }

.text-danger a {
  color: #ed5565 !important; }

.text-info a {
  color: #1c84c6 !important; }

.text-primary-dark {
  color: #002640; }

.text-default {
  color: #1e1e1f; }

.text-soft {
  color: #6f7173; }

.color-semantic-warning {
  color: #8c0022 !important; }

.color-semantic-positive {
  color: #00592E !important; }

.background-neutral {
  background-color: #f5f7f9; }

.nav-tabs .nav-link {
  padding: 12px 0.5rem;
  font-weight: 400;
  font-size: 14px; }
  .nav-tabs .nav-link.active {
    font-size: 14px;
    color: #00548f;
    border-bottom: 2px solid #00548f;
    font-weight: 500;
    line-height: 19.6px; }
  @media (min-width: 576px) {
    .nav-tabs .nav-link {
      padding: 12px 2rem; } }
  @media (min-width: 768px) {
    .nav-tabs .nav-link {
      padding: 12px 4rem; } }

.content > .navbar-top {
  display: none; }

.estado-costos,
.estado-plazos {
  position: relative; }

.barra-progress {
  position: absolute;
  top: 40px;
  width: 5px;
  height: 28px; }

.texto-progress {
  position: absolute;
  top: 17px; }

.card-estados .col {
  font-size: 12px; }
  @media (min-width: 576px) {
    .card-estados .col {
      font-size: 20px; } }

.total-proyecto {
  justify-content: center;
  /*
  @media (min-width: 1400px) {
      justify-content: start;
      .total, .grafico{
          min-width: 150px;
      }
  }
  @media (min-width: 1600px) {
      justify-content: start;
      .total, .grafico{
          min-width: 180px;
      }
  }*/ }
  @media (min-width: 576px) {
    .total-proyecto {
      justify-content: space-between; } }
  .total-proyecto .total {
    text-align: center; }
    @media (min-width: 576px) {
      .total-proyecto .total {
        text-align: left; } }

.login-icon {
  padding: 10px;
  background-color: #ebeef2;
  border-radius: 20px; }

.dropdown-toggle::after {
  content: none; }

.dropdown-toggle {
  background-image: url("../img/icons/arrow_down.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right;
  padding-right: 24px !important; }

.leyendas {
  gap: 20px; }
  .leyendas .cuadro {
    width: 50px;
    height: 10px; }

#navbarStandard > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  /*                 @media (min-width: 992px) {
                      font-size: 23px;
                  } */ }

#myTab {
  border-bottom: 1px solid #B0CADC;
  padding-bottom: 8px; }

/*# sourceMappingURL=custom.css.map */
