body, *, *:before, *:after{
  box-sizing: border-box;
}

html, body {
  font-family: "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  color: #474747;
}

h1,h2,h3,h4,h5,h6, .title {
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
}
h2{
  font-size: 1.8em;
  }
h3 {
  font-size: 1.2em;
}

p {
  margin: 0.5em;
  line-height: 1.1;
}

.tittle{
  width: 500px;
}
.fixed-width-text  p{
  width: 350px;
  font-size: 1.15em;
  margin: 0;

}
.fixed-width {
  width: 981px;
  margin: 0 auto;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after{
  clear: both;
}

.fix-top > img{
  width: 100%;
  display: block;
}
.fix-img  img{
  max-width: 100%; height: auto;
}

/*==============================
    OBJETIVO DE LA CARRERA
===============================*/

.objetivo {
  position: relative;
}

  .objetivo .texto-right{
    position: absolute;
    top: 50px;
    right: 50px;
  }
  .objetivo h2{
    text-align: center;
    padding: 18px 25px;
    color: #80b74f;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .objetivo p {
    color: white;
    padding: 18px 25px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .objetivo hr{
    color: white;
    width: 118px;
    margin-left: 4.5em;
  }
  .objetivo .texto-right .tittle > img{
    position: absolute;
    width: 70%;
    height: 8px;
    left: 15%;
  }

/*===============================
      PERFIL DE INGRESO
================================*/

.perfil-ingreso{
  position: relative;

  }
  .perfil-ingreso .img{
    height: 100%;
    width: auto;
    position: relative;
  }

  .perfil-ingreso .texto-ingreso{
    position: absolute;
    top: 40px;
    right: 0;
    width: 50%;
  }

  .perfil-ingreso .texto-ingreso h2{
    position: relative;
    text-align: center;
    color: #edac06;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 20px;
    text-shadow: 0 0 12px rgba(237, 172, 6, 0.5);
    letter-spacing: 0.5px;
  }
  
  .perfil-ingreso li{
    width: 420px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    line-height: 1;
    font-size: 1.15em;
    text-align: left;
    padding: 14px 25px;
  }
  .perfil-ingreso .texto-ingreso p{
    width: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 14px 25px;
    line-height: 1.4;
  }
  .perfil-ingreso .texto-ingreso .tittle > img{
    position: absolute;
    width: 90%;
    height: 8px;
    left: 5%;
    }
  .perfil-ingreso  > img {
    width: 93px;
    height: 22px;
    position:absolute;
    bottom:0;
    right: 0;
  }
  .perfil-ingreso .texto-ingreso hr {
    color: #ff5d55;
    width: 118px;
  }

  /*================================================0
    PERFIL DE EGRESO
  ===============================================*/
  .perfil-egreso{
    position: relative;
    color: #ff6624;
    }
    .perfil-egreso .img{
      position: relative;
    }

    .perfil-egreso .texto-egreso{
      position: absolute;
      top: 50px;
      left: 50px;
    }

    .perfil-egreso .texto-egreso h2{
      position: relative;
      padding: 15px 20px;
      color: #edac06;
      background-color: rgba(0, 0, 0, 0.5);
      text-align: center;
      text-shadow: 0 0 12px rgba(237, 172, 6, 0.5);
      letter-spacing: 0.5px;
    }
    .perfil-egreso .texto-egreso p{
      width: 480px;
      line-height: 1.4;
      font-size: 1em;
      padding: 18px 25px;
      background: rgba(0, 0, 0, 0.5);
      color: white;
    }
    .perfil-egreso .texto-egreso .tittle > img{
      position: absolute;
      width: 90%;
      height: 8px;
      left: 5%;
    }
    .perfil-egreso  > img {
      width: 93px;
      height: 22px;
      position:absolute;
      bottom: 0;
      left: 0;
    }
    .perfil-egreso .texto-egreso hr {
      color: #ff5d55;
      width: 118px;
    }

  /*==================================
    CAMPO LABORAL
    =================================*/

.campo-laboral{
  position: relative;
  }
  .campo-laboral .texto-campo{
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 50%;
  }
  .campo-laboral h2{
    position: relative;
    color: #edac06;
    width: 100%;
    margin-right: 20px;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0.774);
    text-align: center;
    text-shadow: 0 0 12px rgba(237, 172, 6, 0.5);
    letter-spacing: 0.5px;
  }
  .campo-laboral li{
    width: 100%;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    line-height: 1.1;
    font-size: 1.15em;
    text-align: left;
    padding: 4px 15px;
  }

  .campo-laboral ul li{
    font-size: 1.15em;
    line-height: 1.2;

  }
  .campo-laboral .texto-campo .tittle > img{
    position: absolute;
    width: 85%;
    height: 8px;
    left: 5%;
  }
.campo-laboral hr{
    color: white;
    margin-right: 1em;
  }

  /*========================================
      BOTONES DE DESCARGA
  =========================================*/

  .botones-descarga {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin: 20px 0 40px 0;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-descarga {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #1a1a2e;
    color: #edac06;
    font-weight: 600;
    font-size: 1em;
    text-decoration: none;
    border-radius: 50px;
    border: 2px solid #edac06;
    box-shadow: 0 4px 15px rgba(237, 172, 6, 0.2);
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
  }

  .btn-descarga:hover {
    background: #edac06;
    color: #1a1a2e;
    box-shadow: 0 6px 25px rgba(237, 172, 6, 0.4);
    transform: translateY(-2px);
    border-color: #f5c842;
  }

  .btn-descarga::before {
    content: "📄";
    font-size: 1em;
  }

  /*========================================
      Footer
  =========================================*/

  .footer {
    position: relative;
    }

    .footer .itess a{
      margin: 8px auto;
    }
    .footer .itess ul{
      width: 980px;

    }

    .footer .itess ul li{
      width: 19%;
      margin: 10px auto;
      display: inline-block;
      text-align: center;
    }
    .footer .itess ul li img{
      width: 144px;
      margin: 10px auto;
    }
    .footer .itess ul li img:last-child{
        margin-right: 0;
    }


/*========================================
      TICS LAYOUT FIXES
  =========================================*/

.career-content .fixed-width {
  width: 981px;
  margin: 0 auto;
  text-align: initial;
}

.career-content .objetivo,
.career-content .perfil-ingreso,
.career-content .perfil-egreso,
.career-content .campo-laboral,
.career-content .reticula {
  width: 981px;
  margin: 0 auto 24px;
  overflow: hidden;
}

.career-content .tittle {
  display: block;
  width: 100%;
}

.career-content .tittle > img {
  display: block;
  position: static;
  width: 95px !important;
  max-width: 95px;
  height: 8px !important;
  margin: 0 auto 10px;
}

.career-content h2 {
  color: #edac06;
  text-align: center;
  text-shadow: 0 0 12px rgba(237, 172, 6, 0.5);
  letter-spacing: 0.5px;
}

.objetivo {
  position: relative;
}

.objetivo > img {
  display: block;
  width: 100%;
}

.objetivo .texto-right {
  top: 50%;
  right: 50px;
  width: 360px;
  transform: translateY(-50%);
}

.objetivo .texto-right p {
  width: 100%;
  line-height: 1.25;
  text-align: center;
}

.career-content .perfil-ingreso,
.career-content .perfil-egreso {
  display: grid !important;
  grid-template-columns: 482px 1fr;
  align-items: stretch;
  background: #111;
}

.career-content .perfil-ingreso > img,
.career-content .perfil-egreso > img {
  display: none !important;
}

.career-content .perfil-ingreso .img,
.career-content .perfil-egreso .img {
  width: 482px;
  height: 663px;
}

.career-content .perfil-ingreso .img img,
.career-content .perfil-egreso .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career-content .perfil-ingreso .texto-ingreso,
.career-content .perfil-egreso .texto-egreso {
  position: static !important;
  width: auto !important;
  padding: 42px 36px;
  align-self: center;
}

.career-content .perfil-ingreso .texto-ingreso p,
.career-content .perfil-egreso .texto-egreso p {
  width: 100% !important;
  margin: 0;
  padding: 18px 22px;
  color: #fff !important;
  line-height: 1.45;
  text-align: center;
  background: rgba(0, 0, 0, 0.55);
}

.career-content .perfil-egreso .img {
  grid-column: 2 !important;
  grid-row: 1;
}

.career-content .perfil-egreso .texto-egreso {
  grid-column: 1 !important;
  grid-row: 1;
}

.career-content .campo-laboral {
  position: relative;
  background: #111;
}

.career-content .campo-laboral > img {
  display: block;
  width: 100%;
}

.career-content .campo-laboral .texto-campo {
  position: absolute !important;
  right: 0;
  bottom: 0;
  width: 45% !important;
  padding: 0 0 18px;
  background: rgba(0, 0, 0, 0.68);
}

.career-content .campo-laboral .texto-campo ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.career-content .campo-laboral h2 {
  width: 100% !important;
  margin: 0;
  padding: 12px 15px;
  background: rgba(0, 0, 0, 0.78);
}

.career-content .campo-laboral li,
.career-content .campo-laboral ul li {
  width: 100% !important;
  padding: 6px 18px;
  color: #fff !important;
  font-size: 1.05em;
  line-height: 1.2;
  text-align: center;
  background: transparent !important;
}

.reticula {
  padding: 28px 20px 36px;
  text-align: center;
  background: #f7f7f7;
}

.reticula .botones-descarga {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  max-width: 820px;
  margin: 22px auto 0;
  font-size: 16px !important;
}

.reticula .botones-descarga a.btn-descarga,
.reticula a.btn-descarga {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  padding: 14px 26px !important;
  margin: 0 !important;
  color: #edac06 !important;
  font-size: 1em !important;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  background: #1a1a2e !important;
  border: 2px solid #edac06;
  border-radius: 50px;
  box-shadow: 0 4px 15px rgba(237, 172, 6, 0.22);
  transition: all 0.3s ease;
}

.reticula center > a,
.reticula .botones-descarga a {
  float: none !important;
}

.reticula .botones-descarga a.btn-descarga:hover,
.reticula a.btn-descarga:hover {
  color: #1a1a2e !important;
  background: #edac06 !important;
  border-color: #f5c842;
  box-shadow: 0 6px 25px rgba(237, 172, 6, 0.4);
  transform: translateY(-2px);
}

.reticula .botones-descarga a.btn-descarga::before,
.reticula a.btn-descarga::before {
  content: "📄";
  margin-right: 8px;
}
