/*Variables*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700);
@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro);
/* line 12, D:/HTML/presentacion/css/style.scss */
body {
  font-family: 'Source Sans Pro', sans-serif;
  overflow: hiden; }

/* line 16, D:/HTML/presentacion/css/style.scss */
img {
  max-width: 100%; }
canvas{
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }
/* line 19, D:/HTML/presentacion/css/style.scss */
.contenedor-futuro {
  background: #F5F5F5;
  display: block; }

/* line 23, D:/HTML/presentacion/css/style.scss */
.cabezas {
  position: absolute;
  display: block;
  right: 0;
  left: 0;
  top:25%;
  margin: auto; }
  /* line 31, D:/HTML/presentacion/css/style.scss */
  .cabezas .caras-inicio {
    width: 100%;
    display: block;
    position: absolute; }
    /* line 35, D:/HTML/presentacion/css/style.scss */
    .cabezas .caras-inicio.blanca {
      right: 0;
      cursor: pointer;
      transition: all 0.3s; }
    /* line 40, D:/HTML/presentacion/css/style.scss */
    .cabezas .caras-inicio.azul {
      left: 0;
      cursor: pointer;
      transition: all 0.3s; }
    /* line 45, D:/HTML/presentacion/css/style.scss */
    .cabezas .caras-inicio.completa {
      transition: all 0.3s; }
  /* line 51, D:/HTML/presentacion/css/style.scss */
  .cabezas:hover .caras-inicio.blanca {
    right: -70%; }
  /* line 54, D:/HTML/presentacion/css/style.scss */
  .cabezas:hover .caras-inicio.azul {
    left: -70%; }
  /* line 57, D:/HTML/presentacion/css/style.scss */
  .cabezas:hover .caras-inicio.completa {
    transform: scale(0.5); }

/* line 63, D:/HTML/presentacion/css/style.scss */


/* line 70, D:/HTML/presentacion/css/style.scss */
.plan-contenedor {
  display: none; }

/* line 73, D:/HTML/presentacion/css/style.scss */
.planes {
  width: 80%;
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 10%;}
  /* line 79, D:/HTML/presentacion/css/style.scss */
  .planes .plan {
    position: absolute;
    width: 150px;
    height: 100px; }
    /* line 83, D:/HTML/presentacion/css/style.scss */
    .planes .plan.uno {
      /*background-color: #3c9d9b;*/
      left: 8%;
      top: 43%;
      cursor: pointer; }
    /* line 83, D:/HTML/presentacion/css/style.scss */
    .planes .plan.dos {
      /*background-color: #ff9c91;*/
      left: 25%;
      top: 43%;
      cursor: pointer; }

    /* line 88, D:/HTML/presentacion/css/style.scss */
    .planes .plan.cuatro {
      /*background-color: #52de97;*/
      top: 43%;
      cursor: pointer;
      right: 27%; }

    /* line 88, D:/HTML/presentacion/css/style.scss */
    .planes .plan.cinco {
      /*background-color: #8105d8;*/
      top: 43%;
      cursor: pointer;
      right: 7%; }

/* line 97, D:/HTML/presentacion/css/style.scss */
.estructura-contenedor {
  display: none; }

/* line 100, D:/HTML/presentacion/css/style.scss */
.estructura {
  width: 100%; }

/* line 104, D:/HTML/presentacion/css/style.scss */
.lineamientos-contenedor {
  display: none; }

/* line 107, D:/HTML/presentacion/css/style.scss */
.lineamientos {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  position: relative;
  height: auto;
}
  /* line 112, D:/HTML/presentacion/css/style.scss */
.lineamientos .lineamiento {
  margin-bottom: 10px;
  background: gainsboro;
  border-radius: 20px;
}
/* line 116, D:/HTML/presentacion/css/style.scss */
.lineamientos .lineamiento .titulo, .lineamientos .lineamiento .items {
  display: inline-block;
  width: 49%;
  vertical-align: middle; }
/* line 121, D:/HTML/presentacion/css/style.scss */
.lineamientos .lineamiento .titulo {
  height: 90px;
  border-radius: 20px;
  border: 2px solid white;
  box-sizing: inherit;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  color: white; }
/* line 131, D:/HTML/presentacion/css/style.scss */
.lineamientos .lineamiento ul {
  margin-bottom: 0; }
/* line 133, D:/HTML/presentacion/css/style.scss */
.lineamientos .lineamiento ul li {
  font-size: 16px;
  font-weight: bold; }

/* line 140, D:/HTML/presentacion/css/style.scss */
.modelo-contenedor {
  display: none; }

/* line 143, D:/HTML/presentacion/css/style.scss */
.modelo-circulos-contenedor {
height: 500px;
    width: 100%;
  position: relative; }


  .plan-Tecnologia {
        position: relative;
    display: inline-block;
    width: 10%;
    height: 90px;
    margin: auto;
    right: 0;
    cursor: pointer;
    bottom: 31%;
    margin-left: 21%;
}
  /* line 147, D:/HTML/presentacion/css/style.scss */
  .modelo-circulos-contenedor .img-modelo-circulos {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 550px; }
  /* line 157, D:/HTML/presentacion/css/style.scss */
  .modelo-circulos-contenedor .plan-desarrollo {
    position: relative;
    display: inline-block;
    width: 20%;
    height: 100px;
    margin: auto;
    right: 0;
    top: 0px;
    left: 40%;
    cursor: pointer;
    margin-bottom: 20%;
  }
  /* line 167, D:/HTML/presentacion/css/style.scss */
  .modelo-circulos-contenedor .gobierno {
        position: relative;
    display: inline-block;
    width: 10%;
    height: 100px;
    right: 0;
    top: 0;
    margin-bottom: 8%;
    left: 19%;
    cursor: pointer;}
  /* line 177, D:/HTML/presentacion/css/style.scss */
  .modelo-circulos-contenedor .politica-1 {
        position: relative;
    display: inline-block;
    width: 9%;
    height: 100px;
    right: 0;
    cursor: pointer;
    margin-left: 49%;
    bottom: 20%;
      }

/* line 189, D:/HTML/presentacion/css/style.scss */
.catalizadores {
  position: relative; }
  /* line 191, D:/HTML/presentacion/css/style.scss */
  .catalizadores .enlace-catalizadores {
    position: absolute;
      cursor: pointer;
    background: transparent;
    margin: auto; }
    /* line 196, D:/HTML/presentacion/css/style.scss */
    .catalizadores .enlace-catalizadores.uno {
      width: 150px;
      height: 150px;
      top: 0;
      left: 0;
      border-radius: 50%;
      right: 0;
      bottom: 0; }
    /* line 205, D:/HTML/presentacion/css/style.scss */
    .catalizadores .enlace-catalizadores.dos {
      width: 100px;
      height: 100px;
      left: 165px;
      top: 136px;
      border-radius: 50%; }
    /* line 212, D:/HTML/presentacion/css/style.scss */
    .catalizadores .enlace-catalizadores.tres {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      right: 0;
      left: 0;
      top: 50px; }
    /* line 220, D:/HTML/presentacion/css/style.scss */
    .catalizadores .enlace-catalizadores.cuatro {
      width: 100px;
      height: 100px;
      right: 165px;
      top: 136px;
      border-radius: 50%; }
    /* line 227, D:/HTML/presentacion/css/style.scss */
    .catalizadores .enlace-catalizadores.cinco {
      width: 100px;
      height: 100px;
      right: 165px;
      bottom: 135px;
      border-radius: 50%; }
    /* line 234, D:/HTML/presentacion/css/style.scss */
    .catalizadores .enlace-catalizadores.seis {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      right: 0;
      left: 0;
      bottom: 50px; }
    /* line 242, D:/HTML/presentacion/css/style.scss */
    .catalizadores .enlace-catalizadores.siete {
      width: 100px;
      height: 100px;
      left: 165px;
      bottom: 135px;
      border-radius: 50%; }

/* line 253, D:/HTML/presentacion/css/style.scss */
[id^="modal-catalizador"] .modal-content {
  color: white;
  background: #5CACF1; }

/* line 259, D:/HTML/presentacion/css/style.scss */
.capa-politica {
  background: #bed24c;
  color: white;
  padding: 10px;
  margin: 5px;
  border-radius: 10px;
  font-family: 'Roboto', sans-serif; }

/* line 267, D:/HTML/presentacion/css/style.scss */
.dimensiones-contenedor {
  display: none; }

/* line 270, D:/HTML/presentacion/css/style.scss */
.dimensiones {
	height: 380px;
	width: 100%;
	position: relative;
    display: -webkit-inline-box;
}
  /* line 275, D:/HTML/presentacion/css/style.scss */
  .dimensiones .tecnologica {
    position: relative;
    bottom: 250px;
    width: 200px;
    height: 200px;
    margin-right: 3%;
    z-index: 200;
    float: right;
    cursor: pointer;}
  /* line 283, D:/HTML/presentacion/css/style.scss */
  .dimensiones .img-cuerpo-educativo {
        height: 300px;
    margin: auto;
    top: 0;
    display: block;
    left: 0%;
    right: 0;
    display: inline-block;
    width: 75%; }

    .texto-dimesiones {
    font-size: 4em;
    font-weight: 800;
    width: 22%;
    color: #b7acac;
    display: -webkit-inline-box;
    margin-top: 7%;
    padding-left: 10px;
}

/* line 294, D:/HTML/presentacion/css/style.scss */
.lista-calidad li {
  margin-bottom: 5px !important;
  text-align: center;
  color: white; }
  /* line 298, D:/HTML/presentacion/css/style.scss */
  .lista-calidad li:nth-child(1) {
    background: #346633; }
  /* line 301, D:/HTML/presentacion/css/style.scss */
  .lista-calidad li:nth-child(2) {
    background: #346667; }
  /* line 304, D:/HTML/presentacion/css/style.scss */
  .lista-calidad li:nth-child(3) {
    background: #336799; }
  /* line 307, D:/HTML/presentacion/css/style.scss */
  .lista-calidad li:nth-child(4) {
    background: #3763D0; }
  /* line 310, D:/HTML/presentacion/css/style.scss */
  .lista-calidad li:nth-child(5) {
    background: #3366FF; }
  /* line 313, D:/HTML/presentacion/css/style.scss */
  .lista-calidad li:nth-child(6) {
    background: #3598FE; }

/* line 317, D:/HTML/presentacion/css/style.scss */
.btn-gestionar-plan {
  background-color: #da4302;
  width: 500px;
  height: 70px;
  display: block;
  position: absolute;
  bottom: 24px;
  right: 65px;
  cursor: pointer; }

/* line 326, D:/HTML/presentacion/css/style.scss */
.btn-recursos-infraestructura {
  background-color: #52de97;
  width: 450px;
  height: 100px;
  display: block;
  position: absolute;
  bottom: 72px;
  right: 60px; }

.btn-eje1-programa1{
  /*background-color: #394a6d;*/
  width: 470px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: 290px;
  right: 40px; }

.btn-eje1-programa2 {
  /*background-color: #3c9d9b;*/
  width: 470px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: 150px;
  right: 40px; }


.btn-eje1-programa3 {
  /*background-color: #52de97;*/
  width: 470px;
  height: 110px;
  display: block;
  position: absolute;
  bottom: 40px;
  right: 40px; }

.btn-eje2-programa4 {
  /*background-color: #3c9d9b;*/
  width: 470px;
  height: 70px;
  display: block;
  position: absolute;
  bottom: 250px;
  right: 30px; }


.btn-eje2-programa5 {
  /*background-color: #52de97;*/
  width: 470px;
  height: 70px;
  display: block;
  position: absolute;
  bottom: 170px;
  right: 30px; }


.btn-eje4-programa1 {
  /*background-color: #394a6d;*/
  width: 390px;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 400px;
  right: 37px; }

.btn-eje4-programa2 {
  /*background-color: #3c9d9b;*/
  width: 390px;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 280px;
  right: 37px; }


.btn-eje4-programa4 {
  /*background-color: #52de97;*/
  width: 390px;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 26px;
  right: 37px; }

.btn-eje5-programa5 {
  /*background-color: #52de97;*/
  width: 390px;
  height: 80px;
  display: block;
  position: absolute;
  bottom: 26px;
  right: 37px; }


/* line 334, D:/HTML/presentacion/css/style.scss */
.enlace-reglamento, .enlace-acto-reglamento {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 5px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
  position: absolute;
  background: #cb4e4e;
  color: #fff;
  box-shadow: 0 6px #ab3c3c;
  border-radius: 40px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  /* line 354, D:/HTML/presentacion/css/style.scss */
  .enlace-reglamento:hover, .enlace-reglamento:focus, .enlace-acto-reglamento:hover, .enlace-acto-reglamento:focus {
    box-shadow: 0 4px #ab3c3c;
    bottom: -30px;
    color: white;
    text-decoration: none; }

/* line 361, D:/HTML/presentacion/css/style.scss */
.enlace-reglamento {
  bottom: -32px;
  left: 0; }

/* line 365, D:/HTML/presentacion/css/style.scss */
.enlace-acto-reglamento {
  bottom: -32px;
  right: 0; }

/* line 369, D:/HTML/presentacion/css/style.scss */
.enlace-cargos {
  width: 200px;
  height: 110px;
  position: absolute;
  cursor: pointer; }
  /* line 374, D:/HTML/presentacion/css/style.scss */
  .enlace-cargos.director {
    width: 150px;
    height: 150px;
    top: 37px;
    left: -29px;
    right: 0;
    margin: auto; }
  /* line 382, D:/HTML/presentacion/css/style.scss */
  .enlace-cargos.analistas {
    bottom: 29%;
    left: -29px;
    right: 0;
    margin: auto; }
  /* line 388, D:/HTML/presentacion/css/style.scss */
  .enlace-cargos.casce {
    bottom: 29%;
    right: 12%;
    margin: auto; }


  .enlace-cargos.infraestructura {
    bottom: 29%;
    left: 20%;
  }
/* line 394, D:/HTML/presentacion/css/style.scss */
video {
  max-width: 100%; }

/* line 397, D:/HTML/presentacion/css/style.scss */
.btn-play {
  font-size: 4em;
  right: 70px;
  position: absolute;
  bottom: 0;
  color: #E62117;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer; }
  /* line 407, D:/HTML/presentacion/css/style.scss */
  .btn-play:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

/* line 414,
 D:/HTML/presentacion/css/style.scss */
.mision {
  padding: 25px;
  border: 3px solid #19AD69;
  border-radius: 20px; }

/* line 419, D:/HTML/presentacion/css/style.scss */
.mision p {
  font-size: 26px;
  text-align: justify; }

/* line 424, D:/HTML/presentacion/css/style.scss */
.cerebro-contenedor {
  position: relative;
  display: none;
  margin-left: 15%;
  margin-right: 15%;
  height: auto;}

/* line 429, D:/HTML/presentacion/css/style.scss */
.cerebro {
  width: 350px; }

/* line 432, D:/HTML/presentacion/css/style.scss */
.lobulo {
  display: none; }

/* line 435, D:/HTML/presentacion/css/style.scss */
.cerebro-servicios {
      width: 160px;
    left: 166px;
    top: 16px;
    position: absolute;}

/* line 441, D:/HTML/presentacion/css/style.scss */
.cerebro-plataformas {
  width: 219px;
  left: 60px;
    top: 0;
  position: absolute; }

/* line 447, D:/HTML/presentacion/css/style.scss */
.enlace-cerebro {
  width: 90px;
  height: 90px;
  background: rgba(255, 255, 255, 0.53);
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  /* line 457, D:/HTML/presentacion/css/style.scss */
  .enlace-cerebro:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

/* line 464, D:/HTML/presentacion/css/style.scss */
.enlace-servicios {
  left: 243px;
  top: 108px;
}
  /* line 469, D:/HTML/presentacion/css/style.scss */
  .enlace-servicios.mini {
    left: 181px;
    top: 70px;
    width: 52px;
    height: 52px; }

/* line 476, D:/HTML/presentacion/css/style.scss */
.enlace-plataformas {
  left: 135px;
  top: 86px; }
  /* line 479, D:/HTML/presentacion/css/style.scss */
  .enlace-plataformas.mini {
    width: 80px;
    height: 80px;
    left: 101px;
    top: 49px; }

/* line 486, D:/HTML/presentacion/css/style.scss */
.enlace-infraestructura {
  left: 39px;
  top: 141px; }
  /* line 489, D:/HTML/presentacion/css/style.scss */
  .enlace-infraestructura.mini {
    left: 37px;
    top: 88px;
    width: 70px;
    height: 70px; }

/* line 497, D:/HTML/presentacion/css/style.scss */
.nav-tabs a {
  font-size: 20px;
  padding: 5px 15px !important; }

/* line 501, D:/HTML/presentacion/css/style.scss */
.mision .nav-tabs a {
  font-size: 25px;
  padding: 10px 15px !important; }

/* line 506, D:/HTML/presentacion/css/style.scss */
.modal-title {
  text-transform: uppercase; }

/* line 509, D:/HTML/presentacion/css/style.scss */
.modal-header {
  padding: 0 !important; }



/* line 512, D:/HTML/presentacion/css/style.scss */
.img-catalizadores {
  height: 554px !important; }

/* line 515, D:/HTML/presentacion/css/style.scss */
.lista-plataformas {
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  right: 51px;
  top: 70px; }

.lista-servicios{
  padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    right: 51px;
    top: 0;
}

/* line 523, D:/HTML/presentacion/css/style.scss */
 .lista-servicios li a img {
      height: 30px;
    margin-bottom: 10px; }

 .lista-plataformas li a img {
      height: 55px;
    margin-bottom: 10px; }

/* line 528, D:/HTML/presentacion/css/style.scss */
.lista-servicios li a:hover, .lista-plataformas li a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* line 533, D:/HTML/presentacion/css/style.scss */
.capa-dimension {
  position: absolute;
  bottom: 50%;
  left: 60%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  /* line 540, D:/HTML/presentacion/css/style.scss */
  .capa-dimension h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2em;
    text-align: center; }

/*Modales*/
/* line 549, D:/HTML/presentacion/css/style.scss */
.modal-title {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #169D60;
  font-weight: bold; }

/* line 554, D:/HTML/presentacion/css/style.scss */
.modal-dialog-80 {
  width: 90% !important;
  margin-left: 5% !important;
}

/* line 557, D:/HTML/presentacion/css/style.scss */
.modal-dialog-75 {
  height: 95% !important;}

/* line 557, D:/HTML/presentacion/css/style.scss */
.modal-dialog-70 {
  width: 70% !important; }


/* line 560, D:/HTML/presentacion/css/style.scss */
.modal-dialog-60 {
  width: 60% !important; }

/* line 563, D:/HTML/presentacion/css/style.scss */
.modal {
  font-size: 16px;
  overflow-y: auto !important; }

/* line 567, D:/HTML/presentacion/css/style.scss */
.modal-content {
  padding: 10px; }

/* line 572, D:/HTML/presentacion/css/style.scss */
.capa-dimension.abajo {
  bottom: 0;
  left: 0; }

/* line 576, D:/HTML/presentacion/css/style.scss */
.malla-cerebro, .malla-login,servicioss-login {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  display: none; }

/* line 583, D:/HTML/presentacion/css/style.scss */
.cerebro2 {
  width: 250px; }

/* line 586, D:/HTML/presentacion/css/style.scss */
.boton-infraestructura {
  position: absolute;
  width: 60px;
  height: 60px; }
  /* line 590, D:/HTML/presentacion/css/style.scss */
  .boton-infraestructura.soporte {
    top: 272px;
    left: 262px; }
  /* line 594, D:/HTML/presentacion/css/style.scss */
  .boton-infraestructura.data-center {
    top: 23px;
    left: 65px; }
  /* line 598, D:/HTML/presentacion/css/style.scss */
  .boton-infraestructura.estadistica {
    top: 278px;
    left: 75px; }
  /* line 602, D:/HTML/presentacion/css/style.scss */
  .boton-infraestructura.topologia {
    top: 177px;
    left: 240px; }
  /* line 606, D:/HTML/presentacion/css/style.scss */
  .boton-infraestructura.isp {
    top: 110px;
    left: 294px; }
  /* line 610, D:/HTML/presentacion/css/style.scss */
  .boton-infraestructura.servidores {
    top: 48px;
    left: 195px; }

/* line 615, D:/HTML/presentacion/css/style.scss */
.btn-home {
  width: 48%;
  display: inline-block;

}

.btn-Salir {
  width: 48%;
  display: inline-block;
}

  /* line 619, D:/HTML/presentacion/css/style.scss */

.cont-Botones {
    display: -webkit-inline-box;
    width: 14%;
}


/* line 623, D:/HTML/presentacion/css/style.scss */
.owl-single img {
  display: block;
  margin: auto;
  height: auto; }

/* line 628, D:/HTML/presentacion/css/style.scss */
.slide-borde {
  border: 3px solid #19AD69;
  border-radius: 20px;
  padding: 10px; }

/*Owl custom*/
/* line 635, D:/HTML/presentacion/css/style.scss */
.owl-controls {
  margin: 0; }

/* line 639, D:/HTML/presentacion/css/style.scss */
.owl-controls .owl-nav [class*=owl-] {
  background: #FFF;
  color: #3F4044;
  font-size: 12px;
  padding: 7px 9px 7px 8px;
  border-radius: 0; }

/* line 647, D:/HTML/presentacion/css/style.scss */
.owl-controls .owl-nav [class*=owl-]:hover {
  background: #FFF;
  color: #FFF; }

/* line 653, D:/HTML/presentacion/css/style.scss */
.owl-controls .owl-prev,
.owl-controls .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 35px;
  margin: auto !important;
  width: 35px;
  padding: 0;
  line-height: 35px;
  background: #8D1240 !important;
  opacity: 1 !important; }
  /* line 664, D:/HTML/presentacion/css/style.scss */
  .owl-controls .owl-prev i,
  .owl-controls .owl-next i {
    font-size: 28px; }

/* line 669, D:/HTML/presentacion/css/style.scss */
.owl-controls .owl-prev {
  left: -26px; }

/* line 673, D:/HTML/presentacion/css/style.scss */
.owl-controls .owl-next {
  right: -26px; }

/* line 677, D:/HTML/presentacion/css/style.scss */
.owl-controls .owl-dots {
  display: none !important; }

/* line 681, D:/HTML/presentacion/css/style.scss */
.owl-single h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-style: italic;
  color: #129892;
  text-align: center;
  font-size: 1.7em;
  font-weight: bold; }

/* line 690, D:/HTML/presentacion/css/style.scss */
.tooltip-inner {
  background: #14AC66; }

/* line 693, D:/HTML/presentacion/css/style.scss */
.tooltip.top .tooltip-arrow {
  border-top-color: #14AC66; }

/* line 696, D:/HTML/presentacion/css/style.scss */
.contenedor-logo {
  border-top: 10px solid #14AC66;
  position: relative;
  background-color: whitesmoke;
}
  /* line 699, D:/HTML/presentacion/css/style.scss */
 /*.contenedor-logo .capa-logo {
    width: 20%;
    background: #14AC66;
    border-radius: 0 0 30px 30px;
    display: inline-block;
}*/
  /* line 704, D:/HTML/presentacion/css/style.scss */

  /* line 716, D:/HTML/presentacion/css/style.scss */
  .contenedor-logo .enlace-portal {
    position: absolute;
    top: 0;
    right: 10px;
    color: #20B190;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    text-decoration: none; }

/* line 726, D:/HTML/presentacion/css/style.scss */
.ovalo-gris {
  width: 400px;
  height: 100px;
  border-radius: 200px;
  background: #ccc; }

/* line 732, D:/HTML/presentacion/css/style.scss */
.main {
  width: 100%;
  padding-bottom: 100px;
  position: relative; }

/* line 738, D:/HTML/presentacion/css/style.scss */
.secundaria .main {
  height: auto; }

/* line 743, D:/HTML/presentacion/css/style.scss */
.inicio .main {
  background-color: #ccc;
  background-repeat: no-repeat; }
  /* line 750, D:/HTML/presentacion/css/style.scss */
  .inicio .main h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 2em;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 81px; }
    /* line 757, D:/HTML/presentacion/css/style.scss */
    .inicio .main h1.latido {
      animation: latidos 1s infinite;
      transform-origin: center; }

/* line 766, D:/HTML/presentacion/css/style.scss */
.fondo-blanco {
  background-color: #fff !important; }

/* line 769, D:/HTML/presentacion/css/style.scss */
.cerebro-inicio {
      position: relative;
    height: 100%;
    width: 400px;
    margin-left: 36%;
  }
  /* line 772, D:/HTML/presentacion/css/style.scss */
  .cerebro-inicio .cerebro {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto; }
  /* line 780, D:/HTML/presentacion/css/style.scss */
  .cerebro-inicio .enlace-infraestructura {
    left: 15%;
    top: 35%; }
  /* line 784, D:/HTML/presentacion/css/style.scss */
  .cerebro-inicio .enlace-plataformas {
    left: 40%;
    top: 20%;
  }
  /* line 788, D:/HTML/presentacion/css/style.scss */
  .cerebro-inicio .enlace-servicios {
    right: 10%;
    top: 15%;
    left: inherit; }

/* line 795, D:/HTML/presentacion/css/style.scss */
.contenido {
  padding: 20px 10px; }
  /* line 797, D:/HTML/presentacion/css/style.scss */
  .contenido ul.opciones {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    /* line 803, D:/HTML/presentacion/css/style.scss */
    .contenido ul.opciones li {
      background: #26D1A4;
      flex-grow: 1;
      padding: 10px;
      position: relative; }
      /* line 808, D:/HTML/presentacion/css/style.scss */
      .contenido ul.opciones li a {
        color: white;
        text-decoration: none;
        text-align: center;
        display: block; }
      /* line 814, D:/HTML/presentacion/css/style.scss */
      .contenido ul.opciones li.active::before {
        content: '';
        width: 0;
        height: 0;
        border-top: 16px solid #26D1A4;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        margin: auto; }
      /* line 827, D:/HTML/presentacion/css/style.scss */
      .contenido ul.opciones li:nth-child(odd) {
        background: #20B190; }
        /* line 829, D:/HTML/presentacion/css/style.scss */
        .contenido ul.opciones li:nth-child(odd).active::before {
          content: '';
          width: 0;
          height: 0;
          border-top: 16px solid #20B190;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          position: absolute;
          bottom: -8px;
          left: 0;
          right: 0;
          margin: auto; }

/* line 848, D:/HTML/presentacion/css/style.scss */
ul.menu {
  list-style: none;
  padding: 0;
  display: block;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
    font-size: 20px; }
  /* line 857, D:/HTML/presentacion/css/style.scss */
  ul.menu li {
        display: inline-block;
    width: 11.11111111%;
    vertical-align: top;
    text-align: center;
    height: 55px;
    border-left: 1px solid white;}
    /* line 858, D:/HTML/presentacion/css/style.scss */
    ul.menu li a {
      position: relative;
      font-weight: bold;
      color: #fff;
      text-decoration: none; }
    /* line 869, D:/HTML/presentacion/css/style.scss */
    ul.menu li .circulo {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #14AC66;
      display: block;
      margin: auto;
      margin-top: 10px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    /* line 887, D:/HTML/presentacion/css/style.scss */
    ul.menu li a:hover .circulo, ul.menu li .active .circulo {
      background: #106D92;
      top: -15px; }

/* line 894, D:/HTML/presentacion/css/style.scss */

/* line 901, D:/HTML/presentacion/css/style.scss */
.nav-tabs > li {
  margin-bottom: 0px !important; }

/* line 904, D:/HTML/presentacion/css/style.scss */
.nav-tabs {
  border-bottom: 2px solid #39A4CE; }

/* line 907, D:/HTML/presentacion/css/style.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  border: 2px solid #39A4CE;
  background: #39A4CE;
  color: white; }

/* line 912, D:/HTML/presentacion/css/style.scss */
.list-group-item, p {
  font-size: 20px; }

/* line 915, D:/HTML/presentacion/css/style.scss */
.slide-estructura .list-group-item {
  font-size: 15px; }

/* line 918, D:/HTML/presentacion/css/style.scss */
button.close {
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: white;
  background: #FB6868;
  text-shadow: none !important; }

/* line 929, D:/HTML/presentacion/css/style.scss */
.close:focus, .close:hover {
  color: white;
  text-shadow: none !important; }

/* line 933, D:/HTML/presentacion/css/style.scss */
.tooltip {
  z-index: 1040 !important; }

/*Animaciones*/
@keyframes latidos {
  from {
    transform: none; }
  50% {
    transform: scale(1.1); }
  to {
    transform: none; } }

    .aqui{
      text-decoration: none;
    }

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

/* Pie de pagina inicio */


.cien {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.franja-2 {
    height: 2px;
}
.azul-osc {
    background-color: #13683d;
    color: #fff;
}
.row-same-height {
    display: table;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}
.contacto_abajo {

    border-right: solid thin #fff;
    padding: 2%;
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: right;
    clear: both;
    overflow: hidden;
}
.contacto_abajo ul {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right;
    height: auto;
    min-height: 27px;
    list-style: none;
}

.contacto_abajo ul li {
    margin: 0;
    padding: 0;
    font-family: 'colaborate-thinregular';
    display: inline-block;
    color: #fff;
    padding-left: 12px;
}
.contacto_abajo p {
    font-size: 1em;
    margin: 0;
    padding: 0;
    font-family: 'colaborate-thinregular';
    color: #fff;
    text-align: right;
}



.gris_claro {
    background-color: #e9e8e8;
}

#franja_logos {
    margin: 0;
}

#franja_logos li {
    margin: 0;
    padding: 0;
    height: 120px;
    display: table;
}

.logo_abajo {
    width: 81%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.logo_abajo img {
    width: 69%;
    max-width: 240px;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
}


#logo_fitec_footer img {
    float: none;
    margin: 0 auto;
}

#logo_fitec_footer img {
    max-width: 200px;
    overflow: hidden;
    float: left;
}

#logo_fitec_footer {
    margin: 0;
    padding: 0;
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-align: left;
    padding: 18px;
}


.linea {
    color: #fff;
}

/* fin de pie de pagina */

.main2{
  display: none;
}
.itemfo{
display: none;

}

.contenedor-logo .titulo-pagina {

    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
    font-style: italic;
    font-weight: 700;
    color: #6F6F6F;
    font-size: 4em;
    margin-left: 12%;

  }

  .imgplan-movil{
    display: none;
  }
  .lista-plataformas-movil{
    display: none;
  }
  .img-malla-movil{

    display: none;
  }
 .lista-plataformass-contenedor{
      height: auto;
 }
/*.capa-logo-dimension {
    display: -webkit-inline-box;
    width: 25%;
}*/
.logos {
    display: -webkit-inline-box;
    width: 30%;
    margin-left: 1%;
}

.capa-logo {
    display: -webkit-inline-box;
    width: 60%;
}

.capa-logo-dimension {
    display: -webkit-inline-box;
    width: 40%;
}
.cont-titulo {
    display: -webkit-inline-box;
    width: 55%;
    vertical-align: middle;
}

.estructura{
  background-repeat: no-repeat;
  background-image: url(../img/Dimensiones%20Fitec-11.png);
   background-size: 100% 100%;
    height: 460px;
    margin-left: 12%;
    width: 85%;
}
img.imgplan {
    width: 100%;
}
.img-cuerpo-educativo-movil{
	display:none;
}
.img-modelo-circulos-movil{
  display: none;
}

.video {
    margin-left: 15%;
    margin-top: 1%;
    margin-bottom: -2%;
}

.video-movil{
  display: none;
}


.estadistica-contenedor {
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
}
.centro-contacto {
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
}



.table {
    background-color: #f0f0f0;
    font-size: 15px;
}

.Table-Servicios-grafica{

  width: 100%;
  overflow-x: auto;
}
.Proveedor-cont {
    display: -webkit-box;
    margin-top: 3%;
}
.Proveedor-img {
    width: 35%;
}
.Proveedor-text {
    width: 60%;
    height: auto;
    margin-left: 3%;
    margin-top: 5%;
}
#Proveedor-text{
  font-size: 25px !important;
}

i.fa.fa-file-text-o{
    font-size: 2em;
    color: #34b2e4;
    margin-left: 4px;
    cursor: help;
}
.SeguimientosOperador {
    width: 90%;
    margin: auto;
    position: relative;
    height: auto;
    margin-top: 20px;
}

.SeguimientosOperador .SeguimientoOperador {
    margin-bottom: 10px;
    background: gainsboro;
    border-radius: 20px;
}

.tituloSeguimiento {
    height: 131px;
    border-radius: 20px;
    border: 2px solid white;
    box-sizing: inherit;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: white;
     cursor: pointer;

}
.SeguimientosOperador .SeguimientoOperador .tituloSeguimiento, .SeguimientosOperador .SeguimientoOperador .items {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
}
.SeguimientosOperador .SeguimientoOperador ul {
    margin-top: 10px;
    margin-bottom: 5px;
}
.SeguimientosOperador .SeguimientoOperador ul li {
    font-size: 16px;
    font-weight: bold;
}



@media all and (min-width: 960px)
{

  .inicio .main {
    height: 600px;}

    .contenedor {
      height: auto;
      width: 100%;
      background: #fff;
      position: relative;
      margin: auto;
  }
}
@media (max-width: 1200px)
{
  ul.menu {
	font-size: 15px;
}
ul.menu li {
    height: 50px;
}

.texto-dimesiones {
    width: 70%;
    margin-left: 25%;
    margin-top: 3%;
    padding-left: 0;
}
.dimensiones .img-cuerpo-educativo {

	display: inline-block;
    width: 80%;
    margin-left: 10%;
}
.dimensiones .tecnologica {
    margin-right: 10%;
}
.lista-plataformas {
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    right: 0px;
    top: 70px;
}


}

@media all and (max-width: 1024px)
{
  .plan-Tecnologia {
          bottom: 14%;
    margin-left: 23%;
  }
  .modelo-circulos-contenedor .politica-1 {
       bottom: 4%;
  }

  .modelo-circulos-contenedor .gobierno {
    margin-bottom: 4%;
        left: 17%;
  }



}


@media (max-width: 960px)
{
  .inicio .main {
    height: 600px;
  }

  .cabezas {
    position: absolute;
    display: block;
    right: 0;
    left: 0;
    bottom: 30px;
    margin: auto;
    width: 30% !important;
  }
  .cabezas {
      position: absolute;
      display: block;
      right: 0;
      left: 0;
      bottom: 10%;
      margin: auto;
  }



	.lista-plataformas {
    padding: 0;
    list-style: none;
    display: none;
    position: absolute;
    right: 0px;
    top: 206px;
}


  .btn-play {
      bottom: 5%;
  }

.dimensiones .tecnologica {
    width: 150px;
}

  .cerebro-contenedor {
    margin-left: 5%;
    margin-right: 5%;
  }

.planes .plan.uno {
    left: 3%;
    top: 35%;
    cursor: pointer;
}

.planes .plan.dos {
    left: 13%;
    top: 35%;
    cursor: pointer;
    border: 4px Solid #50b6bb;
}

.planes .plan.cuatro {
    top: 35%;
    cursor: pointer;
    right: 23%;
}

.planes .plan.cinco {
    top: 35%;
    cursor: pointer;
    right: 23%;
}

.plan-Tecnologia {
    width: 13%;
    height: 90px;
    bottom: 7%;
    margin-left: 21%;
}
.modelo-circulos-contenedor .gobierno {
    margin-bottom: 0%;
    width: 12%;
    height: 100px;
}
.modelo-circulos-contenedor .politica-1 {
    width: 12%;
    height: 100px;
    bottom: 0%;
}


}





@media all and (max-width: 767px)
{
  .inicio .main {
    height: auto;}

  #logo_fitec_footer {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    #logo_fitec_footer img {
      float: none;

    }
    .logo_abajo img {
      width: 50%;
      max-width: 240px;
      height: auto;
      margin: 0 auto;
      vertical-align: middle;
  }
  .ReglamentoTitulo{
    padding-top: 34px !important;
    background: #49bfa9 !important;
    width: 100% !important;
    cursor: pointer !important;
    height: 120px !important;
    border-radius: 20px !important;
  }

    .contenedor{
      height: 0px;
    width: 100%;
    }
    .inicio .main {
      display: none;
    }
    .main2 {
		  display: block;
	  }
    .logos-titulo {
    display: -webkit-box;
    }
    .capa-logo-dimension-titulo {
        width: 25%;
        display: block;
        margin-left: 5%;
    }
    .capa-logo-titulo {
    display: inline-block;
}
	.cerebro {
		width: 250px;
	}
  .cerebro-inicio .cerebro{
        position: inherit;
            bottom: 10px;

  }



  .capa-dimension-inicio {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
  }
  .capa-dimension-youtube{
      width: 39%;
      display: inline-block;
      vertical-align: middle;
  }
  .btn-play {
      font-size: 4em;
      right: 70px;
      bottom: 0;
      color: #E62117;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      cursor: pointer;
  }
  .capa-dimension-inicio > h1 {
    font-size: 20px;
  }
  .enlace-cerebro {
    width: 80px;
    height: 80px;
    display: none;
  }

    .cerebro-inicio .enlace-infraestructura {
      left: 25%;
      top: 45%;
      display: none;
  }

  .cerebro-inicio .enlace-plataformas {
    left: 42%;
    top: 38%;
    display: none;
}

.cerebro-inicio .enlace-servicios {
    right: 27%;
    top: 36%;
    left: inherit;
    display: none;
}

ul.menu {
    position: inherit;
}

ul.menu li {

    width: 100%;
    height: 50px;
    text-align: center;
}
ul.menu li .circulo {

    display: none;
}

ul.menu li a {
    position: relative;
    color: #fff;
    font-size: 1.8em;
    margin-left: 20px;
    padding-top: 0px;
}
.secundaria .main {
    height: auto;
}
.dimensiones .img-cuerpo-educativo {
    display:none;
}
.dimensiones {
	height: auto;
}
.texto-dimesiones {
    width: 90%;
    margin-left: 10%;
    margin-top: 3%;
}
.img-cuerpo-educativo-movil{

	display: inline-block;
    width: 40%;
    height: 500px;
    margin-left: 30%;
    margin-bottom: 10px;
}

.dimensiones .tecnologica {
        bottom: 110px;
    width: 160px;
    height: 80px;
    margin-right: 265px;
}

.mision {
    padding: 0px;
    border: 0px;
    border-radius: 20px;
}

.contenido {
    padding: 0px 15px;
}

.modelo-circulos-contenedor {
    height: 510px;
    width: 55%;
    margin-top: 0;
    position: relative;
    margin-left: 25%;
}

.main {
    width: 100%;
    padding-bottom: unset;
    position: relative;
}

.modelo-circulos-contenedor .politica-1 {
    width: 17%;
    height: 100px;
    bottom: 18%;
    display: block;
}

.modelo-circulos-contenedor .gobierno {
        top: 0;
    left: 25%;
    width: 20%;
    display: block;
}
.modelo-circulos-contenedor .plan-desarrollo {
    width: 46%;
    left: 28%;
}
.plan-Tecnologia {
    width: 17%;
    height: 90px;
    bottom: 28%;
    margin-left: 57%;
    display: block;
}
.modal-dialog-60 {
    margin-left: 20% !important;
}

.lineamientos .lineamiento .titulo {
    height: auto;
    font-size: 1.3em;
    width: 100%;
    border-radius: 20px 20px 0 0;
}

.lineamientos .lineamiento .items {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
}
.items {
    padding: 10px 0px 10px 0px;
}


.imgplan{
    display: none;
  }

  .imgplan-movil{
    display: block;
  }


.capa-dimension{
  display: none;

}
.lobulo{

  width: 0%;
}

.planes {
    display: block;
    margin-top: 8%;
    height: auto;
    margin-bottom: 3%;
}

.imgplan-movil {
    display: inline-block;
    margin-top: 10%;
    margin-left: 4%;
}

.cerebro-contenedor {
    position: inherit;
    height: 500px;
}

.cerebro2 {
    width: 0px;
}
.malla-cerebro, .malla-login ,servicioss-login{
    position: absolute;
    right: 10%;
    top: 0px;
    width: 500px;
    display: none;
}

.modal-dialog-70 {
    width: 70% !important;
    margin-left: 15% !important;
}

img.cerebro-movil {
    width: 40%;
    margin-left: 30%;
}

.lista-plataformass-item {
    display: -webkit-inline-box;
    width: 49%;
    margin-top: 10px;
}

.lista-plataformass-lista {
    display: inline-block;
    width: 90%;
    margin-top: 19px;
    margin-bottom: 10px;
    height: auto;
    margin-left: 10%;
}
.logos {
    width: 25%;
}
.capa-logo {
    display: -webkit-inline-box;
    width: 100%;
}
.capa-logo-dimension {
    display: -webkit-inline-box;
    width: 80%;
}

.cont-titulo {
    margin-top: -12%;
    display: -webkit-inline-box;
    width: 60%;
    vertical-align: middle;
}.contenedor-logo .titulo-pagina {

    font-size: 3em;
    margin-left: 5%;
}

.enlace-cargos.director {
    top: 22px;
}

.enlace-cargos.casce {
    bottom: 57%;
}

.enlace-cargos.analistas {
   bottom: 57%;
}
.enlace-cargos.infraestructura {
   bottom: 57%;
}
.cont-Botones {
    width: 12%;
}

.btn-home {
   
    width: 100%;
}
.btn-Salir {
   width: 100%;
}

.cerebro-inicio {
    margin-left: 0%;
    width: 100%;
}

.btn-recursos-infraestructura {
    width: 60px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 60px;
    right: 60px;
    cursor: pointer;
}

.btn-eje1-programa1 {
    background-color: #8105d8;
    width: 70px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 55px;
    right: 15px;
    cursor: pointer;
}

.btn-eje1-programa2 {
    background-color: #ed0cef;
    width: 70px;
    height: 25px;
    display: block;
    position: absolute;
    bottom: 25px;
    right: 15px;
    cursor: pointer;
}

.btn-eje1-programa3 {
    background-color: #fe59d7;
    width: 70px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 7px;
    right: 15px;
    cursor: pointer;
}

.btn-eje2-programa4 {
    background-color: #ed0cef;
    width: 80px;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 38px;
    right: 5px;
    cursor: pointer;
}

.btn-eje2-programa5 {
    background-color: #fe59d7;
    width: 80px;
    height: 10px;
    display: block;
    position: absolute;
    bottom: 28px;
    right: 5px;
    cursor: pointer;
}

.btn-eje4-programa1 {
    background-color: #8105d8;
    width: 70px;
    height: 13px;
    display: block;
    position: absolute;
    bottom: 58px;
    right: 5px;
    cursor: pointer;
}

.btn-eje4-programa2 {
    background-color: #ed0cef;
    width: 70px;
    height: 13px;
    display: block;
    position: absolute;
    bottom: 39px;
    right: 5px;
    cursor: pointer;
}

.btn-eje4-programa4 {
    background-color: #fe59d7;
    width: 70px;
    height: 13px;
    display: block;
    position: absolute;
    bottom: 6px;
    right: 4px;
    cursor: pointer;
}

.btn-eje5-programa5 {
    background-color: #fe59d7;
    width: 70px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 7px;
    right: 15px;
    cursor: pointer;
}

.btn-gestionar-plan {
    width: 80px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 24px;
    right: 65px;
    cursor: pointer;
}


.estadistica-contenedor {
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
}
.centro-contacto{
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
}
#Proveedor-text {
    font-size: 13px !important;
}

.SeguimientosOperador .SeguimientoOperador .tituloSeguimiento, .SeguimientosOperador .SeguimientoOperador .items {
   width: 100%;
}

.icon-icontec{
  height: 75px !important;
}
.icon-formando{
  height: 75px !important;
}

}

@media all and (max-width: 500px)
{
  .logos-titulo {
    display: flex;
}
.capa-logo-titulo {
    display: inline-block;
    width: 50%;
}

.ReglamentoTitulo {
    padding-top: 15px !important;
    height: auto !important;
}

.capa-logo-dimension-titulo {
    width: 40%;
    display: block;
    margin-left: 5%;
}
.img-cuerpo-educativo-movil {
    display: inline-block;
    width: 40%;
    height: 350px;
    margin-left: 30%;
    margin-bottom: 2px;
}
.texto-dimesiones {
    width: 70%;
    margin-left: 10%;
	    font-size: 2em;
}
.dimensiones .tecnologica {
    height: 59px;
    width: 92px;
    bottom: 74px;
    margin-right: 39%;
    left: 0%;
}
  .modelo-circulos-contenedor .politica-1 {
    width: 17%;
    bottom: 0;
    top: 75px;
}
  .modelo-circulos-contenedor .gobierno {
    top: 170px;
  }
  .modelo-circulos-contenedor .plan-desarrollo {
    left: 0;
    position: absolute;
}

.plan-Tecnologia {
    bottom: 0%;
}
  .lineamientos-contenedor {
    margin-top: 35px;
}
.dimensiones-contenedor {
    margin-top: 15px;
}

  .main2{
    display: block;
  }


  .modelo-circulos-contenedor {
    margin-top: 10%;
    width: 100%;
    margin-left: 0;
  }

  .inicio .main {
      display: none;
    }

 
.imgplan-movil {
    margin-left: 25%;
}

.planes {
    display: block;
    margin-top: 15%;
    height: auto;
    margin-bottom: 5%;
}




.malla-cerebro, .malla-login,servicioss-login {
    position: absolute;
    right: 0%;
    top: 0%;
    left: 0%;
    width: 350px;
    display: none;
}
.boton-infraestructura {
    position: absolute;
    width: 50px;
    height: 50px;
}
.boton-infraestructura.data-center {
    top: 3px;
    left: 15px;
}
.boton-infraestructura.servidores {
    top: 30px;
    left: 100px;
}

.boton-infraestructura.isp {
    top: 90px;
    left: 180px;
}
.boton-infraestructura.topologia {
    top: 170px;
    left: 140px;
}
.boton-infraestructura.estadistica {
    top: 225px;
    left: 15px;
}
.boton-infraestructura.soporte {
    top: 240px;
    left: 135px;
}
.cerebro-contenedor {
    position: inherit;
    height: 350px;
}
.img-malla-movil{
  display: block;
  width: 90%;
  margin-top: 15px;
}
.img-malla-web{
  display: none;
}
.cerebro-inicio .enlace-infraestructura {
    left: 15%;
    top: 48%;
    display: none !important;
}

.enlace-cerebro {
    width: 0px;
    height: 0px;
    display: none !important;
}

.cerebro-inicio .enlace-plataformas {
    left: 36%;
    top: 34%;
    display: none !important;
}

.cerebro-inicio .enlace-servicios {
    right: 8%;
    top: 35%;
    left: inherit;
    display: none;
}

.lista-plataformass {
    margin-top: 15px;
}
.lista-plataformass-lista {
    margin-left: 5%;
}
.lista-plataformass-item {
    width: 100%;
}

.contenedor-logo .titulo-pagina {
    font-size: 2em;
    margin-left: 5%;
}
.enlace-cargos {
    width: 140px;
    height: 85px;
}
.cont-titulo {
    width: 57%;
}

.estructura{
  background-repeat: no-repeat;
  background-image: url(../img/Dimensiones-movil.png);
    background-size: 80% 100%;
    height: 450px;
    margin-left: 10%;
}

.estructura-contenedor {
    margin-top: 5%;
}
.enlace-cargos.director {
    width: 120px;
    height: 120px;
    top: 18px;
    left: 60px;
    right: 0;
    margin: auto;
}

.enlace-cargos.analistas {
    left: 54px;
    right: 0;
    margin: auto;
    bottom: auto;
    top: 17%;
}

.enlace-cargos.casce {
    bottom: 50%;
    right: 23%;
    margin: auto;
}
.enlace-cargos.infraestructura {
    bottom: 63%;
}
.video-movil{
  display: block;
}
.video-web
{
  display: none;
}
.tabla-movil{
  display: none;
}
.tabla-web{
  display: block !important;
}
.Servicios-grafica{

  display: none !important;
}
.ServiciosMes-grafica{
 display: none  !important;
}
.Perfil-grafica{
  display: none !important;
}
.PerfilMes-grafica  {
  display: none !important;
}
.DiaSemana-grafica{
  display: none !important;
}
.HoraDia-grafica{
  display: none !important;
}
.Municipio-grafica{
  display: none !important;
}
.Repositorio-grafica{
  display: none !important;
}
.AulaVirtual-grafica{
  display: none !important;
}
#canvas-holder{
  display: none !important;
}
.Proveedor-img {
    width: 90%;
    display: inline-block;
}

.Proveedor-text {
    width: 85%;
    display: inline-block;
}
#Proveedor-text {
    font-size: 20px !important;
}
.img-grafico{
  margin-left: 0% !important;
    width: 100% !important;
}
.tituloSeguimiento {
    height: 180px !important;
}



}

@media all and (max-width: 400px)
{
  .Estructura-menu{

    height: 80px !important;
  }


}
#lista-servicios-pag{
  display: inline-block !important;
  width: 30% !important;
  margin-top: 2% !important;
}

.cont-lista-videos{
  display: inline-block;
  width: 50%;
  margin-top: 10%;

}
