/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
.chart {
      width: 100%; 
     min-height: 800px;
}
.container{
      width: 100% !important;
}
.navbar-header a img{
      position: relative;
      top: 8px;
      margin-left: 5px;
      margin-right: 5px;
}
.container .container{
      padding-left: 0px !important;
      padding-right: 0px !important;
}
.alert-info{
      margin: 0px 10px;
}
.form-control{
      box-shadow: none !important;
}
.noti-all{
      width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
}
.noti-all .text-center{
      padding: 10px 20px;
      border-radius: 25px;
      background: #4cae4c;
      color: #fff;
      text-align: center;
}
.navbar{
      margin-bottom: 0px !important;
}
.container-fluid{
      display: flex;
      justify-content: center;
      padding: 0px !important;
}
.cont-flex{
      display: flex;
      flex-wrap: wrap;
}
.cont-flex-2{
      display: flex;
}
.vl-cent{
  align-items: center;
}
.fl-cent{
  justify-content: center;
}
.fl-sbet{
  justify-content: space-between;
}
.fl-sard{
  justify-content: space-around;
}
.social{
      list-style: none;
      display: flex;
      padding: 0px;
}
.social-item a{
      text-decoration: none;
      display: flex;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      background: #1E4592;
      color: #fff;
      justify-content: center;
      align-items: center;
      margin: 5px;
}
.social-item a i{
font-size: 20px;
}
.social-item a:hover{
      color: #1E4592;
      background: #fff;
      text-decoration: none;
      border: 1px solid #1E4592;
}

.cont-mapeo{
      display: flex;flex-wrap: wrap;
}
.map-chec{
      width: 30px;
      margin-left: 20px;
}
.map-text{
      width: calc(100% - 50px);
      display: flex;
      align-items: center;
}
.map-text img{
      width: 40px;
      margin: 0px 10px;
}
.ico-lik{
      color: #1BB910;
      font-size: 20px;
      margin-top: -5px;
      margin-bottom: -5px;
}
.ico-dli{
      color: #B91010;
      font-size: 20px;
      margin-top: -5px;
      margin-bottom: -5px;
}
.jumbotron{
      padding: 20px 0px !important;
      width: 100%;
      margin-bottom: 0px !important;
}
.progress{
      margin-bottom: 0px !important;
}
.cont-tit{
      text-align: center;
      margin-bottom: 15px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 10px;
}
.cont-tit .tit-cen h3{
      font-size: 20px;
}
#tablaAdd{
      width: 100%;
}
#tablaAdd tr{
      display: flex;
      justify-content: space-around;
}
.btn-mar{
      margin: 10px;
      font-size: 20px !important;
      min-width: 280px;
}
.cont-btn{
      display: flex;
      width: 100%;
}
.cont-btn .item-btn{
      text-align: center;
      min-width: 250px;
}
.btn-desc{
      margin-top:-5px;
      display: block;
      position: relative;
      font-size: 14px !important;
      text-transform: uppercase;
}
.cont-info{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
}

.fila-fija .eliminar, .fila-fijaAdd .eliminarAdd {
  display: none !important; }
.cont-tit h3{
      text-transform: uppercase;
      font-weight: 700;
      margin: 0px !important;
}
.cont-tit h5{
      font-size: 14px;
      font-weight: 300;
      margin-top: -3px;
      text-transform: uppercase;
      display: block;
      text-align: center;
}
.cont-cen{
      width: 30%;
}
.btn-menu{
      display: none;
}

.cont-img{
      width: 60px;
      height: 60px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      border: 2px solid #425fa5;
      margin-top: -7px;
      margin-bottom: -7px;
}
.cont-img img{
      height: 100%;
}
.cont-tit .hr{
      width: 35%;
}

.cont-tit .hr hr{
      margin: 0px;
}
.cont-tit p{
      font-size: 14px;
}

.cont-tit-2{
      text-align: left;
      margin-bottom: 15px;
}
.cont-tit-2 h3{
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 0px;
}
.cont-tit-2 h5{
      font-size: 14px;
      font-weight: 300;
      margin-top: -3px;
      text-transform: uppercase;
      display: block;
}
.cont-tit-2 p{
      font-size: 14px;
}

.cont-item{
      box-shadow: 0px 0px 3px rgba(0, 0, 0, .4);
}

.post-rela{
      position: relative;
}
.cont-menu{
      height: 60px;
      width: 90%;
      margin: auto;
}
.btn-check + label, .btn-check{
      display: none;
}
@media (max-width: 1080px) {
      .cont-flex .col-sm-8{
            width: 100%;
      }
      .cont-menu{
            width: 100%;
      }
}
@media (max-width: 768px) {
      .btn-menu{
            display: block;
            background: #fff;
            border: 0px;
            margin: auto;
            padding: 10px;
      }
      
      .navbar-default{
            position: absolute;
            top: -1000%;
            padding: 0px;
            height: 0px;
            transition: all 1s;
      }
      .btn-check + label {
            margin: auto;
            width: 60px;
            padding: 15px 20px;
            height: 55px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 5px;
            background-color: #fff;
            border-radius: 10px 10px 0px 0px;
            transition: all 1s;
            cursor: pointer; }
      .btn-check + label i{
            font-size: 26px;
      }
      .navbar-default .container-fluid,.navbar-default.navbar-nav{
            margin: 0px;
            padding: 0px;
      }
      .btn-menu:{
            display: block;
      }
      .cer{
            display: none;
      }
      .btn-check:checked ~ .navbar-default{
            transition: all 1s;
            display: block;
            position: absolute;
            height: auto;
            width: 80%;
            top: 60px;
            left: 10%;
            right: 10%;
            z-index: 999;
      }
      .btn-check:checked ~ label{
            background: #425fa5;
            transition: all 1s;
      }
      .btn-check:checked ~ label .cer{
            display: block;
            color: #fff;
      }
      .btn-check:checked ~ label .abr{
            display: none;
      }
      .navbar-default ul{
            width: 100%;
      }
      .navbar-default ul li a{
            text-align: center;
      }
      .cont-btn .item-btn{
            min-width: auto;
            padding: 3px;
      }
}
@media (max-width: 580px) {
      .cont-info .item-grf,.cont-info .item-tex{
            width: 100%;
      }
      .cont-cen{
            width: 60%;
      }

      .cont-tit .hr{
            width: 20%;
      }
      #tablaAdd tr{
            flex-wrap: wrap;
      }
      #tablaAdd tr td{
            width: 100%;
      }
      .cont-btn .item-btn{
            width: 100%;
            padding: 3px;
      }
}


/*TABS*/
.t-container {
  margin: 0 auto;
  padding: 0;
}
.t-tabs, .t-contents {
  list-style-type: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.t-tabs{
      position: relative;
      text-align: center;
      width: auto;
      display: flex;
      justify-content: center;
      height: 30px;
      bottom: -2px;
}
.t-tabs li {
  color: #000;
  padding: 0.5em 0.7em;
  border-radius: 5px 5px 0px 0px;
  text-decoration: none;
  float: left;
  text-align: center;
  font-size: 1.1em;
  background: #ddd;
  border-bottom: 0;
  min-width: 40px;
  margin-right: 2px;
  margin-bottom: 0 !important;
  box-sizing: border-box;
  cursor: pointer;
}
.t-tabs li:hover {
  background-color: #545454;
  color: #d2d2d2;
}
.t-tabs li.selected {
  color: #000;
  cursor: default;
  background: #fff;
  position: relative;
  z-index: 50;
  border: 2px solid #ddd;
  border-bottom: 0px solid #fff;
}
.t-contents {
  padding: 0 !important
}
.t-content {
  padding: 0;
  background-color: #fff;
  box-sizing: border-box;
  float: left;
  width: 100%;
  line-height: 1.3em;
  text-align: justify;
  z-index: 1;
  position: relative;
  max-height: 0;
  border-top: 1px solid #ddd;
  /*transition: max-height 0.5s ease 0s;*/
  overflow: hidden;
  text-align: center;
}
.t-content.selected {
  max-height: 3000px;
  /*transition: max-height 1.25s ease 0.5s;*/
}