/**************Declaracion variables Generales***************/
/**************FIN Declaracion variables Generales***************/
/**************Declaracion variables para las Fuentes***************/
/**************FIN Declaracion variables para las Fuentes***************/
/**************Variables Iconos Finandina***************/
/************VARIABLES HIPOTECARIO*************/
/**************FIN Variables Iconos Finandina***************/
/**************Declaracion MIXINS***************/
/**************FIN Declaracion MIXINS***************/
/**************Declaracion variables Queries***************/
/**************FIN Declaracion variables Queries***************/
/***********Mis Proximos Pagos*****************/
.dashboard-cdt-inversiones .panel-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .dashboard-cdt-inversiones .panel-header i {
    font-size: 23px;
    margin-right: 20px;
    margin-left: 5px; }

.dashboard-cdt-inversiones .content-general-body.padding-main {
  padding: 0 10px 15px 10px; }

.dashboard-cdt-inversiones .content-general-body .panel-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 20px 0;
  padding-bottom: 20px; }
  .dashboard-cdt-inversiones .content-general-body .panel-body:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
  .dashboard-cdt-inversiones .content-general-body .panel-body .panel-1 {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 25%; }
    .dashboard-cdt-inversiones .content-general-body .panel-body .panel-1 a {
      font-size: 12px;
      text-transform: uppercase;
      text-decoration: underline;
      line-height: 14px;
      margin-bottom: 5px;
      font-family: Open_Sans_Bold;
      color: #333;
      -webkit-transition: all ease-in-out 0.2s;
      -o-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
      .dashboard-cdt-inversiones .content-general-body .panel-body .panel-1 a:hover {
        color: #68ad10; }
  .dashboard-cdt-inversiones .content-general-body .panel-body .panel-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 50%;
    height: 55px;
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 10px;
    text-align: center; }
    .dashboard-cdt-inversiones .content-general-body .panel-body .panel-2 span:first-child {
      width: 80px;
      font-size: 13px; }
    .dashboard-cdt-inversiones .content-general-body .panel-body .panel-2 span:nth-child(2) {
      font-size: 18px; }
  .dashboard-cdt-inversiones .content-general-body .panel-body .btn-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 30%; }
    .dashboard-cdt-inversiones .content-general-body .panel-body .btn-content button {
      width: 92px;
      height: 30px;
      padding: 0;
      margin: 0 5px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .dashboard-cdt-inversiones .content-general-body .panel-body .btn-content button:hover {
        background-color: #68ad10; }
    .dashboard-cdt-inversiones .content-general-body .panel-body .btn-content a {
      width: 103px;
      height: 30px;
      padding: 0;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .dashboard-cdt-inversiones .content-general-body .panel-body .btn-content a:hover {
        background-color: #68ad10; }

/***********FIN Mis Proximos Pagos*****************/
/***********Queries Mis Proximos Pagos*****************/
@media (max-width: 990px) {
  .dashboard-cdt-inversiones .content-general-body .panel-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .dashboard-cdt-inversiones .content-general-body .panel-body .panel-1 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      width: 100%; }
      .dashboard-cdt-inversiones .content-general-body .panel-body .panel-1 h4 {
        margin: 0; }
      .dashboard-cdt-inversiones .content-general-body .panel-body .panel-1 a {
        width: 150px; }
    .dashboard-cdt-inversiones .content-general-body .panel-body .panel-2 {
      width: 100%;
      margin: 15px 0; }
    .dashboard-cdt-inversiones .content-general-body .panel-body .btn-content {
      width: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/***********FIN Queries Mis Proximos Pagos*****************/
