/*
[007]-PORTFOLIO HIGHLIGHTS
About: Portfolio text highlights section
Author: Nacho Rico - Arrontes y Barrera
*/
.portfoliohighlights div {
  text-align: right !important; }

.portfoliohighlights {
  margin: 50px 0;
  font-family: 'Source Sans Pro', sans-serif; }
  .portfoliohighlights .texto {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 40px; }
    .portfoliohighlights .texto span {
      line-height: 25px;
      background-image: linear-gradient(#ffffff 10px, #EDD32C 11%, #EDD32C 50%, #EDD32C 80%, #ffffff 70%);
      display: inline;
      background-color: unset; }
  .portfoliohighlights .nombre {
    font-size: 25px; }
  .portfoliohighlights .cargo {
    font-size: 25px;
    font-style: italic;
    font-weight: 100; }

@media screen and (max-width: 800px) {
  .portfoliohighlights .texto {
    font-size: 20px;
    line-height: 25px; }
  .portfoliohighlights .nombre, .portfoliohighlights .cargo {
    font-size: 20px; } }

@media screen and (max-width: 500px) {
  .portfoliohighlights .texto {
    font-size: 20px;
    line-height: 25px; }
    .portfoliohighlights .texto span {
      line-height: 25px;
      background-image: linear-gradient(#ffffff 10px, #EDD32C 11%, #EDD32C 50%, #EDD32C 80%, #ffffff 70%);
      display: inline;
      background-color: unset; }
  .portfoliohighlights .nombre, .portfoliohighlights .cargo {
    font-size: 20px; } }
