.headerCastrol{
  background-repeat: no-repeat;
  background-size: cover;
  background: #fff;
  padding: 15px 0;
  &__right{
    ul{
      display: flex;
      margin: 0;
      justify-content: end;
      li{
        margin-right: 38px;
      }
    }
    a{
      font-weight: bold;
      font-size: 14px;
      line-height: 18px;
      /* identical to box height */
      font-family: "Arial";
      text-transform: uppercase;

      /* blanco */
      transition: all .5s;
      color: #009343; 
      svg{
            margin-right: 13px;
      }
      &:hover{
        text-decoration: none;
        color: #F00023;
        path{
          fill:#F00023;
        }
      }
    }
  }
}
