/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

@import url(./font/stylesheet.css);

html {
  position: relative;
  min-height: 100%;
}
body {
  margin-bottom: 60px;
  font-family: 'Theinhardt' !important;
  color: #505050 !important;
}
.footer {
  position: absolute;
  width: 100%;
  min-height: 120px;
  color: #fff !important;
  font-size: 12px!important;
  bottom: -2em;
  margin-top: 3rem;
}

body > .container {
  padding: 80px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}


main > .container {
  padding: 60px 15px 0;
}


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.contenedor {
  /*width: 95%;*/
  margin: auto;
}

/***TEXTOS***/
.text_blue {
  color: #268dc1 !important;
}

.text_azul {
  color: #00577e !important;
}

.text_pink {
  color: #E74482;
}

.titleAnio {
  font-size: 3rem;
  letter-spacing: 1.5px;
}

.source {
  font-family: 'Source Serif Pro', serif !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.text_12 {
  font-size: 14px;
}

/*** MENU ***/

.bg-dark {
  background-color: #2776c8!important;
  color: #fff !important;
}


/*** table campus ***/
.table_campus {
  font-size: 1.2rem;
}

.table_campus  thead th, .miembros thead th{
  border-top: none !important;
  border-bottom: none !important;
}

.border_l {
  border-left: 1px solid #238dc2 !important;
}

/*** grafica proyectos de investigacion ***/
.dot_curso {
  width: 15px;
  height: 15px;
  background-color: #00567d;
  display: inline-block;
  vertical-align: -2px;
}

.dot_cancelado {
  width: 15px;
  height: 15px;
  background-color: #278ec2;
  display: inline-block;
  vertical-align: -2px;
}

.dot_concludo {
  width: 15px;
  height: 15px;
  background-color: #C0D235;
  display: inline-block;
  vertical-align: -2px;
}


/*** tabla miembros ***/

.miembros thead th {
  border-bottom: 2px solid #C0D235 !important;
}

.border_lg {
  border-left: 2px solid #C0D235 !important;
}

.border_bg {
  border-bottom: 2px solid #C0D235 !important;
}

.miembros td {
  border-left: 2px solid #C0D235 !important;
}
.miembros .dato {
  width: 180px;
  height: 150px;
  text-align: left;
  color: #268dc1;
}

.miembros .dato h3 {
  font-weight: bold;
}


.border_g {
  border: 2px solid #C0D235 !important;
}

.bg_g {
  background-color: #C0D235;
  padding: 15px;
  width: 100%;
}

.title_blue {
  width: 100%;
  padding: 15px 1rem;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background-color: #238dc2;
  font-weight: 600;
}

.img_programa {
  width: 75px;
  margin: auto;
}

.img_programa1 {
  width: 45px;
  margin: auto;
}

.img_programa2 {
  width: 40px;
  margin: auto;
}

.hr_alta {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}

.tabla-vulnerables .hr_alta {
  margin-top: 1rem !important;
  margin-bottom: 0.7rem !important;
}

/*** ***/


.flexWrapper {
	display: flex;
  position: relative;
}

canvas {
  width: 100% !important;
  height: auto !important;
}

.text_dona {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}




.link_b {
  color: #0077C2;  
  text-decoration: underline;
  padding-bottom: 10px;
}

.link_black{
  color: #505050 !important;
}

.link_b i {
  font-size: 25px;
  vertical-align: bottom;
}



.linkFooter {
  color: #004874 !important;
  font-size: 2rem;
}

.redes a {
  color: #004874 !important;
  font-size: 1.5rem;
  margin-right: 15px;
}

.footer1 {
  margin-top: 3rem;
}

.logos1 {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: end;
}

.percentaje {
  position: absolute;
  top: 33px;
  margin: auto .5rem;
  text-align: center;
}

.multiple {
  border-radius: 0px !important;
  background: transparent !important;
  height: 1.7rem;
}

.progres1 .multiple {
  height: 2.7rem;
}

.hr_blueMov {
  display: none;
}









.wrap {
  max-width: 85.375rem;
  margin: 0 auto;
}

.image-as-background {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.screen-reader-text {
  height: auto;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  height: auto;
  width: auto;
  background-color: #000000;
  border-radius: 2px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #FFFFFF;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  left: 0.3125rem;
  line-height: normal;
  padding: 0.9375rem 1.4375rem 0.875rem;
  text-decoration: none;
  top: 0.3125rem;
  z-index: 100000;
}

@-webkit-keyframes animation-lightspeed-in {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes animation-lightspeed-in {
  0% {
    opacity: 0;
    transform: translateX(-200%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.chart-wrapper {
  max-width: 60rem;
  width: 100%;
}

.chart-horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.chart-horizontal::after {
  clear: both;
  content: "";
  display: block;
}
.chart-horizontal .chart-bar-label {
  color: #FFFFFF;
  line-height: 1.1rem;
  margin-left: 0.3125rem;
}
.chart-horizontal .chart-bar {
  -webkit-animation: 1s animation-lightspeed-in ease forwards;
          animation: 1s animation-lightspeed-in ease forwards;
  background: #278ec2;
  height: 1.1rem;
  margin: 0.3125rem 0;
  opacity: 0;
  overflow: hidden;
}

.chart-horizontal .chart-bar1 {
  -webkit-animation: 1s animation-lightspeed-in ease forwards;
          animation: 1s animation-lightspeed-in ease forwards;
  background: #C0D235;
  height: 1.1rem;
  margin: 0.3125rem 0;
  opacity: 0;
  overflow: hidden;
}

.chart-horizontal .chart-bar:nth-of-type(10) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.chart-horizontal .chart-bar:nth-of-type(9) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.chart-horizontal .chart-bar:nth-of-type(8) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.chart-horizontal .chart-bar:nth-of-type(7) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.chart-horizontal .chart-bar:nth-of-type(6) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.chart-horizontal .chart-bar:nth-of-type(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.chart-horizontal .chart-bar:nth-of-type(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.chart-horizontal .chart-bar:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.chart-horizontal .chart-bar:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.chart-horizontal .chart-bar:nth-of-type(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.chart-horizontal .chart-bar[data-skill="90"] {
  width: 90%;
}
.chart-horizontal .chart-bar1[data-skill="90"] {
  width: 90%;
}
.chart-horizontal .chart-bar[data-skill="87"] {
  width: 87%;
}
.chart-horizontal .chart-bar1[data-skill="87"] {
  width: 87%;
}
.chart-horizontal .chart-bar[data-skill="93"] {
  width: 93%;
}
.chart-horizontal .chart-bar[data-skill="92"] {
  width: 92%;
}
.chart-horizontal .chart-bar1[data-skill="93"] {
  width: 93%;
}
.chart-horizontal .chart-bar[data-skill="90"] {
  width: 90%;
}
.chart-horizontal .chart-bar1[data-skill="90"] {
  width: 90%;
}
.chart-horizontal .chart-bar[data-skill="89"] {
  width: 89%;
}
.chart-horizontal .chart-bar1[data-skill="89"] {
  width: 89%;
}
.chart-horizontal .chart-bar1[data-skill="88"] {
  width: 88%;
}
.chart-horizontal .chart-bar1[data-skill="96"] {
  width: 96%;
}
.chart-horizontal .chart-bar[data-skill="96"] {
  width: 96%;
}
.chart-horizontal .chart-bar1[data-skill="94"] {
  width: 94%;
}
.chart-horizontal .chart-bar[data-skill="94"] {
  width: 94%;
}
.chart-horizontal .chart-bar[data-skill="95"] {
  width: 95%;
}
.chart-horizontal .chart-bar1[data-skill="95"] {
  width: 95%;
}
.chart-horizontal .chart-bar1[data-skill="96"] {
  width: 96%;
}
.chart-horizontal .chart-bar[data-skill="88"] {
  width: 88%;
}
.chart-horizontal .chart-bar[data-skill="100"] {
  width: 100%;
}
.chart-horizontal .chart-bar1[data-skill="60"] {
  width: 60%;
}
.chart-horizontal .chart-bar[data-skill="54"] {
  width: 54%;
}
.chart-horizontal .chart-bar[data-skill="50"] {
  width: 50%;
}
.chart-horizontal .chart-bar1[data-skill="45"] {
  width: 45%;
}

.centradoGrafica {
  display: flex;
  align-items: center!important;
  border-bottom: 1px solid #278ec2;
}


.text_green {
  color: #C0D235;
}

.bordeGLeft {
  border-left: 1px solid #666;
  padding-left: 0px !important;
}
.bordeGRight {
  border-right: 1px solid #666;
}


.imgTabla1 {
  width: 60px;
}

.displayDesk {
  display: none;
}

.imgTabla2 {
  width: 50px;
}

.bg_g h2 {
  font-size: 26px;
}

.meta_img {
  display: none;
}
.graficaBar {
  width: 100%;
}

.cuadro_salud {
  width: 82%;
  margin-left: 15px;
}






@media (max-width: 576px) {
  .titleAnio {
    font-size: 2rem;
    margin-top: 15px;
  }
  .redes {
    margin: 2rem 0;
  }
  .dnone {
    display: none;
  }
  .linkFooter {
    font-size: 1.5rem;
  }
  .img_campus img{
    display: none !important;
  }
  .t_centros .col-9{
    flex: 0 0 78% !important;
    max-width: 78% !important;
  }
  .meta_img {
    margin: 1.5rem auto 0 !important;
    display: block;
  }
  .grafica_abc {
    margin: 1.5rem auto;
  }
  canvas {
    width: 90% !important;
    height: auto !important;
    margin: auto !important;
  }
  #miembros {
    width: 75% !important;
  }
  .text12_mov {
    font-size: 14px !important;
  }
  .col-4 h5 {
    font-size: 1rem !important;
  }
  .bordeGLeft {
    border-left: none;
    padding-left: 15px !important;
  }
  .centradoGrafica h5 {
    margin-top: 1rem;
  }
  .centradoGrafica {
    border-bottom: none;
    border-top: 1px solid #278ec2;
    margin-top: 10px;
  }
  .movNone {
    display: none;
  }
  .table td, .table th {
    font-size: 11px !important;
  }
  .imgTabla1 {
    display: none;
  }
  .order0 {
    order: -1;
    margin-bottom: 1rem;
  }
  .displayDesk {
    display: flex !important;
  }
  .imgTabla2 {
    width: 20px;
  }
  .miembros .dato {
    width: 101px;
    height: 83px;
  }
  .bg_g h2 {
    font-size: 26px;
  }
  .img_programa {
    width: 40px;
  }
  .img_programa1 {
    width: 35px;
  }
  .title_blue {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  .cuadro_salud {
    width: 95%;
    margin:auto;
  }

  .title-table-1, .title-table-2 {
    width: 90px;
  }
}

/** Nuevos estilos **/
h2 {
  font-size: 1.9rem;
}

.bg-lightblue {
  background-color: #f4fafc;
}

.chart-horizontal .chart-bar1[data-skill="4.7"] {
  width: calc( 5 * 4.7% );
}
.chart-horizontal .chart-bar[data-skill="0.54"] {
  width: calc( 5 * 0.54% );
}

.chart-horizontal .chart-bar1[data-skill="4.5"] {
  width: calc( 5 * 4.5% );
}
.chart-horizontal .chart-bar[data-skill="0.06"] {
  width: calc( 5 * 0.06% );
}

.chart-horizontal .chart-bar1[data-skill="5.87"] {
  width: calc( 5 * 5.87% );
}
.chart-horizontal .chart-bar[data-skill="2.12"] {
  width: calc( 5 * 2.12% );
}

.chart-horizontal .chart-bar1[data-skill="4.34"] {
  width: calc( 5 * 5.87% );
}
.chart-horizontal .chart-bar[data-skill="0.1"] {
  width: calc( 5 * 0.1% );
}

.chart-horizontal .chart-bar1[data-skill="15"] {
  width: calc( 5 * 15% );
}
.chart-horizontal .chart-bar[data-skill="0.13"] {
  width: calc( 5 * 0.13% );
}

.chart-horizontal .chart-bar1[data-skill="16.5"] {
  width: calc( 5 * 16.5% );
}
.chart-horizontal .chart-bar1[data-skill="16.9"] {
  width: calc( 5 * 16.9% );
}
.chart-horizontal .chart-bar1[data-skill="13.8"] {
  width: calc( 5 * 13.8% );
}
.chart-horizontal .chart-bar[data-skill="0.16"] {
  width: calc( 5 * 0.16% );
}

.chart-horizontal .chart-bar1[data-skill="0.5"] {
  width: calc( 5 * 0.5% );
}