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;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
  }
  .objetivo h2{
    text-align: center;
    padding: 12px 20px;
    color: #edac06;
    background-color: rgba(0, 0, 0, 0.5);
    text-shadow: 0 0 12px rgba(237, 172, 6, 0.5);
    letter-spacing: 0.5px;
  }
  .objetivo p {
    color: white;
    padding: 12px 20px;
    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{
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 14px 25px;
  }
  .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;
      bottom: 20px;
      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: 1.15em;
      padding: 18px 25px;
      background: rgba(0, 0, 0, 0.5);
      color: white;
    }
    .perfil-egreso .texto-egreso li{
      color: #ffffff;
      background: rgba(0, 0, 0, 0.5);
      padding: 12px 25px;
      line-height: 1.4;
      font-size: 1.15em;
    }
    .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;
  }

  /*========================================
      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;
    }

  /*========================================
      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;
  }



