@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  --verde: #611232;
  --verdeclaro: #aeb6b5;
  --azul: #1b396a;
  --azulbajo: #99a7bd;
  --azulbajo2: #e2e8f0;
  --dorado: #cc9900;
  --guinda: #800000;
  --grisclaro: #efefef;
  --tipografia1: Roboto;
  --tipografia2: Zilla Slab;
}
.ancho {
  max-width: 1300px;
  margin: auto;
}
body {
  font-family: var(--tipografia1);
  font-size: 16px;
  line-height: 24px;
}
html {
  scroll-behavior: smooth;
}
header {
  background-color: var(--verde);
  padding: 0px 10px;
}
header .contenedor_header {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  color: white;
}
header .contenedor_header a {
  padding-top: 5px;
  opacity: 1;
  transition: all 0.5s;
}
header .contenedor_header a:hover {
  opacity: 0.7;
}
header .logogob_header {
  width: 100px;
}
header .link_header {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
}
header .link_header a {
  color: white;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 20px;
  transition: all 0.5s;
}
header .link_header a:hover {
  color: var(--verde);
  background-color: var(--verdeclaro);
}
.contenedor_logos {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
}
#logossep {
  width: 70%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 5px;
}
.edu_logo {
  max-width: 300px;
}
#logossep a {
  opacity: 1;
}
#logossep a:hover {
  opacity: 0.7;
}
#logossep .gob {
  max-width: 300px;
}
#logossep .edu {
  max-width: 300px;
}
#logossep .tnm {
  max-width: 120px;
}
#logossep #tec {
  max-width: 50px;
}
#logossep figure img {
  width: 100%;
}
#logossep #tec figure img {
  width: 100%;
}
#correo {
  width: 150px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.correo2 {
  width: 25px;
  display: none;
}
#correo img {
  width: 30px;
}
nav {
  background-color: var(--azul);
  padding: 5px;
  margin: 0;
}
nav ul {
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
nav ul li a {
  padding: 10px 20px;
  display: block;
  text-decoration: none;
  color: white;
}
nav ul li a:hover {
  background-color: var(--verdeclaro);
}
.sub {
  padding-left: 10px;
}
#iconomenu {
  background-image: url(imagenes_1/icono_menu.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: white;
  padding: 10px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10px !important;
  height: 20px !important;
  font-size: 2%;
  display: none;
}
#esconder {
  display: none;
  margin: 0;
  top: 0;
}
.sisi {
  font-size: 40px;
  line-height: 40px;
  font-family: Zilla Slab;
  color: var(--azul);
}
.caja {
  background-color: #e2e8f0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.desplegable {
  display: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: var(--azulbajo);
}
.desplegable li {
  display: block;
  width: 100%;
  border-bottom: 1px dotted white;
}
.submenu:hover .desplegable {
  display: flex;
  position: absolute;
  z-index: 10;
}
/* CSS PARA EL SLIDE DE FOTOS */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  height: 450px;
  padding: 0;
  margin: 0;
}

.rslides li {
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 450px;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  float: left;
  width: 100%;
  height: 450px;
  object-fit: cover;
  border: 0;
  filter: brightness(0.7);
}

.vermas {
  font-size: 14px;
  display: inline-block;
  margin-top: 10px;
  padding: 10px 30px;
  border-radius: 5px;
  background-color: var(--dorado);
  transition: all 0.5s;
}
.vermas:hover {
  background-color: var(--guinda);
}
.dorado {
  color: var(--dorado);
}
/* CSS PARA SLIDE CON FLECHAS */

.callbacks_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
}
.caption a {
  display: block;
  padding: 10px 30px;
  color: white;
  border: 40px;
  text-decoration: none;
}
.caption h2 {
  text-align: center;
  margin-bottom: 10px;
}
.caption p {
  text-align: center;
}
.captionlogo {
  width: 100%;
  height: 100%;
  /* position: relative; */
}
.cajatexto {
  position: relative;
}
.captionlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  transform: translate(-50%, -50%);
  height: 300px;
}
.captionlogo img {
  width: 65% !important;
  height: 65% !important;
  object-fit: cover;
}
.callbacks .caption {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 60%;
  height: 100%;
  transform: translate(30%, 0%);
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0px 10px;
  margin: 0;
  max-width: none;
}
.logoblanco {
  width: 100%;
}
.logoblanco img {
  width: 100%;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 10;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("flechas.gif") no-repeat left top;
  margin-top: -45px;
}
.callbacks_nav:active {
  opacity: 1;
}
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
#contenedorslide {
  margin-bottom: 10px;
  height: 450px;
}
#comunicacion {
  background-color: var(--grisclaro);
  padding: 20px;
}
.titulo {
  text-align: center;
  font-size: "Roboto";
  font-size: 40px;
  margin: 0 auto;
  padding: 0;
  font-weight: 400;
  color: var(--azul);
}
#titulocarrousel {
  color: var(--azul);
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0px;
  text-align: center;
}
#fechanoticia {
  width: 95%;
  margin: auto;
  margin-top: 10px;
  text-align: right;
  font-size: 13px;
  color: var(--azulbajo);
}
#fotocarrousel {
  width: 100%;
  border-radius: 10px;
  height: 200px;
  object-fit: cover;
}
#fotocarrousel2 {
  width: 150px;
  height: 150px;
}
.btn_leermas {
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  background-color: var(--guinda);
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  transition: all 0.5s;
}
.btn_leermas:hover {
  background-color: var(--dorado);
}
#contenedor_noticias {
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
  overflow: hidden;
}
#contenedor_banners {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
#parrafocarrousel {
  text-align: justify;
  box-sizing: border-box;
  padding: 10px;
  line-height: 24px;
  font-size: 14px;
}
#flechas {
  margin-top: 400px;
  position: relative;
  height: 100px;
}
#tabs {
  /* background-color: var(--grisclaro); */
  max-width: 1200px;
  margin: auto;
  padding: 20px;
}
#tabs ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: nowrap;
  padding: 0;
}
#tabs ul li {
  width: 33.33%;
}
#tabs a {
  color: var(--azul);
  font-weight: 700;
  text-align: center;
  display: block;
  text-decoration: none;
  padding: 10px 30px;
  transition: all 0.5s;
  border: 1px #333 solid;
}
.active {
  background-color: var(--azulbajo);
}
#contenedor_tabs {
  padding: 0;
}
#contenedor_tabs h2 {
  padding-bottom: 10px;
}
#contenedor_tabs article {
  text-align: justify;
  padding: 20px 0px;
}
#interes {
  background-color: var(--grisclaro);
  padding: 20px;
  text-align: center;
}
.contenedor_interes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}
.contenedor_interes a {
  opacity: 1;
  transition: all 0.5s;
}
.contenedor_interes a:hover {
  opacity: 0.6;
}
footer {
  line-height: 24px;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  padding: 10px 10px 20px 10px;
  background-color: var(--azul);
}
footer h2 {
  margin: 15px 0px;
  font-size: 18px;
}
footer a {
  text-decoration: none;
  color: var(--azulbajo);
}
footer a:hover {
  color: var(--dorado);
}
.iconosredes .redes {
  color: var(--azul);
}
#mapa {
  border-radius: 15px;
  margin-top: 10px;
  max-width: 400px;
  height: auto;
}
.pleca {
  width: 100%;
  height: 50px;
  background-image: url("../imagenes/pleca2.svg");
}
#abajo {
  padding: 10px;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: var(--verde);
  font-size: 14px;
  flex-wrap: nowrap;
}
#abajo article {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
#abajo h2 {
  color: white;
  font-size: 22px;
  font-weight: 100;
}
#uno {
  padding: 10px;
}
#logoabajo {
  display: inline-block;
  margin-right: 10px;
  max-width: 300px;
}
.enlacesabajo {
  max-width: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.enlacesabajo p {
  padding: 10px 0px;
  color: var(--grisclaro);
}
.enlacesabajo a {
  text-decoration: none;
  color: var(--verdeclaro);
  padding: 7px 0px;
  transition: all 0.5s;
}
.enlacesabajo a:hover {
  color: white;
}
.ir-arriba {
  color: #cc9900;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1500;
}
.ir-arriba:hover {
  color: #7a1d1e;
}
#licenciaturas {
  padding: 20px 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  flex-wrap: wrap;
}
#licenciaturas article {
  margin-top: 20px;
  border: 1px var(--azul) solid;
  max-width: 300px;
  position: relative;
  overflow: hidden;
}
#licenciaturas article h2 {
  font-size: 16px;
  padding: 15px;
  text-align: center;
}
#licenciaturas article img {
  width: 100%;
  height: auto;
}
#licenciaturas article #carreras {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-color: rgba(27, 57, 106, 0.8);
}
#licenciaturas article:hover #carreras {
  top: 0;
}
#licenciaturas article a {
  text-decoration: none;
  color: var(--azul);
}

#carreras h3 {
  width: 200px;
  text-align: center;
  padding-bottom: 15px;
}
#carreras a {
  text-decoration: none;
  color: white !important;
}
.fondoazul {
  background-color: var(--azul);
  padding: 15px;
  color: white;
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 10px;
  text-align: center;
  font-family: Zilla Slab;
}
.contenedorredes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.infocarrera {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.contenedoriconosinfo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  width: 60%;
  padding: 10px;
}
.iconossistemas {
  max-width: 100px;
}
.iconossistemas img {
  width: 100%;
}
.contenedoriconos {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: stretch;
  gap: 15px;
  width: 100%;
  text-align: center;
}
.fotosistemas {
  padding: 10px;
  width: 40%;
}
.fotosistemas img {
  width: 100%;
  display: block;
}
.objetivocampo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 15px;
  padding: 15px;
}
.objetivocampo article {
  background-color: var(--azulbajo2);
  border-radius: 15px;
  padding: 25px;
  max-width: 45%;
}
.tituloobjetivo {
  font-family: Zilla Slab;
  font-size: 25px;
  color: var(--azul);
}
.tituloslide {
  font-family: Zilla Slab;
}
.detallelinea {
  margin-top: 10px;
  margin-bottom: 10px;
}
.listacampo {
  margin-left: 50px;
}
.detalle {
  position: relative;
  background-color: #800000;
  width: 75px;
  height: 15px;
}
.linea {
  border: 0px;
  width: 250px;
  height: 1px;
  background-color: #707070;
  position: absolute;
  top: 50%;
  left: 100%;
}
h4 {
  font-family: Zilla Slab;
}
.planestudios {
  padding: 15px;
}
.capaz {
  column-count: 2;
}
.capaz p {
  margin-bottom: 20px;
}
.capaz p::before {
  content: "- ";
}

/* tabs */
.tab_container {
  border-radius: 0px 0px 10px 10px;
  /* border: 1px solid var(--azul); */
  border-top: none;
  overflow: hidden;
  width: 100%;
  background: #fff;
}
.tab_content {
  padding: 20px;
  font-size: 16px;
  padding: 10px;
  background-color: var(--azulbajo2);
  /* padding-left: 50px; */
}
ul.tabs {
  list-style: none;
  margin: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
ul.tabs li {
  border: 2px solid white;
  background: #e6e6e6;
  border-radius: 10px 10px 0px 0px;
  width: 33.33%;
  text-align: center;
}
ul.tabs li a {
  text-decoration: none;
  color: #000;
  display: block;
  padding: 10px;
}
ul.tabs li a:hover {
  background: #ccc;
  border-radius: 10px 10px 0px 0px;
}

html ul.tabs li.active {
  border-radius: 10px 10px 0px 0px;
  background: #cc9900;
  color: white;
}
html ul.tabs li.active a:hover {
  border-radius: 10px 10px 0px 0px;
  background: #cc9900;
}
.especialidades {
  background-color: #e2e8f0;
  text-align: center;
  font-size: 30px !important;
  border-radius: 10px;
}
.rojo {
  font-size: 20px;
  padding: 10px;
  color: #800000;
  font-family: Zilla Slab;
}
.azul {
  color: var(--azul);
  font-family: Zilla Slab;
}
.icono {
  width: 30px;
  vertical-align: middle;
}
.contenedor_especialidades {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.cont_especialidad {
  background-image: url(imagenes_1/fondo_engrane.svg);
  background-repeat: no-repeat;
  border: 1px var(--azul) solid;
  background-position: bottom right;
  max-width: 300px;
  background-color: var(--azulbajo2);
  border-radius: 10px;
  padding: 20px 10px 20px 50px;
}
.cont_especialidad2 {
  background-image: url(imagenes_1/fondo_engrane.svg);
  background-repeat: no-repeat;
  border: 1px var(--azul) solid;
  background-position: bottom right;
  max-width: 300px;
  background-color: var(--azulbajo2);
  border-radius: 10px;
  padding: 20px;
}
.cont_especialidad3 {
  background-image: url(imagenes_1/fondo_engrane2.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 300px;
  background-color: var(--azulbajo2);
  border-radius: 10px;
  padding: 20px;
}
.cont_especialidad4 {
  background-image: url(imagenes_1/fondo_engrane3.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  max-width: 300px;
  background-color: var(--azulbajo2);
  border-radius: 10px;
  padding: 20px;
}
.contenedor_contactanos {
  background-color: var(--azulbajo2);
  padding: 15px 15px 0px 15px !important;
}
.cont_recibir {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.cont_recibir figure {
  max-width: 400px;
}
.cont_recibir figure img {
  width: 100%;
  display: block;
}
.parrafo3 {
  width: 100%;
}
.elementosformulario {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  border: 0px;
  width: 90%;
  margin-bottom: 10px;
}
.btn_rojo {
  width: 94%;
  background-color: #800000;
  color: white;
  border-radius: 10px;
  padding: 15px;
  border: 0px;
}
.btn_rojo:hover {
  background-color: #333;
}
.btn_rojo2 {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 20px;
  background-color: #800000;
  color: white;
  border-radius: 10px;
  padding: 15px 30px;
}
/* seguridad */
#codigo {
  color: var(--rojo);
  font-weight: bold;
}
#seguridad {
  padding: 10px 5px 0px 5px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 10px;
}
#seguridad img {
  display: inline-block;
}
#seguridad #security_code {
  max-width: 80px;
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  border: 0;
}
.negritas {
  font-weight: bold;
}
.azul {
  color: var(--azul);
}
.rojo {
  color: var(--guinda);
}
.titulosimposium {
  font-family: Zilla Slab;
  font-size: 25px;
  color: var(--dorado);
  padding: 10px;
}
.centrar {
  text-align: center;
}
.laboral {
  width: 50%;
  background-color: #e2e8f0 !important;
}
.fondo_actividades {
  background-image: url(imagenes_1/fondo_azul_engrane.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.fondo_actividades2 {
  background-image: url(imagenes_1/fondo_engrane4.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.btn_rojo {
  background-color: var(--guinda);
  color: white;
  padding: 10px 30px;
  text-decoration: none;
  display: inline-block;
  border-radius: 5px;
  width: auto;
  transition: all 0.5s;
}
.btn_rojo:hover {
  background-color: #333;
}
.nota {
  background-color: #cc9900;
  padding: 10px;
  color: white;
  text-align: center;
  border-radius: 10px;
}
.negritas {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.rojo {
  color: var(--guinda);
}
.contenedor_conferencias {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
}
.contenedor_conferencias h3 {
  text-align: center;
}
.contenedor_conferencias article {
  /* border: 1px var(--azul) solid; */
  max-width: 300px;
  padding: 15px;
  border-radius: 12px;
}
