/* Nuevos estilos*/

.btn-primary {
    background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}

.btn-default {
    text-shadow: 0 1px 0 #fff;
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    border-color: #ccc;
}
.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 1px rgba(0,0,0,.075);
}

/* Estilos anteriores */
.contenedor-Carousel{
    padding-top: 0px;
    padding-bottom: 0px;;
}

.contenedor{
    padding-top: 120px !important;
    padding-bottom: 40px !important;
}

.contenedor-Sesion{
    padding-top: 80px !important;
    padding-bottom: 40px !important;
}

.contenedor-Becas{
    padding-top: 70px !important;
    padding-bottom: 40px !important;
}


contenedor-footer{
    padding-top: 20px;
    padding-bottom: 30px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}
.middleIcon {
    width: 64px;
    cursor: pointer;
    vertical-align: middle;
    margin-top: 20px;
}

span.format{
    padding: 5px 15px 5px 15px;
}

.glyphicon-user.format, 
.glyphicon-envelope,
.glyphicon-map-marker,
.glyphicon-earphone{
    font-size:25px;
    color: #692045;
}

.backgroundGray {
    background: #ffffff;
    background: url(../../html/images/background/ipn_gray2.jpg) 40% 50% no-repeat scroll;
    background-attachment: fixed;
}

.backgroundWhite {
    background: #ffffff;
    background: url(../../html/images/background/ipn_white.jpg) 40% 50% no-repeat scroll;
    background-attachment: fixed;
}

.btn-default{
    background: white ;
    color: #692045;
    padding: 15px 15px 15px 15px;
}
@media (max-width: 600px) {
    .btn-default {
        background: white ;
        color: #692045;
        padding: 15px 15px 15px 15px;
        font-size: 12px;
    }
}
p.formatP{
    padding: 3px 3px 3px 5px;
}

p.formatSICE-COFA{
    font-size: 18px;
    color: #000;
    /*    color: #384049;*/
}

.sub-navbar{
    background: #68013b !important;
}

.sub-navbar .navbar-collapse {
    background: #68013b !important;
    /* background-color: #000; */
}

.sub-navbar:hover{
    background: #4a052b !important;
    color: #dadada !important;
}
/*.navbar-inverse{
    background: #68013b;
    color: #ffffff; 
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-nav > li > a:hover {
    background: #4a052b;
    color: #dadada;
}*/


.carousel-caption {
    text-shadow: none;
    bottom: 15%;
    background-color: rgba(104, 1, 59, 0.8);
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none;
    }
}

p.carouselP{
    font-size: 18px;
    color: #ffffff;
}

.borderRadious{
    border: 2px solid #a1a1a1;
    padding: 10px 40px; 
    background: #dddddd;
    width: 300px;
    border-radius: 25px
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*color: #1d1c1c;*/
    font-size: 16px;
}


/* Nuevos estilos*/

h1, .h1 {
    font-size: 46px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3 {
    font-size: 24px;
}


/* SICDO */

.fondo{
    background-image: url(../../html/images/fondo_irade_2.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
}

.contenedor-Circulo {
    background: #68013b;
    border-radius: 20%;
}

.well-Format{
    padding: 20px !important;
    color: #F6F6F6 !important;
    background: #68013b !important;
    border-color: #ffffff !important;
    border: 3px solid !important;
    border-radius: 20px !important;
}

.well-Format:hover{
    /*    background: url(../../html/images/background/fondo_SICDO_2.jpg) 40% 50% scroll !important;
        background-size: 120% !important;*/
    color: #68013b !important;
    background: #F6F6F6 !important ;
    border-color: #68013b !important;
    border: 3px solid !important;
    border-radius: 20px !important;
}

.btn-outlined {
    border: 2px solid #68013b !important;
    color: #F6F6F6 !important;
    background-color: #68013b !important;
    font-weight: bold !important;
}

.btn-outlined:hover {
    border: 2px solid #68013b !important;
    color: #68013b !important;
    background-color: #F6F6F6 !important;
    font-weight: bold !important;
}

.btn-limpiar {
    border: 2px solid #393C3E !important;
    color: #393C3E !important;
    background-color: #F6F6F6 !important;
    font-weight: bold !important;
}

.btn-limpiar:hover {
    border: 2px solid #393C3E !important;
    color: #393C3E !important;
    background-color: #DDDDDD !important;
    font-weight: bold !important;
}




/*BECAS*/


.breadcrumb {
    /*    width: 500px !important;
        position: fixed !important;*/
    list-style: none !important;
    background-color: #68013b !important;
    opacity: 0.9;
    border-radius: 15px !important;
}

.breadcrumb li i {
    color: #F6F6F6 !important;
}

.breadcrumb li a {
    color: #F6F6F6 !important;
}

.breadcrumb>li+li:before {
    color: #F6F6F6 !important;
}

.breadcrumb li:hover, .breadcrumb li:focus{
    /*color: #68013b !important;*/
    background: #545454 !important;
}


/*TITULOS*/

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 0px !important;
    margin-bottom: 0.5px !important;
}



/* BUSCADOR BECAS*/

#buscador {
    background-position: 10px 12px;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 14px;
    padding: 11px 20px 11px 30px;
    border: 1px solid #ddd;
    border-radius: 15px;
}

#listaBecas {
    list-style-type: none;
    padding: 0;
    margin: 0;
}


.formato-ContenedorBecas{
    background: url(../../html/images/background/fondo_SICDO.jpg) 40% 50% scroll !important;
    /*background-size: 100% !important;*/
    /*padding: 0.7 !important;*/
    background-repeat: no-repeat !important;
    border: 3px solid  #68013b !important;
    border-radius: 20px !important;
    padding: 35px !important;
}

.formato-ContenedorBecas:hover, .formato-ContenedorBecas:focus{
    border-color: #68013b !important;
    border: 3px solid !important;
    color: #68013b !important;
    background: rgba(104, 1, 59, 0.15) !important;
    padding: 35px !important;
}

.formato-ContenedorBecas a{
    text-decoration: none !important;
    color: #272829 !important;
}

/*.formato-ContenedorBecas a:hover, .formato-ContenedorBecas a:focus{
    text-decoration: none;
    color: #68013b !important;
}*/

.color-guinda{
    color: #68013b !important;
}

.color-texto{
    color: #393C3E !important;
}


.tablaTituloBecas {
    background: #68013b !important;
    color: #F6F6F6 !important;
}

.font-tabla{
    font-size: 15px !important;
}

.row a{
    text-decoration: none !important;
}

.row a:hover{
    text-decoration: none !important;
}


.sicdoBackground {
    background: #DDDDDD !important;
}

/*TABLAS*/
.breadcrumb_table {
    background-color: #ffffff !important;
    box-shadow: 0px 0px 5px 4px rgba(0, 0, 0, 0.1) !important;
    overflow: auto !important;
    font-size: 14px !important;
    color: #272829 !important;
}

.nopadding {
    padding: 0 !important;
}

.widget-content {
    padding: 15px !important;
    border-bottom: 1px solid #cdcdcd !important;
    overflow-x: auto !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #68013b !important;
}


/*FOOTER*/

.footer-Black {
    /*background: rgba(54,53,54,.96);*/
    color: #fff;
    padding: 80px 0 0 0;
    font-size: 11px;
}

.piePag{
    background: rgba(54,53,54,.96);
}

.copynote {
    padding: 20px 0;
    margin-top: 40px;
    background: rgba(40, 41, 42, 0.66);
    font-size: 12px;
}

footer h2 {
    display: inline-block;
    color: #fff;
}

.iconofooter {
    width: 40px;
    height: auto;
    padding-left: 2px;
    padding-right: 2px;
}



/*TABLE*/

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle !important;
}

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    /*border: 1px solid #68013b !important;*/
    border: 2px solid #929292;
}


/*REPORTE FOTOGRAFICO*/

.contenedores {
    background-color: rgba(255, 255, 255, 0.65);
    border: 1px solid rgba(104, 1, 59, 0);
    border-radius: 5px;
    box-shadow: 0px 0px 5px 4px rgba(201, 209, 212, 0.9);
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.color-guinda {
    color: #68013b;
}



/* CPF PLANEACION*/

.tada {
    animation-name: tada;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.align-center {
    text-align: center;
}

.rotateIn {
    animation-name: rotateIn;
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.service-col {
    padding: 0px 0px;
    margin: 0 0px;
    background-color: none;
    transition: all 0.5s ease-out;
    margin-bottom: 0px;
}

.service-col a {
    /*color: #384049;*/
    transition: all .2s ease-in-out;
    color: rgba(104, 1, 59, 1);
}

.service-col a:hover, .service-col a:focus {
    color: rgba(104, 1, 59, 1);
    font-weight: bold;
}

.service-col .service-icon {
    height: 190px;
    width: 190px;
    margin: 0 auto;
    border: 5px solid #68013b;
    box-shadow: inset 0 0 0 0 #fff;
    transition: all 0.3s ease-out;
    transition-delay: 0.3s;
}

.img-circle {
    border-radius: 50%;
}

.service-col:hover .service-icon {
    transition: all 0.5s ease-out;
    transition-delay: 0s;
    box-shadow: inset 0 0 0 100px rgba(104,1,59, 0.6);
}



/*COMITES DEPDENCIAS*/

.escuelasNMS:hover, .escuelasNMS:focus {
    border-radius: 25px;
    background: #ffffff;
    border: 2px solid;
    border-color: rgba(104,1,59, 1);

    /*color: rgba(104, 1, 59, 1);*/
    /*font-weight: bold;*/
}

.escuelasNMS {
    border-radius: 25px;
    background: #ffffff;
    border: 2px solid;
    border-color: #ffffff;
    /*color: rgba(104, 1, 59, 1);*/
    /*font-weight: bold;*/
}


#listaDependencia {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.rowDependencias {
    background: #ffffff;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.DependenciasIPN:hover, .DependenciasIPN:focus {
    border-radius: 25px;
    background: #F6F6F6;
    border: 2px solid;
    border-color: rgba(104,1,59, 1);
}

.DependenciasIPN{
    border: 2px solid;
    border-color: #ffffff;    
}



/*COMITES DATOS*/


.zoom {
    position: fixed;   
}

.contenedoresPlanos{
    border-radius: 15px;
    box-shadow: 0px 0px 5px 4px rgba(201, 209, 212, 0.9);
    text-align: center;
    height: 385px;
    background-color: #ffffff;
}

@media (max-width: 979px){
    .zoom {
        position: relative;
    }
}

@media (max-width: 580px){
    .zoom {
        position: relative;
    }
}

#info-box:hover{
    border-color: rgba(104,1,59, 1);
    border: 3px solid;
    color: rgba(104, 1, 59, 1); 
    background: rgba(104, 1, 59, 0.32);
}

.info-gral {
    font-weight: bold;
    font-size: 19px;
}

.color-guinda {
    color: #68013b;
}

.logo img {
    width: auto;
    height:50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.planosImg{
    line-height: 385px;
    text-align: center;

}
.contenedores {
    background-color: rgba(255, 255, 255, 0.65);
    /*background-color: rgba(201, 209, 212, 0.5);*/
    border: 2px solid rgba(104, 1, 59, 0);
    border-radius: 10px;
    box-shadow: 0px 0px 5px 4px rgba(201, 209, 212, 0.9);
    padding: 10px;
}

.contenedoresDescargable {
    background-color: rgba(255, 255, 255, 0.65);
    /*background-color: rgba(201, 209, 212, 0.5);*/
    border: 2px solid rgba(104, 1, 59, 0);
    border-radius: 10px;
    box-shadow: 0px 0px 3px 4px rgba(201, 209, 212, 0.9);
    padding: 1px;
}
.contenedoresGraficaLab{
    background-color: rgba(255, 255, 255, 0.63);
    /*background-color: rgba(201, 209, 212, 0.5);*/
    border: 2px solid rgba(104, 1, 59, 0);
    border-radius: 15px;
    box-shadow: 0px 0px 5px 4px rgba(201, 209, 212, 0.9);
    padding: 0px;
}

.contenedoresMap{
    /*border: 2px solid rgba(104, 1, 59, 0);*/
    border-radius: 15px;
}



.div-img-planos{
    position: absolute;
}

.thumbnail {
    width: 300px;
    /* width: 100%; */
    height: 210px;
    overflow: hidden;
}

.tam-mapa {
    width: 100%;
    height: 300px;
}

.color1:hover {
    background-color: #5ae85a;
}

.color2:hover {
    background-color: #DE2553;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    color: #2d2d30;
}

.estilotitulo th {
    background: #68013b;
    color: #FFFFFF;
}

.estilotitulo
th, td {
    padding: 5px;
    text-align: center;
}

.chart-container {
    position: relative;
    margin: auto;
    height: 100vh;
    width: auto;
}

canvas{
    border: 1px;
}

/* COLLAPSE COMITÉS */
.table-Integrantes table, .table-Integrantes th, .table-Integrantes td {
    border: none;
}

.format-Collapse a{
    text-decoration: none !important;
    color: #68013b !important;
}


.format-Cargo{
    text-decoration: none !important;
    color: #DDDDDD !important;
    background: #68013b;
}

.fondo-Collapse{
    background: url(../../html/images/background/collapse.png) 60%;
    border: 2px solid #adadad !important;
}



.iniciaSesion{
    border: 2px solid #68013b !important;
    background: rgba(104,1,59, 0.1);
    border-radius: 10px;
}

.line-1{
    position: relative;
    top: 50%;  
    width: 24em;
    margin: 0 auto;
    border-right: 2px solid rgba(255,255,255,.75);
    font-size: 180%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    transform: translateY(-50%);    
}

* {
  box-sizing: border-box;
}

.containerIMG {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.containerIMG img {
    vertical-align: middle;
}

.containerIMG .contentIMG {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7); 
  color: #F6F6F6;
  width: 100%;
  padding: 1px;
}

.color-white {
    color: #F6F6F6 !important;
}

.color-white:hover {
    color: #000000 !important;
}

/* Animation */


/* Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);


.anim-typewriter{
    animation: typewriter 4s steps(44) 1s 1 normal both,
        blinkTextCursor 500ms steps(44) infinite normal;
}

@keyframes typewriter{
    from{width: 0;}
    to{width: 100%;}
}
@keyframes blinkTextCursor{
    from{border-right-color: rgba(255,255,255,.75);}
    to{border-right-color: transparent;}
}


/* Bienvenida */
.typewriter h5 {
  overflow: hidden; 
  border-right: .15em solid orange; 
  white-space: nowrap; 
  margin: 0 auto;
  animation: 
    typing 9s steps(90, end),
    blink-caret .7s step-end infinite;
}

@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: #68013b }
}



@media (max-width: 983px){
    .typewriter{
        animation: none;
    }
}

.progress {
    background: rgba(104, 1, 59, 0.35) !important;;
}