@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");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
: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;
}
.contenedorredes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
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;
}
#icono_menu {
  display: none;
}
.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;
}
.open {
  font-size: 40px;
  line-height: 40px;
  font-family: Zilla Slab;
  color: var(--azul);
  text-align: center;
}
.caja {
  background-color: #e2e8f0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.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);
}
.contenedorslide {
  height: auto;
  background-color: var(--azulbajo2);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.contenedorslide article {
  width: 40%;
  padding-left: 20px;
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.contenedorslide .fotoslide {
  /* border: 1px red solid; */
  width: 60%;
  height: auto;
}
.fotoslide img {
  width: 100%;
  min-height: 450px;
  display: block;
  object-fit: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
}
.tituloslide {
  font-size: 40px;
  font-family: Zilla Slab;
  font-weight: 600;
  line-height: 45px;
  color: var(--azul);
}
#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);
}
.titulo2 {
  text-align: center;
  font-size: 35px;
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
  letter-spacing: 3px;
  color: #fff;
}
#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);
}
.btn_video {
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  background-color: var(--dorado);
  color: white;
  padding: 10px 30px;
  border-radius: 5px;
  transition: all 0.5s;
}
.btn_video:hover {
  background-color: var(--guinda);
}
.btn_convocatoria {
  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_convocatoria: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;
  gap: 10px;
  padding: 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;
  /* height: 30px; */
  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;
}
.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);
}
.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: var(--azulbajo2) url("imagenes_1/logo_blanco.png") no-repeat
    center center;
  padding-left: 50px;
  min-height: 250px;
}
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 {
  text-align: center;
  font-size: 30px !important;
}
.rojo {
  font-size: 20px;
  padding: 10px;
  color: #800000;
  font-family: Zilla Slab;
}
.azul {
  color: var(--azul);
  font-family: Zilla Slab;
}
.contenedor_especialidades {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
}
.cont_especialidad {
  max-width: 320px;
  background-color: var(--azulbajo2);
  border-radius: 0px 0px 10px 10px;
  padding: 20px 10px 20px 50px;
  background: var(--azulbajo2) url("imagenes_1/logo_blanco.png") no-repeat
    center center;
}
.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;
}
.formulario {
  /* padding: 15px !important; */
}
.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;
  /* background-color: var(--azul); */
  color: white;
  border-radius: 10px;
  padding: 15px;
  border: 0px;
  transition: all 0.5s;
  cursor: pointer;
}
.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;
}
.logosis {
  margin-top: 10px;
  max-width: 220px;
}
.logosis img {
  width: 100%;
}
.parrafosistemas {
  padding: 10px 0px;
}

/* galeria de fotos */
#galeria {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, auto);
  grid-template-areas:
    "somos1 somos1 somos2 somos3 somos4"
    "somos1  somos1 somos5 somos6 somos7";
}
#galeria img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
#galeria a {
  filter: brightness(65%);
  transition: all 0.5s;
}
#galeria a:hover {
  filter: brightness(100%);
}
.foto1 {
  grid-area: somos1;
}
.foto2 {
  grid-area: somos2;
}
.foto3 {
  grid-area: somos3;
}
.foto4 {
  grid-area: somos4;
}
.foto5 {
  grid-area: somos5;
}
.foto6 {
  grid-area: somos6;
}
.foto7 {
  grid-area: somos7;
}
.contenedor_eventos {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  /* border: 1px #ccc solid; */
  gap: 20px;
  max-width: 600px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px #dedddd;
}
.contenedor_eventos figure img {
  width: 100%;
  display: block;
  border-radius: 15px;
}
.actividades {
  list-style: none;
  line-height: 30px;
}
.negritas {
  font-weight: bold;
}
.dorado {
  color: var(--dorado);
}
.rojo {
  color: var(--guinda);
}
.margen {
  padding: 15px 15px 0px 15px !important;
}
.contenedor_act_escolares {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 50px;
  flex-wrap: wrap;
}
h4 {
  font-size: 20px;
  font-weight: bold;
  color: var(--azul);
}

/* modal */
.btn_modal {
  cursor: pointer;
}
.mascara {
  display: none;
  position: fixed;
  z-index: 2000;
  padding: 100px 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.8);
}
.contenidomodal {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  max-width: 900px;
}
.estructuramodal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.cerrarmodal {
  cursor: pointer;
  color: red;
  font-size: 26px;
  transition: all 0.5s;
}
.cerrarmodal:hover {
  color: #000000;
}
#video {
  margin-top: 10px;
  width: 100%;
}
#contenedoryoutube {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%; /*nos da la proporcion de 16X9*/
  position: relative;
}
#contenedoryoutube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contenedor_pasos {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 50px;
}
.pasos {
  /* border: 1px red solid; */
  width: 280px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: 0px 0px 10px #dedddd;
  border-radius: 10px;
}
.pasos figure {
  width: 90%;
  margin-bottom: 10px;
}
.pasos figure img {
  width: 100%;
}
.pasos h3 {
  padding-bottom: 10px;
}
.alinear {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
