@charset "utf-8";
/* CSS Document */
.dos {
  color: white;
  width: 18%;
  float: left;
  text-align: center;
}
.uno {
  text-align: right;
  width: 40%
}
.tres {
  text-align: left;
  width: 40%
}
.uno a {
  padding-left: 40px;
  color: #D3D08D;
}
.tres a {
  padding-right: 40px;
  color: #D3D08D;
}
.uno a:hover {
  color: aliceblue;
  color: #fff;
}
.tres a:hover {
  color: aliceblue;
  color: #fff;
}
.dos img {
  width: 91px;
}
/* Barra letras universidad*/
#img_siglas {
  max-width: 70px;
  width: 100%
}
/* Barra letras universidad*/
#barra_blanca {
  text-align: center;
  background: white;
  height: 118px;
}
#imgUACJ {
  overflow: hidden;
  width: 100%;
  max-width: 650px;
  padding-top: 75px;
}
#img_siglas {
  max-width: 70px;
  width: 100%
}
/*Contenido----------------*/
.row {
  margin: 0px;
}
#contenido {}
/*Barra azul */
#img-somos {
  width: 100%;
  max-width: 400PX;
}
#linea {
  width: 100%;
  max-width: 1700px;
  padding-bottom: 7px;
}
/*Barra que estuidar en la UACJ*/
.barra_estudia {
  width: 95%;
  height: 300px;
  text-align: left;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
.izq {
  border: 1px solid #707070;
  width: 30%;
  float: left;
  padding-top: 10px;
  padding-left: 15px;
  height: 300px;
}
.der {
  border: 1px solid #707070;
  width: 70%;
  float: left;
  background: gray;
  height: 300px;
}
img.img_desta {
  height: auto;
  text-align: center;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 500px;
  object-fit: cover;
}
/*-------------- PARALLAX ---*/
.content {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: relative;
  background: #FFF;
  z-index: 2;
}
.image1 {
  position: relative;
  background: url("../images/003.JPG") no-repeat fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.texto {
  width: 50%;
  height: 500px;
  color: #fff;
  font-size: 1.5em;
  font-weight: 300;
  float: right;
  position: relative;
}
.texto p {
  left: 2%;
  padding-right: 5%;
  top: 10px;
  font-size: .5em;
  font-weight: 300;
  float: left;
  position: relative;
}
.opacidad {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  right: 0px;
  width: 100%;
  padding-left: 10%
}
.opacidad_01 {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}
.opacidad_02 {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  left: 0px;
}
.opacidad_03 {
  background-color: rgba(0, 0, 0, 0.4);
  height: auto;
  position: absolute;
  top: 72%;
  left: 10%;
  right: 40%;
  color: white
}
.opacidad_04 {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}
.opacidad_04 p {
  padding-left: 15px
}
/*NOTICIAS Y EVENTOS*/
.text_estad {
  text-align: center;
}
.card-deck {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.card-body img {
  width: 100%;
  max-width: 450px;
}
img.img_destaprincipal {
  height: auto;
  text-align: center;
  width: 100%;
  display: block;
}
.carousel-caption2 {
  position: absolute;
  right: 0;
  bottom: 0px;
  left: 0;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 15px;
  color: #fff;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.4);
}
.eventos {
  padding-left: 0px;
  padding-right: 0px;
}
.carousel_eventos {
  padding-left: 0px;
  padding-right: 0px;
}
.sin_paddig {
  padding-left: 0px;
  padding-right: 0px
}
.img_fondo1 {
  top: 15px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../images/agenda/Academicos.jpg");
}
.img_fondo1:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.img_fondo2 {
  top: 15px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../images/agenda/Deportes.jpg");
}
.img_fondo2:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.img_fondo3 {
  top: 15px;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-image: url("../images/agenda/Cultura.jpg");
}
.img_fondo3:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.carousel_fondo {
  height: 90px;
  background-color: rgba(17, 76, 145, 0.7);
}
.carousel-inner {
  top: 30px;
}
.carousel-control-prev {
  top: -50px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
/*liga a resultados*/
.item_resultados {
  background: #D3D08D;
  width: 270px;
  float: right;
  border-bottom-left-radius: 10px
}
.item_resultados a {
  color: #104C91;
  font-weight: 500
}
@media only screen and (min-width: 240px) {
  .item_resultados {
    width: 100%;
  }
  .item_resultados a {
    font-size: 13px;
  }
  .img_fondo2, .img_fondo3, .img_fondo1 {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .carousel_fondo {
    height: 75px;
  }
  .carousel-inner {
    top: 10px;
  }
  .carousel-control-prev {
    top: -50px;
  }
  .eventos img {
    width: 100%;
    max-height: 111px;
    object-fit: cover
  }
  .border1 {
    border-bottom: 1px solid #707070;
  }
  img.img_destaprincipal {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  .listado {
    display: block;
  }
  .container-fluid {
    display: none
  }
  .opacidad {
    height: 300px;
  }
  .image1 {
    min-height: 300px;
  }
  img.img_desta {
    height: 140px
  }
  .opacidad_04 {
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    padding-bottom: 1.3%;
  }
  .opacidad_01, .opacidad_02, .opacidad_04 {
    width: 100%;
    height: 140px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    padding-bottom: 26.3%;
  }
  .texto {
    width: 100%;
    height: 300px;
  }
  .opacidad_03 {
    position: absolute;
    height: auto;
    top: 22%;
    left: 5%;
    right: 5%;
    bottom: 60%
  }
  .opacidad_03 p {
    padding-left: 2%;
    padding-right: 2%;
  }
  .col-xl-4 {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 368px) {
  .item_resultados {
    width: 230px;
  }
  .item_resultados a {
    font-size: 15px;
  }
  .carousel-inner {
    top: 18px;
  }
  img.img_desta {
    height: 120px
  }
  img.img_destaprincipal {
    height: 350px;
    width: 100%;
    object-fit: cover;
  }
  .opacidad_01, .opacidad_02, .opacidad_04 {
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    padding-bottom: 21.9%;
  }
  .texto {
    width: 100%;
    height: 300px;
  }
  .opacidad_03 {
    position: absolute;
    height: auto;
    top: 25%;
    left: 5%;
    right: 5%;
    bottom: 60%
  }
  .opacidad_03 p {
    padding-top: 3%;
    padding-left: 2%;
    padding-right: 2%;
    padding-bottom: 3%;
  }
  .opacidad_04 {
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (min-width: 400px) {
  .img_fondo2, .img_fondo3, .img_fondo1 {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .carousel-inner {
    top: 10px;
  }
  .eventos img {
    width: 100%;
    max-height: 87px;
    object-fit: cover
  }
  .opacidad_01, .opacidad_02 {
    width: 100%;
    height: 120px;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
  }
  .opacidad_04 {
    width: 100%;
    top: 0px;
    right: 0px;
    left: 0px;
    padding-bottom: 0px;
  }
  .texto {
    width: 100%;
    height: 300px;
  }
  .opacidad_03 p {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media only screen and (min-width: 558px) {
  .opacidad_01, .opacidad_02 {
    width: 100%;
    height: 70px;
    top: 0px;
    right: 0px;
    left: 0px;
    padding-bottom: 21.8%;
  }
}
@media only screen and (min-width: 600px) {
  .img_fondo2, .img_fondo3, .img_fondo1 {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .carousel_fondo {
    height: 80px;
  }
  .carousel-inner {
    top: 15px;
  }
  .carousel-control-prev {
    top: -50px;
  }
  .carousel_eventos img {
    object-fit: cover;
    max-height: 140px
  }
  .border1 {
    border-right: 1px solid #707070;
    border-bottom: none;
  }
  img.img_desta {
    height: auto
  }
  img.img_destaprincipal {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .texto {
    width: 50%;
    color: #fff;
    font-size: 1.5em;
    font-weight: 300;
    float: right;
    position: relative;
  }
  .opacidad_01, .opacidad_02 {
    top: 12px;
    padding-bottom: 52.5%;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  .opacidad_03 {
    position: absolute;
    height: auto;
    top: 30%;
    left: 5%;
    right: 15%;
    bottom: 55%
  }
  .opacidad_03 p {
    padding-left: 2%;
    padding-right: 2%;
  }
  .opacidad_04 {
    top: 20px;
    padding-bottom: 20%;
    right: 0px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .espacio {
    height: 8px
  }
  .img_fondo2, .img_fondo3, .img_fondo1 {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .carousel_fondo {
    height: 120px;
  }
  .carousel-inner {
    top: 10px;
  }
  .carousel-control-prev {
    top: -50px;
  }
  .carousel_eventos img {
    object-fit: cover;
    max-height: 180px
  }
  .eventos img {
    width: 100%;
    max-height: 200px;
    object-fit: cover
  }
  img.img_destaprincipal {
    height: auto;
    width: 100%;
  }
  .opacidad_01, .opacidad_02 {
    top: 15px;
    padding-bottom: 52.3%;
    left: 0px;
    top: 0px;
  }
  .opacidad_03 {
    position: absolute;
    height: auto;
    top: 20%;
    left: 5%;
    right: 25%;
    bottom: 60%
  }
  .opacidad_03 p {
    padding-left: 2%;
    padding-right: 2%;
  }
  .opacidad_04 {
    top: 80px;
    padding-bottom: 15.9%;
    right: 0px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 992px) {
  .espacio {
    height: 10px
  }
  .img_fondo2, .img_fondo3, .img_fondo1 {
    padding-top: 120px;
    padding-bottom: 0px;
  }
  .carousel_fondo {
    height: 125px;
  }
  .carousel_eventos img {
    object-fit: cover;
    max-height: 235px
  }
  .eventos img {
    width: 100%;
    max-height: 235px;
    object-fit: cover
  }
  .listado {
    display: none;
  }
  .container-fluid {
    display: block
  }
  .opacidad {
    height: 500px;
  }
  .image1 {
    min-height: 500px;
  }
  .opacidad_01 {
    top: 20px;
    padding-bottom: 52%;
    right: 0px;
    top: 0px;
    bottom: 0px;
  }
  .opacidad_02 {
    top: 20px;
    padding-bottom: 52%;
    left: 0px;
    top: 0px;
  }
  .opacidad_03 {
    top: 42%;
    left: 5%;
    right: 40%;
    bottom: 300px
  }
  .opacidad_03 p {
    padding-left: 2%;
    padding-right: 2%;
  }
  .opacidad_04 {
    top: 120px;
    padding-bottom: 15.9%;
    right: 0px;
    bottom: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .espacio {
    height: 90px
  }
  .carousel_eventos img {
    object-fit: cover;
    max-height: 280px
  }
  .eventos img {
    width: 100%;
    max-height: 130px;
    object-fit: cover
  }
  .opacidad_01, .opacidad_02 {
    top: 30px;
    padding-bottom: 52.1%;
    right: 0px;
    top: 0px;
  }
  .opacidad_03 {
    top: 52%;
    left: 5%;
    right: 40%;
    bottom: 200px
  }
  .opacidad_04 {
    top: 150px;
    padding-bottom: 10.9%;
    right: 0px;
    bottom: 0px;
  }
  .opacidad_04 p {
    padding-top: 15px;
  }
}
@media only screen and (min-width: 1368px) {
  .img_fondo2, .img_fondo3, .img_fondo1 {
    padding-top: 230px;
    padding-bottom: 0px;
  }
  .espacio {
    height: 80px
  }
  .carousel_fondo {
    height: 100px;
  }
  .carousel-inner {
    top: 10px;
  }
  .carousel-control-prev {
    top: -50px;
  }
  .eventos img {
    width: 100%;
    max-height: 150px;
    object-fit: cover
  }
  .opacidad_01, .opacidad_02 {}
  .opacidad_03 {
    position: absolute;
    height: auto;
    top: 60%;
    left: 5%;
    right: 50%;
    bottom: 15%
  }
  .opacidad_04 {
    top: 220px;
    padding-bottom: 15%;
    right: 0px;
    bottom: 0px;
  }
  #tabla_estudia td {
    font-size: 1em
  }
}
@media only screen and (min-width: 1440px) {
  .eventos img {
    width: 100%;
    max-height: 170px;
    object-fit: cover
  }
  .opacidad_03 {
    position: absolute;
    height: auto;
    top: 65%;
    left: 3%;
    right: 45%;
    bottom: 12%
  }
  .opacidad_04 {
    top: 220px;
    padding-bottom: 11.9%;
    right: 0px;
    bottom: 0px;
  }
  #tabla_estudia td {
    font-size: 1em
  }
}
@media only screen and (min-width: 1640px) {
  .eventos img {
    width: 100%;
    max-height: 190px;
    object-fit: cover
  }
}
@media only screen and (min-width: 1900px) {
  .eventos img {
    width: 100%;
    max-height: 225px;
    object-fit: cover
  }
  .opacidad_01, .opacidad_02 {
    /*top: 30px;*/
    padding-bottom: 0px;
    height: 500px;
    right: 0px;
    top: 0px;
  }
}