* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
main{
  display:flex;
  flex-wrap: wrap;
}
#seccionpagofinal{
  display:flex;
  width:100%;
}

.hide {
  display: none;
}

.show {
  display: block;
}

#totalpay{
  width:50%;
  margin-top: auto;
  margin-bottom: auto;
}
#seccionpagarboton{
  width:50%;
  text-align: right;
}

#secciontop{
  display: flex;
}
.secciontitulo{
 width:50%;
}
#seccionfolio{
  width:50%;
  text-align: right;
  color:rgb(237, 58, 58);
  font-size: 20px;
}
 th.dt-center, td.dt-center { text-align: center; }

.table2{
  width: 100%;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
}
#totalpay{
  font-size:28.72px;
}
.table2 thead th{
  vertical-align: middle;
}
.table2 td, .table2 th {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    text-align: center;
    justify-content: center;
    margin:0 auto;
}
.table2 tr {
  background-color: white;
}
.table2 tr:hover{
  background-color: #999;
  cursor: pointer;
}
.table2 tr th{
  background-color: white;
}
.table2 tr th:hover{
  background-color: white;
  cursor: default;
}

.tablepay{
  table-layout: fixed ;
  width: 100%;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
}

.tablepay thead th{
  vertical-align: middle;
  position:sticky;
  top: 0;
}
.tablepay td, .tablepay th {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    text-align: center;
    justify-content: center;
    margin:0 auto;
}
.tablepay tr {
  background-color: white;
}
.tablepay tr:hover{
  background-color: #999;
  cursor: pointer;
}
.tablepay tr th{
  background-color: white;
}
.tablepay tr th:hover{
  background-color: white;
  cursor: default;
}
 #load{
  height: 100vh;
  display:flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  visibility: visible;
}
.enlaces{
    text-decoration: none;
    color:black;
    transition: background-color 1s linear;
}

/*.descargadoc > a:hover{
    background-color: #2596B2;
    color:white;
    text-decoration: none;
    transition: background-color 1s linear;
}*/

.imagenzorros{
  /*display:block;
  margin:auto;
  height:25rem;*/
  background: url("../img/zorros.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; 
}
.fotozorro img{
  display:block;
  margin:auto;
}
#load.close{
  height:0vh;
  opacity: 0;
  visibility: hidden;
}
.hidden{
  overflow:hidden;
}
.grupo1,.grupo2,.grupo3,.grupo4,.grupo5,.grupo6,.grupo7,.grupo8,.grupo9{
  width:100%;
}
.inscripcion,.comunicado{
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}
@font-face {
    font-family: Lato;
    src: url("../font/Lato-Regular.ttf");
}
html, body{
    font-family: Lato, Arial;
    padding: 0;
    margin: 0;
}
#chart-container {
  display:block;
  margin:auto;
  height:auto;
  background: linear-gradient(rgba(255,255,255,.9), rgba(255,255,255,.9)), url("../img/fondotabla.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
 .orgchart .second-menu-icon {
      transition: opacity .5s;
      opacity: 0;
      right: -5px;
      top: -5px;
      z-index: 2;
      position: absolute;
    }
    .orgchart .second-menu-icon::before { background-color: rgba(68, 157, 68, 0.5); }
    .orgchart .second-menu-icon:hover::before { background-color: #449d44; }
    .orgchart .node:hover .second-menu-icon { opacity: 1; }
    .orgchart .node .second-menu {
      display: none;
      position: absolute;
      top: 0;
      right: -70px;
      border-radius: 35px;
      box-shadow: 0 0 10px 1px #999;
      background-color: #fff;
      z-index: 1;
    }
    .orgchart .node .second-menu .avatar {
      width: 60px;
      height: 60px;
      border-radius: 30px;
      float: left;
      margin: 5px;
    }
.header{
    height: 15rem;
    background: white;
    color: #fff;
    width: 100%;
    margin: 0;
    display:flex;
    flex-wrap: wrap;
}
.header h1, .header h3{
    color:black;
}
.body{
    width: 100%;
    margin: 0 auto;
    padding: 40px;
}
.bodytabla{
    width: 100%;
    margin: 0 auto;
    padding: 40px;
  }
span.error{
    color: red;
    font-weight: bold;
}
span.success{
    color: green;
    font-weight: bold;
}
footer{
    background: #1b1e21;
    width: 100%;
    height: 60px;
    color: #fff
}
footer p{
    padding: 20px;
    color:#fff;
    text-align: center;
}
.panel-login{
    border: 0.2rem solid #f1f1f1;
    border-radius: 1rem;
    padding: 1rem;
    width: 100%;
    margin: 0 auto;
}
.panel-login h4{
  font-size: 1.2rem;
  font-weight: bold;
}
.paneltabla,.panel{
    border: 0.2rem solid #f1f1f1;
    border-radius: 1rem;
    width: 100%;
    margin: 0 auto;
}
.panel h1{
  font-size: 1.2rem;
}
.panel p{
  font-size: 1rem;
}
.form input[type="text"],.form input[type="password"], select{
    width: 95%;
    padding: 10px;
    border-radius:4px;
    border:1px solid #d3d3d3;
    margin-bottom: 4px;
    margin-top: 4px;
}

.number{
    padding: 10px;
    border-radius:4px;
    border:1px solid #d3d3d3;
    margin-bottom: 4px;
    margin-top: 4px;
}

button, .btn-link{
    padding: 14px;
    border-radius:4px;
    border:1px solid #d3d3d3;
    background: #007bff;
    color:#fff;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 4px;
    margin-top: 4px;
}
.btn-link{
    float: left;
    text-decoration: none;
    background: #34ce57;
}
#botonpagar{
    border-radius:10px;
    border:1px solid #d3d3d3;
    background: #34ce57;
    color:#fff;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 4px;
    margin-top: 4px;
    width:150px;
}
button[type=reset]{
    background: #d6d8db;
    color:#1b1e21;
}
nav ul .servicios{
    background: #fff;
    margin: 0;
    padding: 0;
    height: 40px;
}
nav ul li{
    width:100%;
    display: inline-table;
    margin: 10px;
    color: black;
    text-align: center;
}
nav ul li:hover > a{
    background-color: #2596B2;
    color:white;
    text-decoration: none;
    transition: background-color 1s linear;
}
nav ul li.active > a{
    background: #ffdf7e;
    color:#1b1e21;
    font-weight: bold;
}
nav ul li a{
    color: black;
    text-decoration: none;
    padding: 10px;
}
/*nav ul li.right{
    float: right;
}*/
.text-center{
    text-align: center;
}
#contenedortabla{
    overflow:scroll;
    height: 20rem;
    margin:auto;
}
#contenedortabla2{
  overflow-y:scroll;
  height: 8rem;
  margin:auto;
}
#contenedortabla3{
  overflow-y:scroll;
  height: 8rem;
  margin:auto;
  border: 0.2rem solid #f1f1f1;
  border-radius: 1rem;
}
#contenedortabla2 thead th{
  position:sticky;
  top: 0;
}
.table{
    width: 100%;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
}
.table th, .table td{
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    justify-content: center;
    margin:0 auto;
}
.table thead th{
    vertical-align: middle;
}
.txtnota{
    width: 60px;
    margin:0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.box{
  width: 90%;
  background: #CCC;
  overflow: hidden;
}

.imgnoticias{
  width: 60%;
  background: #CCC;
  overflow: hidden;
  margin:0 auto;
}

.box img{
  width: 100%;
  height: auto;
}
 .navbar2{
  background-color: white;
  height:22rem;
  color: black;
  transition:1s linear;
}
 .navbar3{
  background-color: white;
  height:21rem;
  color: black;
  transition:1s linear;
}

.navbar{
  background-color: gray;
  color: white;
  width:100%;
  height:6rem;
  text-align: center;
  position:fixed;
  transition: 1s linear;
  z-index: 10;
}
.navbar2 div a:hover{
  background-color: #2596B2;
  width:100%;
  color:white;
  transition: background-color 1s linear;
}
.elemus{
   text-align: center;
   font-weight: bold;
   width:100%;
}

.elemlog,.elem1,.elem2,.elem3,.elem4,.elem5,.elem6,.elem7,.elem8,.elemzorr{
    text-align: center;
    font-weight: bold;
    width:100%;
}

.elemic1,.elemic2,.elemic3,.elemic4{
    width:100%;
    text-align: center;
    margin: 0.5rem 0;
}
.redes h1{
    width:100%;
    text-align: center;
    font-weight: bold;
}
.mapalabel h1{
    text-align: center;
    font-weight: bold;
}
.calen,.mapalabel {
    width:100%;
}
.mapa{
    width:90%;
    margin:0 auto;
}
.calen h1{
    text-align: center;
    font-weight: bold;
}
.copy,.logo2, .dir,.zorros{
width:100%;
text-align: center;
margin-bottom: 1rem;
}
.dir h5{
    color:black;
    font-weight: bold;
    font-size: 1.25rem;
}
.copy h5{
  font-weight: normal;
    font-size: 1.25rem;
}
.zorros h1{
    font-weight: bold;
    margin: 2rem 0;
}
.carousel-caption h5,p{
    color:black;
    font-weight: bold;
    background-color: rgb(234,227,227,0.3);
}
.container {
    width:100%;
}
.prepa{
    text-align: justify; 
    background-color: white;
    margin:0 2rem;
    transition: 1s linear;
}
.header-logo{
    width:80%;
    height:6rem;
}
div .container-carousel{
    height:10rem;
}
.car{
    width:100%;
    height:90%;
}
.navbar2 div a{
  color: black;
  text-align: center;
  align-items: center;
 /* margin:0 50%;*/
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.5s linear;
}
.navbar3 div a{
  color: black;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  transition: background-color 0.5s linear;
}
.navbar3 div a:hover{
  background-color: #2596B2;
  color:white;
  transition: background-color 1s linear;
}

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 50px;
  width: 100px;
  text-align: center;
  text-decoration: none;
  border-radius: 100%;
  border:1px solid black;
  align-items: center;
  transition: 1s linear;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
  margin:0 1rem;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
  margin:0 1rem;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
  margin:0 1rem;
}

.fa-youtube {
  background: #bb0000;
  color: white;
  margin:0 1rem;
}

.fa-instagram {
  background: #125688;
  color: white;
  margin:0 1rem;
}

.even{
    text-align: center;
}
.container-fluid{
    height:36rem;
}
#nombreuser, #gradouser, #curpuser, #iduser{
  width:50%;
}
#datosusers{
  width:100%;
  display:inline-table;
}
#paycontainers2{
  width: 100%;
  display: flex;
  flex-direction: column;
}
#botonagregar{
width: 20%;
text-align: center;
margin-top: auto;
margin-bottom: auto;
}
#paycontainerlabel{
  width: 30%;
  margin: auto;
  text-align: center;
}
#paycontainerselect{
  width: 65%;
  margin: auto;
  text-align: center;
}

#paycontainerselect2{
  width: 65%;
  margin: auto;
  text-align: center;
}
#paycontainerradio{
  display:-webkit-inline-box;
  /* margin: auto; */
  width: 30%;
}
#inputescondidos{
    width: 40%;
}
#paycontainerpadre{
  width: 100%;
  /* display: flex; */
}
#paycontainerhijo{
  width: 100%;
  display: inline-block;
  margin: auto;
}
#paycontainers{
  width: 100%;
  display: flex;
  margin: auto;
  text-align: center;
}
#botonagregar{
  width: 100%;
  text-align: center;
  margin: auto;
}
#paycontainers label{
  width:40%;
}
#becafield, #sancionfield{
  width: 100%;
  outline: 0;
  border-width: 0 0 2px;
  border-color: blue;
}
@media (min-width:660px){
  #nombreuser, #gradouser, #curpuser, #iduser{
    width:50%;
  }
  #datosusers{
    width:100%;
    display:inline-table;
  }
  #paycontainers2{
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  #botonagregar{
  width: 20%;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
  #paycontainerlabel{
    width: 30%;
    margin: auto;
    text-align: center;
  }
  #paycontainerselect{
    width: 65%;
    margin: auto;
    text-align: center;
  }
#paycontainerselect2{
    width: 65%;
    margin: auto;
    text-align: center;
  }
  #paycontainerradio{
    display:-webkit-inline-box;
    /* margin: auto; */
    width: 30%;
  }
  #inputescondidos{
      width: 40%;
  }
  #paycontainerpadre{
    width: 100%;
    display: flex;
  }
  #paycontainerhijo{
    width: 50%;
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
  }
.paneltabla{
    border: 0.2rem solid #f1f1f1;
    border-radius: 1rem;
    width: 100%;
    margin: 0 auto;
}
.btn-link{
    float: right;
    text-decoration: none;
    background: #34ce57;
}
ul{
  width:100%;
  margin:0 auto;
  transition: 1s linear;
}

nav ul li{
    width:29%;
    color: black;
    transition: 1s linear;
    display: inline-flex;
    color: black;
    text-align: center;
    justify-content: center;

}
.panel{
    border: 0.2px solid #f1f1f1;
    border-radius: 1rem;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    transition: 1s linear;
}
.panel h1{
  font-size: 1.2rem;
}
.body{
    width: 80%;
    margin: 0 auto;
    padding: 40px;
}
.bodytabla{
    width: 80%;
    margin: 0 auto;
  }

  .bodytabla2{
    width: 90%;
    margin: 0 auto;
  }

.panel-login{
    border: 0.2rem solid #f1f1f1;
    border-radius: 1rem;
    padding: 1rem;
    width: 70%;
    margin: 0 auto;
    transition: 1s linear;
}
.panel-login h4{
  font-size: 2rem;
  font-weight: bold;
  transition: 1s linear;
}
.navbar3{
    display: flex;
    flex-wrap: wrap;
    height:12rem;
    transition: 1s linear;
}
.grupo1,.grupo2,.grupo3,.grupo4,.grupo5,.grupo6,.grupo7,.grupo8,.grupo9{
  width:50%;
  transition: 1s linear;
}
.inscripcion,.comunicado{
  width: 100%;
  height: auto;
}
.elemlog,.elem1,.redes,.elem6,.elemzorr{
    width:100%;
}
.redes{
    margin-top: 1rem;
}
.elem2,.elem3,.elem4,.elem5,.elem7,.elem8{
    font-weight: bold;
    width:15%;  
    transition: 1s linear;
}
.navbar2{
    display: flex;
    flex-wrap: wrap;
    height:14rem;
    transition: 1s linear;
}

.container{
    display: flex;
    flex-wrap: wrap;
/*    margin:0 1rem;*/
}
.containermap{
    width:100%;
}

.containercalen{
    width:100%;
}
.iconos{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    height:8rem;
    transition: 1s linear;
}
.elemic1,.elemic2,.elemic3,.elemic4{
    width:25%;
    text-align: center;
    margin: 0 0rem;
    transition: 1s linear;
}
.even{
    margin-top: 2.5rem;
}
.container-fluid{
    height:16rem;
}
.video{
    width:100%;
    transition: 1s linear;
}
button, .btn-link{
  padding: 4px;
  border-radius:4px;
  border:1px solid #d3d3d3;
  background: #007bff;
  color:#fff;
  font-weight: bold;
  cursor: pointer;
  /* margin-bottom: 4px;
  margin-top: 4px; */
}
button[type=reset]{
  background: #d6d8db;
  color:#1b1e21;
}
#paycontainerpadre{
  width: 100%;
  display: flex;
}
#paycontainerhijo{
  width: 40%;
  display: inline-block;
}
#botonagregar{
  width: 20%;
  text-align: center;
}
/* #botonlimpiar{
  width: 15%;
  text-align: center;
} */
#paycontainers{
  width: 100%;
  display: flex;
  margin: auto;
  /* text-align: center; */
}

#paycontainers2{
  width: 40%;
  display: flex;
  flex-direction: row;
}
#paycontainerlabel{
  width: 30%;
  margin: auto;
  text-align: center;
}
#paycontainerselect{
  width: 65%;
  margin: auto;
  text-align: center;
}
#paycontainerselect2{
    width: 65%;
    margin: auto;
    text-align: center;
  }
#paycontainerradio{
  display:-webkit-inline-box;
  /* margin: auto; */
  width: 30%;
}
#inputescondidos{
    width: 40%;
}
#paycontainers label{
  width:30%;
}
.form2 select{

  border-radius:4px;
}
.form2 label{
  margin-bottom: 0px;
}
#becafield, #sancionfield{
  width: 100%;
  outline: 0;
  border-width: 0 0 2px;
  border-color: blue;
  /* text-align: center; */
  /* max-width: inherit; */
}
.table2{
  width: 100%;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
}

.table2 thead th{
  vertical-align: middle;
}
.table2 td, .table2 th {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    text-align: center;
    justify-content: center;
    margin:0 auto;
}
.table2 tr {
  background-color: white;
}
.table2 tr:hover{
  background-color: #999;
  cursor: pointer;
}
.table2 tr th{
  background-color: white;
}
.table2 tr th:hover{
  background-color: white;
  cursor: default;
}

.tablepay{
  table-layout: fixed ;
  width: 100%;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
}

.tablepay thead th{
  vertical-align: middle;
  position:sticky;
  top: 0;
}
.tablepay td, .tablepay th {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    text-align: center;
    justify-content: center;
    margin:0 auto;
}
.tablepay tr {
  background-color: white;
}
.tablepay tr:hover{
  background-color: #999;
  cursor: pointer;
}
.tablepay tr th{
  background-color: white;
}
.tablepay tr th:hover{
  background-color: white;
  cursor: default;
}
#paycontainerpadre{
  width: 100%;
  display: flex;
}
#paycontainerhijo{
  width: 40%;
  display: inline-block;
}
#botonagregar{
  width: 20%;
  text-align: center;
}
/* #botonlimpiar{
  width: 15%;
  text-align: center;
} */
#paycontainers{
  width: 100%;
  display: flex;
  margin: auto;
  /* text-align: center; */
}

#paycontainers2{
  width: 40%;
  display: flex;
  flex-direction: row;
}
#paycontainerlabel{
  width: 30%;
  margin: auto;
  text-align: center;
}
#paycontainerselect{
  width: 65%;
  margin: auto;
  text-align: center;
}
#paycontainerselect2{
    width: 65%;
    margin: auto;
    text-align: center;
  }
#paycontainerradio{
  display:-webkit-inline-box;
  /* margin: auto; */
  width: 30%;
}
#inputescondidos{
    width: 40%;
}
#paycontainers label{
  width:30%;
}
.form2 select{

  border-radius:4px;
}
.form2 label{
  margin-bottom: 0px;
}
#becafield, #sancionfield{
  width: 100%;
  outline: 0;
  border-width: 0 0 2px;
  border-color: blue;
  /* text-align: center; */
  /* max-width: inherit; */
}
.table2{
  width: 100%;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
}

.table2 thead th{
  vertical-align: middle;
}
.table2 td, .table2 th {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    text-align: center;
    justify-content: center;
    margin:0 auto;
}
.table2 tr {
  background-color: white;
}
.table2 tr:hover{
  background-color: #999;
  cursor: pointer;
}
.table2 tr th{
  background-color: white;
}
.table2 tr th:hover{
  background-color: white;
  cursor: default;
}

.tablepay{
  table-layout: fixed ;
  width: 100%;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
}

.tablepay thead th{
  vertical-align: middle;
  position:sticky;
  top: 0;
}
.tablepay td, .tablepay th {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    text-align: center;
    justify-content: center;
    margin:0 auto;
}
.tablepay tr {
  background-color: white;
}
.tablepay tr:hover{
  background-color: #999;
  cursor: pointer;
}
.tablepay tr th{
  background-color: white;
}
.tablepay tr th:hover{
  background-color: white;
  cursor: default;
}
}

@media (min-width:770px){
  button, .btn-link{
    padding: 4px;
    border-radius:4px;
    border:1px solid #d3d3d3;
    background: #007bff;
    color:#fff;
    font-weight: bold;
    cursor: pointer;
    /* margin-bottom: 4px;
    margin-top: 4px; */
}
button[type=reset]{
    background: #d6d8db;
    color:#1b1e21;
}
.header{
    height: 10rem;
    background: white;
    color: #fff;
    width: 100%;
    margin: 0;
    display:flex;
    flex-wrap: wrap;
}
.elemlog{
  width:40%;
  align-self: center;
}
.elemzorr{
   position: absolute;
   right: calc(5%);
   top:1.5rem;
}
.elemus{
   position: absolute;
   left: calc(80%-10rem);
   font-weight: bold;
   width:100%;
   align-self: center;
}
.elemus h3{
  font-size: 1.5rem;
  font-weight: bold;
}
nav{
  display: flex;
  flex-wrap: wrap;
}
ul{
  width:100%;
  text-align: center;
  transition: 1s linear;
}
nav ul li{
    width:13%;
    display: inline-flex;
    color: black;
    text-align: center;
    justify-content: center;
    transition: 1s linear;
    font-size: 1rem;
}
.panel{
    border: 0.2px solid #f1f1f1;
    border-radius: 1rem;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    transition: 1s linear;
}
.panel h1{
  font-size: 1.2rem;
}
.body{
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    max-width: 40rem;
}

.panel-login{
    border: 0.2rem solid #f1f1f1;
    border-radius: 1rem;
    padding: 1rem;
    width: 40%;
    margin: 0 auto;
    transition: 1s linear;
}
.panel-login h4{
  font-size: 2rem;
  font-weight: bold;
  transition: 1s linear;
}
.navbar3{
    display: flex;
    flex-wrap: wrap;
    height:10rem;
    transition: 1s linear;
}
main{
  position: relative;
  top:6rem;
  margin-bottom: 6rem;
}
.grupo1,.grupo2,.grupo3,.grupo4,.grupo5,.grupo6,.grupo7,.grupo8,.grupo9{
    width:33%;
    transition: 1s linear;
}
.elem6{
    width:10%;
    height: auto;
}
.elemlog,.elem1,.elemzorr{
    width:20%;
    height: auto;
}
.inscripcion,.comunicado{
  width: 100%;
  height: auto;
}
.elem2,.elem3,.elem4,.elem5,.elem7,.elem8{
    font-weight: bold;
    width:10%;  
    text-align: center;
    margin: 2rem 0rem 0;
    transition: 1s linear;
}
.navbar2{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    height:5rem;
    position:fixed;
    transition: 1s linear;
    z-index: 10;
    transition: 1s linear;
}
.navbar3{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    height:5rem;
    transition: 1s linear;
    transition: 1s linear;
}

.container{
    display: flex;
    flex-wrap: wrap;
}
.video,.zorros{
    width:50%;
    transition: 1s linear;
}

.zorros h1{
    margin:0 1rem;
}
.iconos{
    display: flex;
    justify-content: center;
    transition: 1s linear;
}
.elemic1,.elemic2,.elemic3,.elemic4{
    text-align: center;
    width:130px;
}
.container-fluid{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    height: 12rem;
}
.logo2{
    width:20%;
}
.dir{
    width:80%;
}
.copy{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transition: 1s linear;
}
.dir h5{
    font-weight: bold;
    font-size: 1rem;
    text-align: right;
    margin-right: 1rem;
}

.carousel-item {
   height: 40rem;
   transition: 1s linear;
}
.carousel-caption h5,p{
    color:black;
    font-weight: bold;
    font-size: 2rem;
    background-color: rgb(234,227,227,0.5);
}
.prepa{
    font-size: 1rem;
}
.contotal{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    transition: 1s linear;
}

.containercalen{
  display:block;
    align-items: center;
    margin:auto;
    background: linear-gradient(rgba(255,255,255,.6), rgba(255,255,255,.6)),url("../img/zorros.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
    width:50%;
    height:50%;
}
.titulo,.parrafo{
  height: 25%;
}
.containermap{
    width:100%;
}
.contenedorfoot{
  display: flex;
  flex-wrap: wrap;
}
.form2 input[type="text"]{
  width: 49%;
  display: inline-flex;
}
#paycontainerpadre{
  width: 100%;
  display: flex;
}
#paycontainerhijo{
  width: 40%;
  display: inline-block;
}
#botonagregar{
  width: 20%;
  text-align: center;
}
/* #botonlimpiar{
  width: 15%;
  text-align: center;
} */
#paycontainers{
  width: 100%;
  display: flex;
  margin: auto;
  /* text-align: center; */
}

#paycontainers2{
  width: 40%;
  display: flex;
  flex-direction: row;
}
#paycontainerlabel{
  width: 30%;
  margin: auto;
  text-align: center;
}
#paycontainerselect{
  width: 65%;
  margin: auto;
  text-align: center;
}
#paycontainerselect2{
    width: 65%;
    margin: auto;
    text-align: center;
  }
#paycontainerradio{
  display:-webkit-inline-box;
  /* margin: auto; */
  width: 30%;
}
#inputescondidos{
    width: 40%;
}
#paycontainers label{
  width:30%;
}
.form2 select{

  border-radius:4px;
}
.form2 label{
  margin-bottom: 0px;
}
#becafield, #sancionfield{
  width: 100%;
  outline: 0;
  border-width: 0 0 2px;
  border-color: blue;
  /* text-align: center; */
  /* max-width: inherit; */
}
.table2{
  width: 100%;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
}

.table2 thead th{
  vertical-align: middle;
}
.table2 td, .table2 th {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    text-align: center;
    justify-content: center;
    margin:0 auto;
}
.table2 tr {
  background-color: white;
}
.table2 tr:hover{
  background-color: #999;
  cursor: pointer;
}
.table2 tr th{
  background-color: white;
}
.table2 tr th:hover{
  background-color: white;
  cursor: default;
}

.tablepay{
  table-layout: fixed ;
  width: 100%;
  border-top:1px solid #ddd;
  border-left:1px solid #ddd;
}

.tablepay thead th{
  vertical-align: middle;
  position:sticky;
  top: 0;
}
.tablepay td, .tablepay th {
    vertical-align: top;
    border-bottom: 1px solid #ddd;
    text-align: center;
    justify-content: center;
    margin:0 auto;
}
.tablepay tr {
  background-color: white;
}
.tablepay tr:hover{
  background-color: #999;
  cursor: pointer;
}
.tablepay tr th{
  background-color: white;
}
.tablepay tr th:hover{
  background-color: white;
  cursor: default;
}
#nombreuser, #gradouser, #curpuser, #iduser{
  width:50%;
}
#datosusers{
  width:100%;
  display:inline-table;
}

}

