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.4em;
  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{
  width: 100%;
  display: block;
}

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

.objetivo {
  position: relative;
}

  .objetivo .texto-right{
    position: absolute;
    top: 50px;
    right: 50px;
  }
  .objetivo h2{
    text-align: center;
    padding: 10px;
    color: #80b74f;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .objetivo p {
    color: white;
    padding: 10px;
    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{
    width: 482px;
    position: relative;
  }

  .perfil-ingreso .texto-ingreso{
    position: absolute;
    top: 40px;
    left: 520px;
  }

  .perfil-ingreso .texto-ingreso h2{
    position: relative;
    text-align: center;
    color: #80b74f;
    background-color: rgba(0, 0, 0, 0.5);
  }
  
  .perfil-ingreso li{
    width: 420px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    line-height: 1;
    font-size: 1.3em;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .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: 5px;
      color: #80b74f;
      background-color: rgba(0, 0, 0, 0.5);
      text-align: center;
    }
    .perfil-egreso .texto-egreso p{
      width: 480px;
      line-height: 1.4;
      font-size: 1.3em;
      padding: 10px;
      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;
    top: 80px;
    right: 0;
  }
  .campo-laboral h2{
    position: relative;
    color: #4c7a34;
    width: 400px;
    margin-right: 20px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.774);
    text-align: center;

  }
  .campo-laboral li{
    width: 420px;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    line-height: 1;
    font-size: 1.3em;
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  }
  .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;
    }
